nocolor VS php-parser

Compare nocolor vs php-parser and see what are their differences.

nocolor

Validate the architecture of your PHP project based on the concept of function colors (by VKCOM)

php-parser

PHP parser written in Go (by VKCOM)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nocolor php-parser
4 2
157 69
0.0% -
0.0 0.0
over 2 years ago 7 months ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nocolor

Posts with mentions or reviews of nocolor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-26.

php-parser

Posts with mentions or reviews of php-parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-25.
  • php-parser for PHP 8.0-8.2 is released
    2 projects | /r/PHP | 25 Jun 2022
    For our projects, we need a fast PHP parser. We used the wonderful php-parser written on Golang for a long time, but its author unfortunately froze the development and we had to do a fork and add support for PHP 8. And recently, our parser began to fully support PHP 8.0-8.2! 🎉
  • NoVerify — static analyzer for PHP
    6 projects | /r/PHP | 31 Aug 2021
    In order to support PHP 8, we ourselves had to modify the already existing parser, the author of which unfortunately stopped developing it after PHP 7.4. However, the community now has a full fledged parser PHP 8 on Go. Why parse PHP in Go, you ask? Again, it's a matter of speed, if your tool is aimed at large codebases, then you have to somehow get out and use such solutions.

What are some alternatives?

When comparing nocolor and php-parser you can also consider the following projects:

Deptrac - Keep your architecture clean.

noverify - Pretty fast linter (code static analysis utility) for PHP

kphp - KPHP — a PHP compiler

phpqa - Docker image that provides static analysis tools for PHP

phpgrep - Syntax-aware grep for PHP code.

phpstan-disallowed-calls - PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages

no-verify - Docker image for PHP static analysis tool no-verify

PHP-Parser - PHP parser written in Go