2017 © Pedro Peláez
 

library modulus-csv

ZF3 Module export and import CSV files.

image

bemcasei/modulus-csv

ZF3 Module export and import CSV files.

  • Friday, July 27, 2018
  • by willhoffmann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ModulusCsv

Export and import CSV files., (*1)

Installation

composer require bemcasei/modulus-csv

Enable module

Register as Zend Framework module inside your config/application.config.php file:, (*2)

// config/application.config.php
return [
    'modules' => [
        'ModulusCsv',
    ]
],

The Versions

27/07 2018

dev-master

9999999-dev https://github.com/bemcasei/ModulusCsv

ZF3 Module export and import CSV files.

  Sources   Download

MIT

The Requires

 

by William Hoffmann