sloth-dev-guy / proxy-services
Proxy request beween backends with authentication and authorization capabilities
dev-master
2024-02-08 03:01 UTC
Requires
- illuminate/container: ^9.0|^10.0
- illuminate/database: ^9.0|^10.0
- illuminate/events: ^9.0|^10.0
- illuminate/support: ^9.0|^10.0
Requires (Dev)
- doctrine/dbal: ^2.13|^3.1
- fakerphp/faker: ^1.9
- laravel/lumen-framework: ^9.0
- mockery/mockery: ^1.3
- phpunit/phpunit: ^9.5
- vlucas/phpdotenv: ^5.4
Suggests
- illuminate/http: Required to use custom requests object in controllers (^9.0)
- laravel/lumen-framework: Required to use defaults functionalities inherit to the laravel frameworks (laravel|lumen) (^9.0)
This package is auto-updated.
Last update: 2024-11-08 04:35:35 UTC
README
Are you tired of write if, where and join statements in all your search methods as if tomorrow never comes, then this might be a solution for you!
Perform searches with Eloquent models using an array-like API setup.
This library is just a query-builder translator, so in the end it uses exactly the same methods.