Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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)