Libraries tagged by instanceof
crunch/cache-control
11397 Downloads
Interact with apcu/opcache in FPM-instances
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.
cehmke/php-enum
1 Downloads
Simple enum interface allowing both static comparison and instanced interactions
biigle/laravel-remote-queue
3043 Downloads
Submit jobs to and receive jobs from other Laravel or Lumen instances.
aedart/laravel-helpers
1032 Downloads
Getters and Setters utility package for some of Laravel's core packages. This package make use of Laravel's native Facades, as a fallback, when no custom instances are provided.
aedart/laravel-config
27 Downloads
Getter and Setter package for a Laravel configuration repository instance. It serves as an alternative to the 'Config' facade.
aedart/laravel-application
47 Downloads
Getter and Setter package for a Laravel application instance. It serves as an alternative to the app() method, found in the framework's foundation helpers file.
acfatah/object-factory
10 Downloads
Provides a container used to build class instances and solve object dependencies.