Libraries tagged by php code syntax
graftype/php-highlight
17 Downloads
A PHP library for highlighting code syntax.
quintenmbusiness/php-ast-code-generation-helper
76 Downloads
A PHP library for generating Abstract Syntax Tree (AST) nodes programmatically, simplifying code generation with nikic/php-parser.
oxygensuite/php-ast
13 Downloads
A lightweight Abstract Syntax Tree (AST) implementation for PHP, enabling structured parsing, analysis, and transformation of PHP code.
bound1ess/php-linter
33 Downloads
Simple PHP code linter using "php -l" command.
quintenmbusiness/php-ast-toolkit
9 Downloads
A powerful PHP toolkit for analyzing, modifying, and generating code using AST (Abstract Syntax Tree).
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.
proophboard/php-cody-engine-skeleton
6 Downloads
Dockerized PHP skeleton for Event Engine with Cody bot
go2digit-al/torchlight-commonmark-php
206 Downloads
A Commonmark extension for Torchlight, the syntax highlighting API.
geekdevs/highlight.php
366 Downloads
Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js
dan-da/highlight.php
708 Downloads
Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js. This fork implements default CLI (ansi) color scheme
davidphtee/templiphy
1 Downloads
A simple PHP template engine with moustache syntax: {{ $variable }} and {{{ PHP code }}}.
danog/7to70
1711 Downloads
Convert PHP 7 code to PHP 7.0 code
danog/7to5
1340 Downloads
Convert PHP 7 code to PHP 5 code
xgc1986/finalizer
1660 Downloads
A simple utility library that checks for PHP classes that should or shouldn't be marked as final
omarwebdev/plass
7 Downloads
The ultimate solution for converting PHP's built-in functions into class methods!