Libraries tagged by Area container
mouf/utils.common.formatters
34020 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
mouf/security.userfiledao
145070 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
mouf/html.widgets.evolugrid
31812 Downloads
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
mouf/database.dbconnection
33112 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.
lemric/batch-request
5632 Downloads
Send a single HTTP request that contains multiple (batch) Symfony Request calls. Once all operations are complete, a consolidated response is passed back to you and the HTTP connection is closed.
goedemiddag/laravel-autodiscovery-lock
3201 Downloads
Creates a lock file containing all the packages which are auto-discovered by Laravel.
astronati/fantasy-football-quotations-parser
4211 Downloads
This library allows user to retrieve quotations from those documents that are provided from the most important sport newspapers. Quotations contains votes of each soccer player of a specific championship match day.
armagedan/cloudways-api
39 Downloads
A Class which contains a collection of Cloudways API for ease of use. All the available API from the Cloudways Docs are included. Happy Coding.
scriptbaker/magento2-ship-out-of-stock-items
11 Downloads
This Magento 2 module allows the creation of shipments for orders containing items that are out of stock. In default Magento, attempting to create a shipment for an order with out-of-stock items results in the error: "Not all of your products are available in the requested quantity." This module remedies that problem by adjusting the stock quantities to ensure the shipment can be processed.
tpojka/polyloc
34 Downloads
Laravel package that contains polymorphic location tables such are addresses and phones.
deegitalbe/trustup-pro-app-common
1241 Downloads
This package contains pieces of code that are shared between our applications.
deegitalbe/trustup-pro-admin-common
973 Downloads
This package contains pieces of code that are shared between 'admin.trustup.pro' and 'trustup.pro'.
asghaier/openfolio_scripts
19 Downloads
Repo that contains scripts for Openfolio that are not generic enough to be in the distro repo (e.g. docker scripts).
smeghead/text-link-encoder
13 Downloads
A library that converts any string containing a URL (such as a user-entered string) into a html string containing url link. Non-URL parts are html-encoded.
rc/phpstorm-stubs
12 Downloads
STUBS are normal, syntactically correct PHP files that contain function & class signatures, constant definitions, etc. for all built in PHP stuff and most standard extensions