Libraries tagged by use case
crabstudio/recaptcha
98827 Downloads
Easily use Google Recaptcha in CakePHP projects
thiagotalma/yii2-fullcalendar
62962 Downloads
Widget for Yii Framework 2.0 to use FullCalendar
io238/laravel-iso-countries
44630 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
aeon-php/sleep
312551 Downloads
Improved sleep function that uses simple TimeUnit and decides between \sleep and \usleep
burzum/file-storage
112577 Downloads
This plugin is giving you the possibility to store files in virtually any kind of storage backend. This plugin is wrapping the Gaufrette library (https://github.com/KnpLabs/Gaufrette) library in a CakePHP fashion and provides a simple way to use the storage adapters through the StorageManager class.
fisheye/module-url-rewrite-optimiser
197269 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
49631 Downloads
Restrict the use of (int) and (float) to numeric-string only
josegonzalez/cakephp-entity
31887 Downloads
Use model objects/classes instead of arrays in your CakePHP application
casbin/yii-permission
5692 Downloads
Use Casbin in Yii2 PHP Framework, Casbin is a powerful and efficient open-source access control library.
casbin/codeigniter-permission
2614 Downloads
Associate users with roles and permissions, use Casbin in CodeIgniter4 Web Framework.
cosenary/simple-php-cache
16143 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
voceconnect/wp-large-options
4170 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
4811 Downloads
CakePHP plugin for use with previewing emails during development
aligent/magento2-category-selector
5929 Downloads
A basic category selector for M2, for use in e.g. configuration fields
calmohallag/nullable-casting
8892 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.