Libraries tagged by parser function
ajiho/namespaceify
21 Downloads
Used to solve global function conflicts
nadirlc/utilities-framework
2 Downloads
Set of Php classes providing utility functions
brad-jones/superclosure
236 Downloads
Doing interesting things with closures like serialization.
netom/phparsec
1761 Downloads
Library for implementing recursive descent parsers. (Very) loosely based on Haskell's attoparsec module.
laiz/laiz-parsec
35 Downloads
Parser Combinator
mediawiki/semantic-forms-multi-edit
22 Downloads
Add multiedit parser function to Semantic Forms
mediawiki/purge-page
134 Downloads
Provides the #purge parser function
mindplay/easyxml
2497 Downloads
XML parser with a functional approach
hoanglongtrinh/logic-expression
12 Downloads
Excel-like logic functions for PHP (IF, IFS, AND, OR...) with lazy evaluation & string parser
artplus_f/browscap
0 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
megatam/devicedetector
79 Downloads
A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality.
marcelgwerder/laravel-api-handler
94379 Downloads
Package providing helper functions for a Laravel REST-API
mbilbille/jpnforphp
338915 Downloads
A tiny PHP lib which provides nice functions & wrappers to interact with Japanese language.
betalabs/laravel-api-handler
22856 Downloads
Package providing helper functions for a Laravel REST-API
marcocesarato/markdown
617 Downloads
This package can convert PHPDoc comments from classes into Markdown. It can parse a class file with a given file name and extracts the documentation of its functions and variables that it may contain in PHPDoc format. The package can convert the extracted documentation into a file in Markdown format.