How PHP engine builds AST

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PHPT

    The PHP Interpreter

  • The PHP lexer code is in zend_language_scanner.l The main function that recognizes the code and returns the token is lex_scan: zend_language_scanner.l

  • php-ast

    PHP 8 abstract syntax tree (by mrsuh)

  • mrsuh/ast.h

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • php-ast

    Extension exposing PHP 7 abstract syntax tree

  • nikic/php-ast

  • PHP Parser

    A PHP parser written in PHP

  • nikic/PHP-Parser

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts