Download the PHP package palmabit/laravel-contact-csv without Composer
On this page you can find all versions of the php package palmabit/laravel-contact-csv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download palmabit/laravel-contact-csv
More information about palmabit/laravel-contact-csv
Files in palmabit/laravel-contact-csv
Download palmabit/laravel-contact-csv
More information about palmabit/laravel-contact-csv
Files in palmabit/laravel-contact-csv
Vendor palmabit
Package laravel-contact-csv
Short Description Save contact input in csv file
License MIT
Package laravel-contact-csv
Short Description Save contact input in csv file
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-contact-csv
LaravelContactCSV
This Laravel package allows you to easily save contact data in CSV format.
Installation
To install this package follow these instructions
composer require palmabit/laravel-contact-csv
- add
Palmabit\ContactCsv\ContactCsvServiceProvider
to yourconfig/app.php
ServiceProviders php artisan vendor:publish --provider="Palmabit\ContactCsv\ContactCsvServiceProvider"
- create csv file and set the absolute path into configuration file
config/packages/Palmabit/ContactCsv/config.php
- fill generated config file
Usage
Save new row in csv file
Download the csv file
Tests
You can run tests locally with
The build is continuously run on travis.
Contributing
- Add tests for any new or changed functionality
- update doc
Author
License
LaravelContactCSV it's free and easy to integrate within your existing projects. See the MIT License
Todo
• Setup/write/download more than one CSV file
All versions of laravel-contact-csv with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
laravel/framework Version 5.*
illuminate/config Version 5.*
sensiolabs/security-checker Version *
laravel/framework Version 5.*
illuminate/config Version 5.*
sensiolabs/security-checker Version *
The package palmabit/laravel-contact-csv contains the following files
Loading the files please wait ....