Libraries tagged by methods
mouf/utils.common.url-interface
359041 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.cache.cache-interface
381666 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mondu/magento2-payment
45540 Downloads
Mondu payment method for magento 2
mobilestock/laravel-database-interceptor
11563 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
mistralys/html_quickform2
51665 Downloads
Provides methods to create, validate and render HTML forms in PHP.
mistralys/application-utils-collections
49385 Downloads
Interfaces, traits and classes for handling static item collections, similar to Enums and with useful getter methods.
michaeldrennen/stats
4305 Downloads
A simple library where I am going to put some useful statistical methods.
marcocesarato/security
3004 Downloads
AIO Security Class offer an automatic system of protection for developers's projects and simplify some security operations as the check of CSRF or XSS all in a simple class. Infact you could just call the main method to have better security yet without too much complicated operations.
luyadev/yii-helpers
89210 Downloads
Static helper methods in addition to the Yii Framework.
krlove/async-service-call-bundle
53987 Downloads
Symfony bundle for asynchronous service methods calls
knj/revelation
24380 Downloads
Easiest way to make non-public methods accessible
kirschbaum-development/laravel-route-file-macro
24281 Downloads
Route macro that easily loads a route file without unnecessary method calls.
keboola/phpunit-retry-annotations
52601 Downloads
Traits for retrying test methods and classes in PHPUnit
jspeedz/debug-pooper-symfony
33236 Downloads
Some more debugging methods to be used in a symfony framework (or standalone)
javaabu/schema
10024 Downloads
Extends the Laravel database schema with convenience methods used by javaabu/generators