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
Requires
- php: >=7.1.0|^7.2.5
- ext-json: *
- ext-zip: *
- symfony/yaml: ^3.4
Requires (Dev)
- phpspec/phpspec: ~3.4.2
- phpunit/phpunit: 6.5.3
- roave/security-advisories: dev-master
- symfony/var-dumper: ^3.4
This package is auto-updated.
Last update: 2025-04-20 21:18:58 UTC
README
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