PHPackages                             soubai/object-to-any - 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. soubai/object-to-any

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

soubai/object-to-any
====================

ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)

1.0.3(10y ago)6411MITPHP

Since Nov 30Pushed 4y ago5 watchersCompare

[ Source](https://github.com/AbderrahimSoubaiElidrissi/ObjectToAny)[ Packagist](https://packagist.org/packages/soubai/object-to-any)[ RSS](/packages/soubai-object-to-any/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (4)Used By (0)

ObjectToAny
===========

[](#objecttoany)

ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)

Author
======

[](#author)

Abderrahim Soubai Elidrissi

License
=======

[](#license)

This software is distributed under the MIT license.  MIT

features
========

[](#features)

- From Objet To Array
- From Objet To XML
- From Objet To JSON
- From Objet To Binary
- From Objet To CSV
- From Array To Object
- From XML To Object
- From JSON To Object
- From Binary To Object
- From CSV To Object

installation
============

[](#installation)

```
composer require soubai/object-to-any

```

A Simple Example
================

[](#a-simple-example)

```
