PHPackages                             ebidtech/dimensions - 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/dimensions

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

ebidtech/dimensions
===================

Dimensions library

v1.1(12y ago)17.9kMITPHPPHP &gt;=5.4.0

Since Dec 6Pushed 12y ago14 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (7)Used By (0)

Dimensions
==========

[](#dimensions)

Dimensions

[![Latest Stable Version](https://camo.githubusercontent.com/28ce6d6ccd90eade75b831c348e643f17b1b8ff13bc96a97e210b06a377e020f/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f64696d656e73696f6e732f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/dimensions) [![Build Status](https://camo.githubusercontent.com/9bb587054896355f2cd156ab9cc970d976bd3d3b8ba156435cab34bbafcb6710/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f64696d656e73696f6e732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/dimensions) [![Coverage Status](https://camo.githubusercontent.com/477720499b511b4a22a5956a0aff9de72206d43d8c1b092ffb5c4e1b8f387222/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f64696d656e73696f6e732f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/dimensions?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/440108f011cf44c31d72955f74e5ffeb233eb9f2b5b647e14ce5112f24695478/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f64696d656e73696f6e732f6261646765732f7175616c6974792d73636f72652e706e673f733d32643434643932623461643265306339646235336263346335353236646364633738366132626435)](https://scrutinizer-ci.com/g/ebidtech/dimensions/) [![Dependency Status](https://camo.githubusercontent.com/d57c385ff51ed12285ebe5db4f00c956377e399ec03935d2a0cebb752b69bc66/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532656537396336656331333735323039643030303032392f62616467652e706e67)](https://www.versioneye.com/user/projects/52ee79c6ec1375209d000029)

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/dimensions": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/dimensions`](https://packagist.org/packages/ebidtech/dimensions) 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:

```
