ebidtech/dimensions

Dimensions library

v1.1 2014-02-02 17:08 UTC

This package is not auto-updated.

Last update: 2024-03-25 23:50:57 UTC


README

Dimensions

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status

Requirements

  • PHP >= 5.4

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 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:

<?php

require 'vendor/autoload.php';

Usage

For now for usage example look on tests code

Contributing

See CONTRIBUTING file.

Credits

License

Common object library is released under the MIT License. See the bundled LICENSE file for details.