Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labs64/netlicensingclient-php

PHP wrapper for Labs64 NetLicensing RESTful API
https://github.com/labs64/netlicensingclient-php

api client floating hacktoberfest license license-management license-types licensing licensing-as-a-service licensing-library licensing-model netlicensing pay-per-use php php-wrapper rest restful software-activation software-license subscription

Last synced: 2 days ago
JSON representation

PHP wrapper for Labs64 NetLicensing RESTful API

Awesome Lists containing this project

README

        

Innovative License Management Solution

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

[![Build Status](https://travis-ci.org/Labs64/NetLicensingClient-php.svg?branch=master)](https://travis-ci.org/Labs64/NetLicensingClient-php)
[![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.5.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]: 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