smorken / service
Services for PHP/Laravel
v10.3.0
2026-05-08 17:08 UTC
Requires
- php: ^8.3
- illuminate/http: ^12.0|^13.0
- illuminate/routing: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
- smorken/sanitizer: ^10.0
Requires (Dev)
- laravel/framework: ^12.0|^13.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^2.1.14
- phpunit/phpunit: ^11.0|^12.0
- smorken/controller: ^2.0
- smorken/docker: *
- smorken/export: ^10.0
- smorken/model: ^10.8
- smorken/storage: ^10.0
This package is auto-updated.
Last update: 2026-06-08 17:24:44 UTC
README
License
This software is open-sourced software licensed under the MIT license
The Laravel framework is open-sourced software licensed under the MIT license
Installation
The service provider should automatically register itself under Laravel.
If not, you can manually add Smorken\Service\ServiceProvider::class to the
providers section of config/app.php.