Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-composer-pcre - PCRE wrapping library version 1

Website:
https://github.com/composer/pcre
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
PCRE wrapping library that offers type-safe preg_* replacements.

This library gives you a way to ensure preg_* functions do not fail silently,
returning unexpected nulls that may not be handled.

It also makes it easier ot work with static analysis tools like PHPStan or
Psalm as it simplifies and reduces the possible return values from all the
preg_* functions which are quite packed with edge cases.

Autoloader: /usr/share/php/Composer/Pcre/autoload.php

Packages

php-composer-pcre-1.0.1-1.el8.remi.noarch [15 KiB] Changelog by Remi Collet (2022-01-22):
- update to 1.0.1
php-composer-pcre-1.0.0-1.el8.remi.noarch [15 KiB] Changelog by Remi Collet (2021-12-08):
- initial package, version 1.0.0