Libraries tagged by simple user provider
dereuromark/cakephp-file-storage
425 Downloads
This plugin is giving you the possibility to store files in virtually any kind of storage backend. This plugin is wrapping the Gaufrette library (https://github.com/KnpLabs/Gaufrette) library in a CakePHP fashion and provides a simple way to use the storage adapters through the StorageManager class.
myth/bay
5872 Downloads
Provides a simple mechanism for inserting view partials rendered in other classes. Can be used to provide a 'widgets' implementation or similar.
codelieutenant/laravel-crypto
146 Downloads
Laravel Crypto is a package that provides a simple and easy to use API for encrypting, decrypting, hashing, and signing data using the latest PHP and Laravel features.
samirzz/jldb
13 Downloads
Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.
pointybeard/helpers-cli-colour
3254 Downloads
Provides colour constants and a simple way to colourise strings for use on the command-line.
mouf/utils.common.getvars
163322 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.
velitsol/userstamps
1198 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
ahrmerd/laravel-test-generator
173 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
mouf/utils.common.lock
67197 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.
kadevland/simple-laravel-eloquent-uuid
130 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
co0lc0der/simple-query-builder
25 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.
samsara/mason
795 Downloads
A PHPDoc docblock interpreter that is simple, easy to use, and provides Attribute alternatives.
lookaflyingdonkey/phlow
62 Downloads
Uses AWS Simple Workflow Service to provide JSON based job flows
spiral-packages/rate-limiter
35 Downloads
A simple to use rate limiting abstraction which, in conjunction with your application's cache, provides an easy way to limit any action during a specified window of time.
designbycode/luhn-algorithm
284 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.