Libraries tagged by parser function
professional-wiki/external-content
2160 Downloads
MediaWiki extension that allows embedding external content, specified by URL, into your wiki pages
yurunsoft/doctrine-annotations
140021 Downloads
PHP Doctrine DocBlock Annotations Parser library that lets you parse structured data out of PHP docblocks for use with other functionality.
wikibase-solutions/array-functions
704 Downloads
Provides a set of pure parser functions that operate on arrays
mediawiki/user-functions
9221 Downloads
Enhance parser with user functions
socialengineers/soap-parser
3209 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.
mihasicehcek/json_parser
5702 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
bisanedev/php-multipart-form-data-parser
965 Downloads
The missing php functionality to support put, patch, delete, put FORM and MULTIPART requests handling
avadim/ace-calculator
18398 Downloads
Flexible universal calculator with custom operators, functions and variables
wikimedia-au/link-cards
174 Downloads
A MediaWiki extension that adds a parser function for easy creation of linked 'card' UI components.
samwilson/mediawiki-extensions-genealogy
387 Downloads
A MediaWiki extension that adds a parser function to assist with linking between genealogical records
mediawiki/display-title
721 Downloads
Uses displaytitle page property in link text, subtitle, and talk page title; provides parser function to query displaytitle
mediawiki/columns
76 Downloads
Very simple parser function for creating div columns
mediawiki/aform
148 Downloads
Convenient parser function for setting up form markup in MediaWiki
crossjoin/browscap
234370 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.
chencongbao/math-parser
50 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.