# [Labs64 NetLicensing] Client (PHP)

PHP wrapper for Labs64 NetLicensing [RESTful API]

## Installation

```
$ composer require labs64/netlicensingclient-php
```

## Usage

```
{
    "require": {
        "labs64/netlicensingclient-php": "dev-master"
    }
}
```

## Contributing

Bug, feature requests and other issues should be reported to the [GitHub Project]. We accept code and documentation contributions via Pull Requests on GitHub as well.

- [PSR-2 Coding Standard] is used by the project.
- Keep the documentation up to date. Make sure `README.md` and other relevant documentation is kept up to date with your changes.
- One pull request per feature. Try to keep your changes focused on solving a single problem. This will make it easier for us to review the change and easier for you to make sure you have updated the necessary tests and documentation.

## License

Composer Merge plugin is licensed under the Apache License, Version 2.0 license. See the [LICENSE](LICENSE) file for more details.

---

Visit Labs64 NetLicensing at http://netlicensing.io

[Labs64 NetLicensing]: http://netlicensing.io
[RESTful API]: http://l64.cc/nl10
[GitHub project]: https://github.com/Labs64/NetLicensingClient-php
[PSR-2 Coding Standard]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
