Libraries tagged by aWhere
arraypress/s3-path-resolver
7 Downloads
A robust utility for parsing and validating S3-like paths. The library ensures paths adhere to S3 naming conventions, checks for disallowed protocols, validates file extensions, and supports default bucket configurations. Ideal for applications interfacing with S3-compatible storage solutions.
sclable/coding-standards
1920 Downloads
Our code of conduct requires strict adherence to the FIG PSR standards. The automated checks are collected in this Tool.
orno/loader
875 Downloads
An autoloader package that allows you to adhere to PSR-0 and PSR-4 standards with classmap autoloading thrown in.
seld/signal-handler
36183812 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
dcat/laravel-wherehasin
103746 Downloads
Laravel ORM whereHasIn
rosell-dk/locate-binaries
3913356 Downloads
Locate a binaries by means of exec() or similar
fico7489/laravel-eloquent-join
319847 Downloads
This package introduces the join magic for eloquent models and relations.
biiiiiigmonster/hasin
308237 Downloads
Laravel framework relation has in implement
mpyw/eloquent-has-by-non-dependent-subquery
380894 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
tamtamchik/namecase
301940 Downloads
This package allows you to convert names into the correct case where possible.
roave/no-floaters
170268 Downloads
PHPStan Rules to Disallow Float proliferation in contexts where IEEE-754 rounding errors are not acceptable
jolicode/php-os-helper
826788 Downloads
Helpers to detect the OS of the machine where PHP is running.
cheprasov/php-redis-lock
347824 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.
metaclass-nl/filter-bundle
84925 Downloads
Filter bundle for API Platform, Filter Logic
mpyw/eloquent-has-by-join
106089 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.