Libraries tagged by user function
doctrine/migrations
219262788 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/reflection
107483777 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
phpcsstandards/phpcsutils
41158703 Downloads
A suite of utility functions for use with PHP_CodeSniffer
automattic/wordbless
7356008 Downloads
WorDBless allows you to use WordPress core functions in your PHPUnit tests without having to set up a database and the whole WordPress environment
automattic/wp-feature-api
209677 Downloads
A system for exposing WordPress functionality in a standardized, discoverable way for both server and client-side use
jubaer/zoom-laravel
129114 Downloads
A comprehensive Zoom integration package for Laravel, providing easy-to-use API functionality to interact with the Zoom platform using PHP.
orbitale/imagemagick-php
422563 Downloads
A system that allows creating commands to send to the exec() function to use ImageMagick's powerful features.
jord-jd/password_exposed
13677 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
divineomega/password_exposed
1688016 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
silverstripe/lumberjack
1230362 Downloads
A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.
danielme85/laravel-log-to-db
1011786 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
automattic/jetpack-config
4120248 Downloads
Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.
mrrio/shellwrap
214933 Downloads
Use any command-line tool as a PHP function.
genl/matice
380170 Downloads
Use your Laravel translations in JavaScript. Generates a Blade directive exporting all of your Laravel translations and provides a nice trans() helper function in JavaScript.
lstrojny/phpunit-function-mocker
353263 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces