Libraries tagged by impression
convenia/credit-card-validator-php
53261 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
17180 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
9497 Downloads
A simple and lightweight cron expression to human readable translator
zef-dev/zef-expression-language
1587 Downloads
A JUEL like extension for Symfony Expression Language
xavier/xcron-expression
26594 Downloads
base on Michael Dowling`s cron-expression
uuf6429/expression-language-tplstring
7103 Downloads
Template String support for Symfony Expression Language
psuw/expression-evaluator
1857 Downloads
Expression Language expression evaluator
philiprehberger/laravel-db-expressions
281 Downloads
Database-agnostic SQL expression helper for date truncation, extraction, and differences across SQLite and MySQL
konnco/laravel-date-expression
13178 Downloads
This is my package laravel-date-expression
jaspr/expression
16491 Downloads
Rich expression builder allows create complex closure expression tree to filter array of objects
icmbio/validate-xpath-expression
217 Downloads
futuretek/cron-expression
12462 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
enterdev/cron-expression
4705 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
1703 Downloads
Library to convert SQL Like patterns to regular expressions patterns
bytegourmet/laravel-conditional-expressions
118 Downloads
Fluent CASE WHEN expression builder for Laravel