Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseluisq/svexport
Small PHP character-separated values exporter (CSV and TSV).
https://github.com/joseluisq/svexport
csv tsv
Last synced: 6 days ago
JSON representation
Small PHP character-separated values exporter (CSV and TSV).
- Host: GitHub
- URL: https://github.com/joseluisq/svexport
- Owner: joseluisq
- License: mit
- Created: 2015-05-22T17:20:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T10:46:02.000Z (over 7 years ago)
- Last Synced: 2024-04-14T02:19:49.664Z (10 months ago)
- Topics: csv, tsv
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SVExport
> Simple PHP character-separated values exporter (CSV and TSV).
## Usage
```php
toTSV();
$export->fromArray($data_source);
$export->output();
```
## License
MIT license© 2016 [José Luis Quintana](http://git.io/joseluisq)