Skip to content

timothyjohnwilson/CollectionConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CollectionConverter

A Converter Class that Exports Eloquent Models to CSV, TSV, PSV, and XML

Example

$models  = Models::all();                                                           
$CC      = CollectionConverter::makeFromPreset(CollectionConverter::CSV, "testing");
$CC->exportFormattedModelCollection($models);                                       

Requirements

PHP >= 5.4 Laravel >= 4.2

Created By

Timothy Wilson

About

A Converter Class that Exports Eloquent Models to CSV, TSV, PSV, and XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages