PHPackages                             ebidtech/common-object - 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. ebidtech/common-object

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

ebidtech/common-object
======================

A collection of common objects

v0.6(10y ago)07.4kMITPHPPHP &gt;=5.4

Since Jan 24Pushed 10y ago13 watchersCompare

[ Source](https://github.com/ebidtech/common-object)[ Packagist](https://packagist.org/packages/ebidtech/common-object)[ Docs](http://github.com/ebidtech/common-object)[ RSS](/packages/ebidtech-common-object/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (6)Versions (13)Used By (0)

Common Objects
==============

[](#common-objects)

Repository to store/share simple objects that can be reuse across projects.

[![Latest Stable Version](https://camo.githubusercontent.com/6c2932a102ab709d0a34b32bbf42e8b5c8879c8faed4a7d7fbe52df20b08c3bf/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f636f6d6d6f6e2d6f626a6563742f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/common-object) [![Build Status](https://camo.githubusercontent.com/1ba5a9e870028c1c6923654a70d6bf95052b923275428a7f3f24b539eda47904/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f636f6d6d6f6e2d6f626a6563742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/common-object) [![Coverage Status](https://camo.githubusercontent.com/c07d85c0b56787fcb43b6e0d333ef4a79be643f9d63e9fb715cdb3d2b336e0af/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f636f6d6d6f6e2d6f626a6563742f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/common-object?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/3a2c0660382da24c605b9b25b8eeefcc659b4cf6518b52a770a47b6875f22f3c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f636f6d6d6f6e2d6f626a6563742f6261646765732f7175616c6974792d73636f72652e706e673f733d64303233363564633237646265623463633236313830333563636662393936613636396538663134)](https://scrutinizer-ci.com/g/ebidtech/common-object/) [![Dependency Status](https://camo.githubusercontent.com/ba090a4bc8a0df21ab713f8e06408853cc842e6211d5a9174538df2250b3fdb0/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532653339343263656331333735623930303030303130352f62616467652e706e67)](https://www.versioneye.com/user/projects/52e3942cec1375b900000105)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

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

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/common-object": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/common-object`](https://packagist.org/packages/ebidtech/common-object) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
