Libraries tagged by sama
rekalogika/file
2244 Downloads
High-level file abstraction library built on top of Flysystem. It lets you work with file objects in an object-oriented manner. A file object represents a file in a Flysystem filesystem. It can be a local file or a file in a cloud storage, the library lets you work with them in the same way.
phpmailer-amp/phpmailer-amp
3656 Downloads
PHPMailer-AMP is the same PHPMailer library with AMP content support
panada/panada
233 Downloads
A PHP Framework for those who love simplicity and performance at the same time
nomelodic/name-case-lib
4627 Downloads
Created based on the NameCaseLib library (https://github.com/seagullua/NameCaseLib). NameCaseLib is a PHP library designed for automatic declension of full names in Russian and Ukrainian. A unique feature is that the librarycontains the same methods for working with full names in Russian and Ukrainian.
mouf/utils.common.lock
67165 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.action.action-interface
366353 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mateusz-peczkowski/nova-heartbeat-resource-field
1305 Downloads
Heartbeat for resources to block editing same resource with 2 or more people
kenangundogan/flexiblegrid
12 Downloads
For users who can embrace the newest of technology, Flexiblegrid comes with an flex based grid. It’s the same grid you know and love, but with even better source ordering and alignment options.
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
happy-types/money-type
24729 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
greatsami/entrust
2782 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour
glhd/laravel-prismoquent
2276 Downloads
Prismoquent lets you access Prismic.io using the same methods you're used to in Eloquent.
fond-of-spryker/product-detail-page
19191 Downloads
extend product detail view with products from the same category
digicomp/flowsessionlock
3475 Downloads
Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
deoliveiralucas/copy-object-attributes-values
24563 Downloads
Simple helper to copy attributes values with the same name from one object to an other.