Libraries tagged by be_user
mouf/database.dbconnection
32544 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.
brainfoolong/svg-charts
4 Downloads
Generate SVG image charts to be able to use it in web and pdf at the same time.
boomcms/boomcms
835 Downloads
BoomCMS is built on Laravel 5 and released under the MIT license. BoomCMS is designed to be easy to use for content editors and developers alike
modularr/flexible-php-pagination
7668 Downloads
The Flexible PHP pagination class was designed to be the easiest to use PHP Pagination system without losing any customization options.
d3/oxid-amazonpay-replacement
2271 Downloads
Empty replacement for the Amazon Pay module if it is not used and should be removed from the installation.
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
adigital/help-links
1994 Downloads
Define useful links to be added to the dashboard for clients.
thornacre/azure-app-service-email-wordpress-plugin
116 Downloads
Simple mirror of the Microsoft wordpress plugin so it can be hosted on Packagist and used installed via a composer.json file.
mouf/utils.patcher
84598 Downloads
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.
mascame/arrayer
1448 Downloads
Array manipulation with dot notation. Also prepares an array to be put in a file. Very useful for config files.
genxbe/k3-fragments
141 Downloads
Kirby3 plugin to make it possible to use translated strings that can be easily translated in the panel.
trm42/cache-decorator
246 Downloads
Magical (as in saves manual work quite a lot) Cache Decorator for Laravel 5. Designed for usage with repositories but easily usable for other uses. If there's enough interest, can be made framework agnostic.
omegamvc/serializable-closure
50 Downloads
Serializable Closure is a PHP package that allows closures to be serialized and stored, enabling their safe use in persistent storage or across requests.
mouf/utils.common.lock
67246 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
jpmurray/laravel-nofloc
570 Downloads
Adds a header response that should be opting out your site from being used for Google's FloC tracking.