Libraries tagged by expressions parser
vojtechrichter/cron-expression-parser
10 Downloads
inspirenmy/php-math-parser
3905 Downloads
Simple mathematical expression parser and calculator.
di/expression-parser
8 Downloads
This package allows to evaluate (parse with mapping) large amounts of data in flexible manner, providing various processing functions
anastasd/expression-parser
9 Downloads
A PHP library for parsing arithmetic expressions and functions in different programming languages
rodriados/mathr
1216 Downloads
Math expressions: parser and evaluator.
rezzza/exprlib
827 Downloads
An expression parser in PHP
fubhy/math-php
296 Downloads
A lexer and parser for mathematical expressions.
z/math-executor
4360 Downloads
Simple math expressions calculator - extension of http://github.com/NeonXP/MathExecutor
symftony/xpression
1838 Downloads
Xpression is a simple PHP implementation of Specification pattern
nabu-3/lexer
19 Downloads
nabu-3 Lexer library to generate and analize lexical expressions
imelgrat/feed-finder
34 Downloads
A PHP class for extracting the URLs of RSS (1.0 and 2.0) and ATOM feeds associated to a page, as well as OPML outline documents.
avadim/math-executor
180 Downloads
Math expressions calculator with custom operators, functions and variables
zircote/expressive
53 Downloads
A PHP textual expression parser, parses strings for mathematical expressions and returns the result
elemenx/cron
1377 Downloads
g4 cron like parser with ability to parse expressions with resolution in seconds - based on PHP Cron Expression Parser
zippovich2/expressions-parser
484 Downloads
Used shunting-yard algorithm to parse any expressions and RPN(Reverse Polish Notations) to execute it.