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: 7 months 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)