smorken / import
Import helper for PHP 8/Laravel
    v10.1.2
    2024-07-01 17:38 UTC
Requires
- php: ^8.1
 - illuminate/notifications: ^9.0|^10.0|^11.0
 - illuminate/support: ^9.0|^10.0|^11.0
 - smorken/model: ^10.0
 - smorken/storage: ^10.0
 
Requires (Dev)
- mockery/mockery: ^1.0
 - phpunit/phpunit: ^10.0|^11.0
 - smorken/docker: *
 
- dev-main / 10.x-dev
 - v10.1.2
 - v10.1.1
 - v10.1.0
 - v10.0.1
 - v10.0.0
 - 9.x-dev
 - v9.4.7
 - v9.4.6
 - v9.4.5
 - v9.4.4
 - v9.4.3
 - v9.4.2
 - v9.4.1
 - v9.4.0
 - v9.3.x-dev
 - v9.3.2
 - v9.3.1
 - v9.3
 - v9.2.8
 - v9.2.7
 - v9.2.6
 - v9.2.5
 - v9.2.4
 - v9.2.3
 - v9.2.2
 - v9.2.1
 - v9.2
 - v9.1.1
 - v9.1
 - v9.0.2
 - v9.0.1
 - v9.0
 - 8.x-dev
 - v8.11.2
 - v8.11.1
 - v8.11.0
 - v8.10.7
 - v8.10.6
 - v8.10.5
 - v8.10.4
 - v8.10.3
 - v8.10.2
 - v8.10.1
 - v8.10.0
 - v8.9.6
 - v8.9.5
 - v8.9.4
 - v8.9.3
 - v8.9.2
 - v8.9.1
 - v8.9.0
 - v8.8.1
 - v8.8
 - v8.7.5
 - v8.7.4
 - v8.7.3
 - v8.7.2
 - v8.7.1
 - v8.7
 - v8.6
 - v8.5
 - v8.4
 - v8.3
 - v8.2
 - v8.1
 - v8.0
 - 6.x-dev
 - v6.0
 
This package is auto-updated.
Last update: 2025-10-29 03:21:22 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\Import\ServiceProvider::class to the
providers section of config/app.php.
Create an ImportServiceProvider.  It will need to bind Smorken\Import\Contracts\Importers to
Smorken\Import\Importers with the array of data providers.