Libraries tagged by sami
sbine/simple-tenancy
3699 Downloads
Simple Laravel multi-tenancy in the same database
particle-academy/fancy-flow-php
677 Downloads
PHP runtime for fancy-flow workflow graphs — the framework-free twin of @particle-academy/fancy-flow's engine. Same WorkflowSchema JSON in, same outputs out; author in , run on PHP.
nomelodic/name-case-lib
7748 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.
myparcelcom/concurrency-safe-migrations
54426 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
mouf/utils.action.action-interface
372477 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.
mickmelon/flarum-ext-coloured-usernames
10130 Downloads
Set the username colour to the same as the rank colour (only on posts)
mbissonho/module-remember-admin-last-page
2796 Downloads
This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires.
mateusz-peczkowski/nova-heartbeat-resource-field
4598 Downloads
Heartbeat for resources to block editing same resource with 2 or more people
marionnewlevant/snitch
85335 Downloads
Report when two people might be editing the same element (eg entry, category, or global) or field
lochmueller/html5videoplayer
41298 Downloads
A video extension for TYPO3 built on the VideoJS HTML5 video player library. Allows you to embed video in your website using HTML5 with Flash fallback support for non-HTML5 browsers. Work on VideoJS 4.12.6 and support YouTube and Vimeo video in the same style.
holgerk/assert-golden
11575 Downloads
Same as assertEquals, but when null is given as argument, the test file is automatically edited and null is substituted with the actual value
greatsami/entrust
3795 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour
fullfatthings/samesiteexceptions
31532 Downloads
provide exceptions to the same site flag depending on browser strings
cooperl/laravel-ibmi
16347 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.
chxj1992/hashring
72867 Downloads
Consistent hashing "hashring" implementation in php (using the same algorithm as libketama)