Libraries tagged by use case
fisheye/module-url-rewrite-optimiser
205539 Downloads
A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in config.
orklah/psalm-strict-numeric-cast
51163 Downloads
Restrict the use of (int) and (float) to numeric-string only
josegonzalez/cakephp-entity
32607 Downloads
Use model objects/classes instead of arrays in your CakePHP application
casbin/yii-permission
6234 Downloads
Use Casbin in Yii2 PHP Framework, Casbin is a powerful and efficient open-source access control library.
crabstudio/recaptcha
101583 Downloads
Easily use Google Recaptcha in CakePHP projects
maurymmarques/minify-plugin
4933 Downloads
A CakePHP plugin that facilitates the use of PHP Minify with CakePHP
thiagotalma/yii2-fullcalendar
66743 Downloads
Widget for Yii Framework 2.0 to use FullCalendar
aeon-php/sleep
323196 Downloads
Improved sleep function that uses simple TimeUnit and decides between \sleep and \usleep
cosenary/simple-php-cache
16199 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
voceconnect/wp-large-options
4365 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
josegonzalez/cakephp-mail-preview
5229 Downloads
CakePHP plugin for use with previewing emails during development
chrisshick/cakephp-airbrake
4280 Downloads
A CakePHP 3.x plugin to use Airbrake for errors and exceptions
aligent/magento2-category-selector
6511 Downloads
A basic category selector for M2, for use in e.g. configuration fields
calmohallag/nullable-casting
9778 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.
casbin/codeigniter-permission
2762 Downloads
Associate users with roles and permissions, use Casbin in CodeIgniter4 Web Framework.