smorken / hybrid-file
Helper library for hybrid files
v10.4.0
2026-05-08 16:20 UTC
Requires
- php: ^8.3
- ext-fileinfo: *
- illuminate/events: ^12.0|^13.0
- illuminate/filesystem: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
- smorken/domain: ^1.0
- smorken/model: ^10.8
Requires (Dev)
- fakerphp/faker: ^1.15.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^2.1.13
- phpunit/phpunit: ^11.0|^12.0
- smorken/docker: *
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
Requirements
- PHP 7.2+
- Composer
Use
The service provider should auto-register, if not
- add service provider to
config/app.php
'providers' => [
...
Smorken\HybridFile\ServiceProvider::class,