Libraries tagged by insurance
mouf/utils.common.lock
67283 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.
mouf/utils.common.formatters
33643 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.rightsservice
64722 Downloads
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
mouf/html.template.menus.basicmenu
143999 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.
michaelbelgium/laravel-youtube-api
376 Downloads
Add a youtube api to your Laravel instance
mastani/laravel-jdate
1527 Downloads
Date converter from Jalali to Georgian and vice versa. It has Carbon instance inside and it's Laravel friendly.
instride/pimcore-monitor
3354 Downloads
Monitoring for Pimcore instances
init-development-studios/headless-wordpress-sync
5414 Downloads
Sync content from a headless WordPress instance using the WP REST API.
hermeslin/mockery-overload-properties
2624 Downloads
mock instance's properties via Mockery's overload keyword
gutesio/operator
857 Downloads
The bundle for the gutes.digital operator instances.
gared/ether-scan
869 Downloads
A simple scanner for Etherpad instances
fyfywka/ts3phpframework
22 Downloads
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
fruux/ec2dns
144 Downloads
ec2dns is a set of command line tools that makes it easy to display public hostnames of EC2 instances and ssh into them via their tag name.
eventix/laravel-nats
5666 Downloads
Package which makes talking to a nats.io instance easy
emmetog/flysystem-gzip-adapter
19713 Downloads
Gzip wrapper for Flysystem instances