Libraries tagged by expressions
ghostff/dump7
9873 Downloads
A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.
fubhy/math-php
275 Downloads
A lexer and parser for mathematical expressions.
finc/rules-evaluator
13908 Downloads
Rules evaluator based on Symfony Expression Language Component.
enso-media/reverse-regex
19108 Downloads
Convert Regular Expressions into text
davidlienhard/cron
5637 Downloads
🐘 php library to check cron expressions
daccess1/yii2-json-query-helper
2410 Downloads
Yii2 helper class, used to generate query expressions for JSON columns.
calmohallag/nullable-casting
6685 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
brofian/cron-translator
3877 Downloads
A simple and lightweight cron expression to human readable translator
bakame/cron
10 Downloads
CRON for PHP: Validate CRON expression, Calculate run date, determine if a CRON expression is due
anthonyedmonds/laravel-mysqlite
1914 Downloads
Generate MySQL and Sqlite3 expressions on the fly based on the active database
antalaron/regex-validator
3165 Downloads
PHP library to validate regular expressions
annaghd/php-credit-card-validator-plus
10067 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
ahorkh/reverse-regex
1709 Downloads
Convert Regular Expressions into text, for testing
typo3/eel
283665 Downloads
The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages
xakepehok/expression-executor
3929 Downloads
Expression executor, which allow to implement domain-specific language