Libraries tagged by replies
gesirdek/app-creator
139 Downloads
Laravel Framework code generation.
finiteinfinity/laravel
104 Downloads
Reliese Components for Laravel Framework code generation.
naitik/laravelmodel
413 Downloads
Based on Reliese Components for Laravel Framework code generation. Removes prefix from Models name if prefix is defined in database
sstepanovvl/vk-php-sdk-floodcontrol-laravel
0 Downloads
Package will handle throttling to VK API relies to VK API Rate limits
piaoniao/tp6-captcha
55 Downloads
The Captcha class library for ThinkPHP 6.0, which relies on php_Imagick
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
mouf/utils.cache.memcached-cache
9 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.
mouf/utils.cache.memcache-cache
228 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.
kartavik/php-mock
27 Downloads
PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.
joselee214/laravel
130 Downloads
Ypc ... Components for Laravel Framework code generation. focker from reliese/laravel @ Cristian Llanos .
johnny13/li3_uploadable
73 Downloads
This plugin will upload files via HTTP POST uploads only since it relies on $_FILES to get the source path.
fobiaweb/ezc-base
68 Downloads
The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.
ecomdev/mysql-test-utils
4 Downloads
Bare minimum MySQL Test utilities for writing automated tests of software that relies on MySQL as data storage.
dratejinn/ynab-open-api
1 Downloads
Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
charm/logger
10 Downloads
A simple to use logger. Relies on PSR-3 LoggerInterface.