<a href="https://netlicensing.io"><img src="https://netlicensing.io/img/netlicensing-stage-twitter.jpg" alt="Innovative License Management Solution"></a>

# [Labs64 NetLicensing](https://netlicensing.io) Client (PHP)

[![PHP Client - Demo Test](https://github.com/Labs64/NetLicensingClient-php/actions/workflows/netlicensing-php-demo.yml/badge.svg)](https://github.com/Labs64/NetLicensingClient-php/actions/workflows/netlicensing-php-demo.yml)
[![Latest Stable Version](https://poser.pugx.org/labs64/netlicensingclient-php/v/stable)](https://packagist.org/packages/labs64/netlicensingclient-php)
[![Total Downloads](https://poser.pugx.org/labs64/netlicensingclient-php/downloads)](https://packagist.org/packages/labs64/netlicensingclient-php)
[![Apache License 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Labs64/NetLicensingClient-php/blob/master/LICENSE)
[![📖 Documentation](https://img.shields.io/badge/📖%20Documentation-Wiki-AB6543.svg)](https://netlicensing.io/wiki/restful-api)
[![NetLicensing @ LinkedIn](https://img.shields.io/badge/NetLicensing-0077B5.svg?logo=LinkedIn)](https://www.linkedin.com/showcase/netlicensing)

PHP wrapper for Labs64 NetLicensing [RESTful API](https://netlicensing.io/wiki/restful-api)

Visit Labs64 NetLicensing at https://netlicensing.io

## Installation

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

## Usage

```
{
    "require": {
        "labs64/netlicensingclient-php": "^2.6.0"
    }
}
```

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

Labs64 NetLicensing Client (PHP) is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.

---

Visit Labs64 NetLicensing at https://netlicensing.io

[Labs64 NetLicensing]: https://netlicensing.io
[RESTful API]: https://netlicensing.io/wiki/restful-api
[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
