Libraries tagged by inxpress
okapi/wildcards
6674 Downloads
PHP Wildcards is a PHP library that converts wildcards to regular expressions.
nyu8/flarum-email-filter
1799 Downloads
Filter emails registering your Flarum site with whitelist, blacklist and even regular expressions.
nadybot/math-parser
20299 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.
mindplay/timber
38137 Downloads
Timber is a request router with regular expression support, high performance, and a developer-friendly, human-readable API
jbaron-mx/laravel-recombee
677 Downloads
An expressive fluent API wrapper around Recombee's SDK to use within Laravel applications
ilario-pierbattista/reverse-regex
11556 Downloads
Convert Regular Expressions into text, for testing. Fork of icomefromthenet/reverse-regex
garethellis/crontab-schedule-generator
6679 Downloads
A PHP library for generating crontab schedule strings using expressive code
g4/cron
68452 Downloads
g4 cron like parser with ability to parse expressions with resolution in seconds - based on PHP Cron Expression Parser
ensi/openapi-psr7-validator
33538 Downloads
Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON
dtyq/flow-expr-engine
2227 Downloads
A powerful engine for handling flow components and expressions.
curier/fancourier
49268 Downloads
API for FanCourier express courier services.
convenia/credit-card-validator-php
40268 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
coe/mollie-api-php
2383 Downloads
Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.
clank-ai/rtf-converter
1639 Downloads
A simple RTF to Plain Text Converter using regular expressions. Support for PHP, Python, Javascript and CSharp
calmohallag/nullable-casting
10055 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.