Libraries tagged by fun
codeception/codeception
93788359 Downloads
All-in-one PHP Testing Framework
voku/portable-ascii
472482925 Downloads
Portable ASCII library - performance optimized (ascii) string functions for php.
thecodingmachine/safe
131441660 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
symfony/property-access
340887390 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
symfony/polyfill-uuid
408528929 Downloads
Symfony polyfill for uuid functions
propaganistas/laravel-phone
43690986 Downloads
Adds phone number functionality to Laravel based on Google's libphonenumber API.
doctrine/persistence
321087345 Downloads
The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.
doctrine/migrations
228903155 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
doctrine/common
386662828 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.
beberlei/doctrineextensions
83503025 Downloads
A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.
scienta/doctrine-json-functions
27704486 Downloads
A set of extensions to Doctrine that add support for json query functions.
yoast/phpunit-polyfills
48791375 Downloads
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
spaze/phpstan-disallowed-calls
24742927 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
spatie/regex
22597193 Downloads
A sane interface for php's built in preg_* functions
spatie/once
30546514 Downloads
A magic memoization function