Libraries tagged by single instance
laraxot/module_tenant_fila3
39 Downloads
tenant module for software architecture that allows a single instance of a software application to serve multiple tenants
gepur-it/sic-bundle
7912 Downloads
Single Instance Command Bundle
gabriel-peleskei/lock-file
20 Downloads
Creating lock file for single instance execution
emados/php-statical
515 Downloads
Allows for easy aliases creation that proxies static calls to a single instance of a class.
charm/database
0 Downloads
Yet another PDO wrapper. Because I don't like to explicitly prepare and execute and fetch every single query. Can use a PDO instance from you, or it makes a new connection standalone.
julien-boudry/condorcet
8375 Downloads
Complete election manager, providing natively many voting methods including: Condorcet / Borda (+ Nauru variant) / Copeland / Dodgson (2 Approximations) / FTPT / Instant-runoff (alternative vote) / Kemeny–Young / Minimax (+ variants) / Ranked Pairs (+ variants) / Schulze (+ variants), Single Transferable Vote (STV) / Comparison of Pairs of Outcomes by the Single Transferable Vote (CPO-STV)
prevailexcel/botstart
18 Downloads
A single command to install Laravel, BotMan, and all the essentials. Start building in less than 3 minutes
salmanzafar/laravel-jwt-auto-installer
55 Downloads
A Laravel Library that let's you add tymon jwt auth library and all it's features with single command
igorsgm/laravel-assembler
11 Downloads
🧰 • An extended Laravel Installer CLI that gives you the power to scaffold a new Laravel project with some neat add-ons and set up a git repository in a single command.
designbycode/levenshtein-distance
105 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.