Libraries tagged by expressniao
dtyq/flow-expr-engine
1535 Downloads
A powerful engine for handling flow components and expressions.
davidlienhard/cron
6573 Downloads
🐘 php library to check cron expressions
convenia/credit-card-validator-php
39320 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
calmohallag/nullable-casting
9608 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.
zef-dev/zef-expression-language
1372 Downloads
A JUEL like extension for Symfony Expression Language
xavier/xcron-expression
25223 Downloads
base on Michael Dowling`s cron-expression
uuf6429/expression-language-tplstring
5458 Downloads
Template String support for Symfony Expression Language
platine-php/expression
2868 Downloads
Platine Expression is an expression parser, evaluator with support of custom operators and functions
phramework/expression-parser
19412 Downloads
LISP-like expression parser
konnco/laravel-date-expression
6771 Downloads
This is my package laravel-date-expression
jessiehernandez/expression
24165 Downloads
Object-oriented library to represent, execute and transform expressions, whether logical or mathematical
jcubic/expression
2114 Downloads
Safely evaluate math, string, and boolean expressions
futuretek/cron-expression
9708 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
enterdev/cron-expression
2171 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
daffie/sql-like-to-regular-expression
977 Downloads
Library to convert SQL Like patterns to regular expressions patterns