thijzer/csv-validation-header

There is no license information available for the latest version (0.0.1) of this package.

0.0.1 2019-12-26 13:59 UTC

This package is auto-updated.

Last update: 2024-09-20 19:56:08 UTC


README

Build Status

Item processor

require this into your project

composer require thijzer/csv-validation-header

Documentation

You can find the documentation in the /docs directory.

Development

Before you start

This branch is using docker for development.

alias d_composer="docker-compose exec fpm php -d memory_limit=-1 /usr/bin/composer $1"

Installation and testing for development

d_composer install -o 
d_composer test