Libraries tagged by interpreter
meng-tian/php-soap-interpreter
2248907 Downloads
A PHP library for interpreting SOAP messages.
wapmorgan/php-deprecation-detector
387293 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
wapmorgan/php-code-fixer
398316 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
mormat/php-formula-interpreter
166379 Downloads
Formula interpreter for PHP
badoo/soft-mocks
33552 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.
gajus/paggern
44503 Downloads
Pattern interpreter for generating random strings.
arokettu/arithmetic-parser
7137 Downloads
Configurable arithmetic parser and interpreter
johnatas-x/php-deprecation-detector
1765 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
ixa-devstuff/php-deprecation-detector
52893 Downloads
Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
didix16/php-interpreter
7345 Downloads
A simple interpreter made in PHP. It allows to parse an abstract language tokens and do whatever you whant
tuqqu/go-php
0 Downloads
Implementation of Go language interpreter written in PHP
raudius/luar
2060 Downloads
Lua interpreter written entirely in PHP
peklaiho/madlisp
960 Downloads
Lisp interpreter for the MadLisp language.
iquety/docmap
2597 Downloads
Simple Markdown file interpreter, which adds a navigation menu on every page
extendssoftware/lox-php
934 Downloads
A PHP interpreter based on the Lox language from the Crafting Interpreters book.