Download the PHP package metabytes-sro/laravel-formatter without Composer
On this page you can find all versions of the php package metabytes-sro/laravel-formatter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download metabytes-sro/laravel-formatter
More information about metabytes-sro/laravel-formatter
Files in metabytes-sro/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 https://github.com/metabytes-sro/laravel-formatter
Informations about the package laravel-formatter
Laravel Formatter
Table of Contents
- About
- Installation
- Parsers
- Formats
- General Usage
- Changelog
- Contributing
- License
About
A package that enables you to convert your data into various formats such as JSON, XML, CSV and YAML. Based on FuelPHP's 💧 formatter class.
Works with Laravel 6.x, 7.x, 8.x
Based on Soapbox/laravel-formatter, ejetar/laravel-formatter
Installation
Through command line:
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
Changelog
Nothing for now...
Contributing
Contribute to this wonderful project, it will be a pleasure to have you with us. Let's help the free software community. You are invited to incorporate new features, make corrections, report bugs, and any other form of support. Don't forget to star in this repository! 😀
License
This library is a open-source software licensed under the MIT license.
All versions of laravel-formatter with dependencies
league/csv Version ^9.9
mustangostang/spyc Version ~0.6
illuminate/support Version *