Libraries tagged by perforated
burntcaramel/perforated
22 Downloads
Simple yet pretty powerful forms using associated arrays or JSON, with automatic server validation, dependencies and more.
sfneal/scopes
57278 Downloads
Add custom constraints to all queries performed on an Eloquent Model.
mouf/utils.action.action-interface
362883 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.
friendsoftypo3/sys-action
63945 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
25222 Downloads
Yii2-audittrail is a behavior and a set of widgets to track all modifications performed on a 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.
movemoveapp/laravel-postmangen
1648 Downloads
Generation of Postman collection JSON file based on performed HTTP requests during execution of PHPUnit runner
mouf/utils.i18n.fine
169227 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
142760 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.
lightools/bitbang-http-logger
6695 Downloads
Logger for HTTP requests and responses performed via bitbang/http library.
typo3/cms-sys-action
244384 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.
samsara/newton
29 Downloads
A library providing physics units which are fully aware of each other, and which can have math operations performed on them.
onepica/module-avatax2
357 Downloads
Magento 2 extension for sales tax calculation performed by Avatax
mouf/utils.i18n.fine.file-translator
13948 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/database.dbconnection
32045 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.