PHPackages                             projectivemotion/csv-to-objects - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. projectivemotion/csv-to-objects

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

projectivemotion/csv-to-objects
===============================

Convert Csv to Objects and Vice Versa

0.2.0(10y ago)11.0kMITPHP

Since Apr 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/projectivemotion/csv-to-objects)[ Packagist](https://packagist.org/packages/projectivemotion/csv-to-objects)[ RSS](/packages/projectivemotion-csv-to-objects/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Csv-To-Objects
==============

[](#csv-to-objects)

Quickly Convert a Csv String to an array of Std Objects in PHP

[![Build Status](https://camo.githubusercontent.com/93358b1457c3ed25e2817d809f0a6137ae0e4c477dac162b1f8b958829b4c718/68747470733a2f2f7472617669732d63692e6f72672f70726f6a6563746976656d6f74696f6e2f6373762d746f2d6f626a656374732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/projectivemotion/csv-to-objects)

Usage
-----

[](#usage)

See examples/AsCustomclass.php and examples/AsStdObjects.php

```
$users  =   \projectivemotion\Csv\Csv::StringToObjects(
