PHPackages                             splitpay/support-csv - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. splitpay/support-csv

ActiveLibrary[File &amp; Storage](/categories/file-storage)

splitpay/support-csv
====================

Splitpay Support CSV is a PHP library designed to assist in handling CSV files. With this component, you can easily perform conversions such as 'Array to CSV' or 'JSON to CSV' with a structured and flexible API.

1.1.5(1y ago)0114MITPHP

Since Jan 14Pushed 1y agoCompare

[ Source](https://github.com/SplitPayBrasil/splitpay-support-csv)[ Packagist](https://packagist.org/packages/splitpay/support-csv)[ RSS](/packages/splitpay-support-csv/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (10)Used By (0)

Splitpay Support CSV
====================

[](#splitpay-support-csv)

Overview
--------

[](#overview)

Splitpay Support CSV is a PHP library designed to assist in handling CSV files. With this component, you can easily perform conversions such as "Array to CSV" or "JSON to CSV" with a structured and flexible API.

Installation
------------

[](#installation)

To install the library, use Composer:

```
composer require splitpay/support-csv
```

Usage
-----

[](#usage)

To use the library, you need to import the following classes:

- `Parser`
- `Layout`
- `Column`

Below is an example of how to use Splitpay Support CSV:

```
