Libraries tagged by sami
mouf/utils.common.lock
67079 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
365956 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.
moonlydays/inertia-routed-modals
89 Downloads
Use your routes to open modal windows the same way you open pages with Inertia
mateusz-peczkowski/nova-heartbeat-resource-field
809 Downloads
Heartbeat for resources to block editing same resource with 2 or more people
makeroi/name-case-lib
179 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.
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.
jschaedl/api-client
1118 Downloads
A generic api client implementation to avoid writing the same boiler plate code over and over again.
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
24437 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
greatsami/entrust
2697 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour
diontech/laravel-extended-scheduler
1453 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
digicomp/flowsessionlock
3287 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
24105 Downloads
Simple helper to copy attributes values with the same name from one object to an other.
deegitalbe/trustup-versioned-package
3519 Downloads
Synchronization package checking that our packages are using same version everywhere.
bugloos/query-sorting-bundle
4746 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.