Libraries tagged by be_user
lemestwo/rocketchat-monolog-handler
1553 Downloads
A Rocket.chat Monolog Handler meant to be used in Laravel projects developed by Sysvale Softgroup
aedart/util
11168 Downloads
This package contains a set of various utility resources, which can be used independently.
eventix/cache
15395 Downloads
Provides caching methods which can be easily used for caching routes.
director-moav/the-kof-client
11521 Downloads
TheKofClient is a PHP client for SurveyMonkey API. Written to be intuitvly used.
chr0n1x/php_codesniffer_tests
15375 Downloads
A test lib that can easily be required & used in custom PHP_CodeSniffer rulesets
webbaard/payum-mollie
1619 Downloads
The Payum extension. It provides Mollie payment integration. used to be maintained by Rafał Muszyński but couldn't see any activity
mouf/database.dbconnection
32064 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.
d-scribe/laraquick
1600 Downloads
A collection of classes to be extended/used in laravel applications for quick development
yoast/google-analytics
823 Downloads
Add Google Analytics to WordPress and be able to use all the powerful functions Google Analytics offers.
adigital/help-links
1956 Downloads
Define useful links to be added to the dashboard for clients.
facebook/fbmock
18273 Downloads
FBMock is a PHP mocking framework designed to be simple and easy to use.
old-xoops-libraries/php-downloader
32834 Downloads
Some classes from php-downloader v1.0 by www.ipunkt.biz package that were used in Xoops but can't be found outside
mouf/utils.patcher
84321 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.
hgraca/php-extension
1490 Downloads
A PHP library with code that can be included into a project and used as if it was part of the PHP core itself.
mouf/utils.common.lock
66509 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.