Download the PHP package daniel-furmanov/laravel-formatter without Composer
On this page you can find all versions of the php package daniel-furmanov/laravel-formatter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daniel-furmanov/laravel-formatter
More information about daniel-furmanov/laravel-formatter
Files in daniel-furmanov/laravel-formatter
Package laravel-formatter
Short Description A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others.
License MIT
Homepage http://github.com/SoapBox/laravel-formatter
Informations about the package laravel-formatter
Attention!
This fork was made to support encoding and '@attributes' and '@value' in xml, so that nodes (xml tags) could support attributes and native string nodes. Any credits should go to the original author of this bundle. Use at your own risk!
Formatter Bundle
A formatter package that will help you to easily convert between various formats such as XML, JSON, CSV, etc...
Goals
The goals of this library are to allow the transfomation of data formats from one type to another. See Parsers and Formats to see supported input / output formats.
Installation
Through command line:
Through composer.json:
Parsers
All of the following are supported formats that the formatter can read from.
- Array
- CSV
- JSON
- XML
- YAML
Formats
All of the following are formats that are supported for output.
- Array
- CSV
- JSON
- XML
- YAML
General Usage
Including The Formatter
Supported Types
Making Your First Formatter(s)
Outputting From Your Formatter
Deprecated Functionality
The following have been deprecated from the library, however you can easily continue using them in your application
Serialized Array
PHP Export
All versions of laravel-formatter with dependencies
league/csv Version ~6.0
mustangostang/spyc Version 0.5.*@dev
illuminate/support Version >=4.0