2017 © Pedro Peláez
 

library import

Endroid Import

image

endroid/import

Endroid Import

  • Monday, April 16, 2018
  • by endroid
  • Repository
  • 1 Watchers
  • 1 Stars
  • 476 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 17 % Grown

The README.md

Import

By endroid, (*1)

Latest Stable Version Build Status Total Downloads Monthly Downloads License, (*2)

This library helps you building an import., (*3)

Installation

Use Composer to install the library., (*4)

``` bash $ composer require endroid/import, (*5)


## Symfony integration Register the Symfony bundle in the kernel. ```php // 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., (*6)

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., (*7)

The Versions