PHP-Parser VS GoLint

Compare PHP-Parser vs GoLint and see what are their differences.

GoLint

[mirror] This is a linter for Go source code. (deprecated) (by golang)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PHP-Parser GoLint
2 6
934 3,883
- -
0.0 0.6
almost 3 years ago almost 3 years ago
Go Go
MIT License BSD 3-clause "New" or "Revised" 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.

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! πŸŽ‰
  • NoColor β€” validate the architecture of your PHP project
    4 projects | /r/PHP | 28 Jun 2021
    Unfortunately, there are problems with using Go for parsing, it is a parsing library. We use https://github.com/z7zmey/php-parser which now fully supports PHP 7.4, but the developer is currently not active and it is not known when PHP 8 will be supported (most likely we will do it ourselves soon).

GoLint

Posts with mentions or reviews of GoLint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • 9 Golang Name Conventions Gophers should follow!
    1 project | /r/golang | 4 Jul 2023
    Actually in the early days of Go, devs were stuck to camalCase/PascalCase on variable naming. But VScode Go plugin managed by Microsoft at that time , and they suggested ID over id/ID, XML over xml/ Xml. Because VScode is free, it attached many users and using uppercase for abbreviations/ initialisms became a standard. Andhttps://github.com/golang/lint/issues/124 finalized it. But , still I think it is a wrong decision.
  • VS Code Extension for autocomplete function parameters and best linter?
    1 project | /r/golang | 11 Feb 2023
    As for linting, go vet and [staticcheck](staticcheck.io) are the recommended tools, according to the now deprecated golint repository.
  • I wrote a markdown to html converter
    6 projects | /r/golang | 1 Feb 2023
    golint is deprecated, and it’s no longer required to comment every exported variable/function/struct, etc.
  • go config on mac
    2 projects | dev.to | 31 Jan 2022
    not found error (go tools not found issue explained below), can also check here
  • A basic polynomial library
    4 projects | /r/golang | 25 Dec 2021
  • What are the REST API reference projects that can be used as a guide in 2021?
    10 projects | /r/golang | 24 Nov 2021
    about Initialisms; Personally I still prefer simple initial conventions (lowerCamelCase, UpperCamelCase, UPPERCASE) Go followed before VSCODE/Microsoft suggested ID or Id (ex. https://github.com/golang/lint/issues/124). Following one pattern everywhere is the best. In Go, a name is exported if it begins with a capital letter. ex URL; if any unexported var/const start with "URL", what do you do?

What are some alternatives?

When comparing PHP-Parser and GoLint you can also consider the following projects:

go-outdated

staticcheck

tarp

goimports - [mirror] Go Tools

Go Metalinter

go-checkstyle - checkstyle for go

apicompat - apicompat checks recent changes to a Go project for backwards incompatible changes

gosimple

gcvis - Visualise Go program GC trace data in real time

errcheck - errcheck checks that you checked errors.

lint - Run linters from Go code -