php-composer-ca-bundle
utility library to find a path to the system CA bundle
The ca-bundle library has been split away from Composer.
php-geoip
GeoIP module for PHP
This PHP module allows you to find the location of an IP address -
City, State, Country, Longitude, Latitude, and other information as
all, such as ISP and connection type.
php-uopz
UOPZ extension for PHP 7
The uopz extension is focused on providing utilities to aid with unit testing
PHP code.
php-igbinary
igbinary PHP serializer
Igbinary is a drop in replacement for the standard PHP serializer.
Instead of time and space consuming textual representation, igbinary
stores PHP data structures in a compact binary form. Savings are
significant when using memcached or similar memory based storages for
serialized data.
php-random-compat
PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
The random_compat polyfill provides simple interfaces for cryptographically
secure random number generators added in PHP 7.0.0:
* random_bytes(int) generates an arbitrary number of random bytes
* random_int(int, int) returns a random integer between two given values
(inclusive)