pars/pars-beans

Data transfer classes, lists and utilities

This package's canonical repository appears to be gone and the package has been frozen as a result.


README

Build Status Coverage Status

Installation

Run the following to install this library:

$ composer require pars/pars-beans

or if composer package is not available add the following to your composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/pars/pars-beans"
    }
],
"require": {
    "pars/pars-beans": "dev-master"
}