Libraries tagged by sami
nomelodic/name-case-lib
5605 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.
mpyw/sharable-value-objects
84251 Downloads
Share value objects that contain the same primitive value as a singleton.
mouf/utils.common.lock
67272 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.
kenangundogan/flexiblegrid
13 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.
internetztube/craft-slug-equals-title
8800 Downloads
This plugin makes sure that the slug is always the same as the title.
happy-types/money-type
25055 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
greatsami/entrust
2932 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour
fond-of-spryker/product-detail-page
19646 Downloads
extend product detail view with products from the same category
diontech/laravel-extended-scheduler
1607 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.
deoliveiralucas/copy-object-attributes-values
25133 Downloads
Simple helper to copy attributes values with the same name from one object to an other.
deegitalbe/trustup-versioned-package
3810 Downloads
Synchronization package checking that our packages are using same version everywhere.
cooperl/laravel-ibmi
12970 Downloads
laravel-ibmi is a simple DB2 & Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.
clarkwinkelmann/flarum-ext-create-user-modal
2541 Downloads
A modal that does the same as Sign Up, but without connecting
brezel/multi-tenant
700 Downloads
Run multiple websites using the same laravel installation while keeping tenant specific data separated for fully independant multi-domain setups.