Libraries tagged by syntax
cmpayments/jsonlint
4619 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.
prooph/proophessor
150 Downloads
Exploring prooph components
ocramius/finalizer
3273 Downloads
A simple utility library that checks for PHP classes that should or shouldn't be marked as final
grom358/pharborist
34066 Downloads
Pharborist builds a syntax tree for PHP that can be traversed and manipulated.
tpunt/php-ast-reverter
84 Downloads
Reverts an AST back into (somewhat) PSR-compliant code
tool5/torchlight-commonmark
910 Downloads
A Commonmark extension for Torchlight, the syntax highlighting API.
neilime/geshi-twig-extension
5656 Downloads
Twig extension to work with Geshi - Generic Syntax Highlighter rendering
laravelsu/highlight
838 Downloads
Laravel.su package code-highlighter
hoangphi/pre-commit
563 Downloads
Check coding standard & code syntax before commit.
brotkrueml/twig-codehighlight
7093 Downloads
Twig extension for code highlighting using highlight.php
brotkrueml/codehighlight
3566 Downloads
Code highlighter for various programming, markup and configuration languages based on PrismJS
ajthinking/php-file-manipulator
124 Downloads
Programmatically edit PHP and Laravel files.
3f/pygmentize
851 Downloads
Pygmentize is a wrapper to `pygmentize`, the command line interface provided by Pygments, a python syntax highlighter.
torchlight/laravel
285 Downloads
A Laravel Client for Torchlight, the syntax highlighting API.
yfix/packager
9093 Downloads
Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.