Libraries tagged by where
seld/signal-handler
51268902 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
spaze/phpstan-disallowed-calls
13646343 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
jolicode/php-os-helper
1591773 Downloads
Helpers to detect the OS of the machine where PHP is running.
dcat/laravel-wherehasin
122441 Downloads
Laravel ORM whereHasIn
rosell-dk/locate-binaries
5160735 Downloads
Locate a binaries by means of exec() or similar
fico7489/laravel-eloquent-join
371084 Downloads
This package introduces the join magic for eloquent models and relations.
biiiiiigmonster/hasin
401503 Downloads
Laravel framework relation has in implement
mpyw/eloquent-has-by-non-dependent-subquery
445946 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
tamtamchik/namecase
385806 Downloads
This package allows you to convert names into the correct case where possible.
roave/no-floaters
225175 Downloads
PHPStan Rules to Disallow Float proliferation in contexts where IEEE-754 rounding errors are not acceptable
cjmellor/browser-sessions
18615 Downloads
A Laravel package to enable users to manage and monitor their active browser sessions. Allows users to view devices where they are logged in and provides options to terminate unrecognized or all sessions, enhancing account security
cheprasov/php-redis-lock
388264 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.
alleyinteractive/wp-asset-manager
155101 Downloads
Asset Manager is a toolkit for managing front-end assets and more tightly controlling where, when, and how they're loaded.
metaclass-nl/filter-bundle
99220 Downloads
Filter bundle for API Platform, Filter Logic
mpyw/eloquent-has-by-join
124921 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.