Libraries tagged by perforate
burntcaramel/perforated
24 Downloads
Simple yet pretty powerful forms using associated arrays or JSON, with automatic server validation, dependencies and more.
atlas/query
256653 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
mouf/utils.action.action-interface
371505 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
infinityloop-dev/graphpinator-persisted-queries
21276 Downloads
Module to persist validated query in cache and improve performace of repeating queries.
friendsoftypo3/sys-action
77930 Downloads
Actions are 'programmed' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.
asinfotrack/yii2-audittrail
27452 Downloads
Yii2-audittrail is a behavior and a set of widgets to track all modifications performed on a model
typo3/cms-sys-action
247003 Downloads
Actions are 'programmed' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.
performer/rer-user-bundle
3973 Downloads
User provider for Symfony to access Regione Emilia-Romagna
terrylinooo/cache-master
3 Downloads
Cache Master is an extremely light-weight and high-performace cache plugin that speeds up your WordPress sites on the fly.
sfneal/scopes
63508 Downloads
Add custom constraints to all queries performed on an Eloquent Model.
padraic/security-multitool
975 Downloads
A multitool library offering access to recommended security related libraries, standardised implementations of security defences, and secure implementations of commonly performed tasks.
mouf/utils.i18n.fine
171754 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
mouf/html.template.menus.basicmenu
144868 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
mouf/database.dbconnection
32968 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
lucasdotvin/laravel-database-queries-counter
706 Downloads
This package provides a simple trait to check how many queries a test suite has performed.