Libraries tagged by if
nicodev/asserts
31318 Downloads
List of traits that make assertions and throw Exception if assertion fails.
nextnetmedia/tipalti
4452 Downloads
Simple PHP implementation of the Tipalti iFrame and SOAP APIs
necenzurat/eloquent-meta
8223 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
mysof/password-check
11896 Downloads
Simple class to check if a provided password is clean using the haveibeenpwned.com API
muffe/enum-constraint
9051 Downloads
A Symfony Validator constraint that validates if given strings are valid cases in a given PHP 8 Enum
mreduar/laravel-balance
719 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
mouf/utils.session.session-manager
252767 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
mouf/utils.common.lock
67206 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.cache.no-cache
180748 Downloads
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
morsvox/ip-range-checker
11623 Downloads
This package is a little helper to check if a given IP address is in a certain IP range.
mirko-pagliai/cakephp-stop-spam
18624 Downloads
A CakePHP plugin that allows you to check if a username, email address or ip address has been reported as a spammer
milito/query-filter
7611 Downloads
This is package to use query filter for each model. This package is made entirely for personal use. But if you are eager to use this, you can easily use this package by using readme. This is very simple and amateur :).
mhsdesign/liveinspectorjsevents
3381 Downloads
Send JsEvents to the iframe on Inspector changes
mckue/laravel-excel
68 Downloads
Laravel-Excel is based on Spartner NL/Lavel Excel code and switches to an xlswriter extension. If your project is using SparnerNL/Lavel Excel and there are big data export performance issues, and you don't want to modify a lot of code, then the current package may be very suitable for you.
mattketmo/uuid-2x-bridge
77845 Downloads
Allow to use ramsey/uuid:3.x even if one of your dependencies requires version 2.x