endroid / import
Endroid Import
Fund package maintenance!
endroid
Requires
- php: >=7.1
- ext-gd: *
- endroid/flusher: ^2.0
- endroid/property-access: ^2.0
- halilim/xml-iterator: ^1.0
- league/flysystem: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.7|^6.0
README
By endroid
This library helps you building an import.
Installation
Use Composer to install the library.
$ composer require endroid/import
Symfony integration
Register the Symfony bundle in the kernel.
// app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Endroid\Import\Bundle\EndroidImportBundle(), ]; }
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.