Libraries tagged by interpreter
meng-tian/php-soap-interpreter
2126005 Downloads
A PHP library for interpreting SOAP messages.
wapmorgan/php-deprecation-detector
343191 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
wapmorgan/php-code-fixer
390635 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
badoo/soft-mocks
30017 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
mormat/php-formula-interpreter
134250 Downloads
Formula interpreter for PHP
gajus/paggern
43140 Downloads
Pattern interpreter for generating random strings.
arokettu/arithmetic-parser
4689 Downloads
Configurable arithmetic parser and interpreter
raudius/luar
1936 Downloads
Lua interpreter written entirely in PHP
ixa-devstuff/php-deprecation-detector
43129 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
didix16/php-interpreter
6374 Downloads
A simple interpreter made in PHP. It allows to parse an abstract language tokens and do whatever you whant
anourvalar/laravel-interpreter
4768 Downloads
Laravel's locales translate through the single (flat) file
tuqqu/go-php
0 Downloads
Implementation of Go language interpreter written in PHP
peklaiho/madlisp
529 Downloads
Lisp interpreter for the MadLisp language.
iquety/docmap
1937 Downloads
Simple Markdown file interpreter, which adds a navigation menu on every page
extendssoftware/lox-php
461 Downloads
A PHP interpreter based on the Lox language from the Crafting Interpreters book.