ebidtech / dimensions
Dimensions library
Installs: 7 918
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- ebidtech/collection: 2.0.*
Requires (Dev)
- phpmd/phpmd: ~1.5.0
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: ~1.5.0
This package is not auto-updated.
Last update: 2024-11-05 02:37:51 UTC
README
Dimensions
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
- Ebidtech developer team, common object Lead developer Filipe Silva (filipe.silva@ebidtech.com).
- All contributors
License
Common object library is released under the MIT License. See the bundled LICENSE file for details.