Releases: Labs64/NetLicensingClient-php
Releases · Labs64/NetLicensingClient-php
Labs64 NetLicensing PHP Client v2.6.0
What's Changed
This PR upgrades the PHP stack from version 7.4 to 8.2/8.4, bringing the codebase up to modern PHP standards with improved type safety and updated dependencies.
Key changes:
- PHP version requirement upgraded from 7.4 to 8.2/8.4
- Type hints added throughout the codebase (mixed, string, array, bool, void, static, nullable types)
- Breaking change: parameter order modified in LicenseService::create() and LicenseService::update() methods
- PHPUnit upgraded from 6.5 to 10.5 with updated configuration
- Dependencies updated (faker, php-cli-tools)
- CI/CD workflows modernized with PHP 8.2-8.4 testing matrix
Full Changelog: 2.5.0...2.6.0
Installation
$ composer require labs64/netlicensingclient-php
Usage
{
"require": {
"labs64/netlicensingclient-php": "^2.6.0"
}
}
Labs64 NetLicensing PHP Client v2.5.0
PHP wrapper for Labs64 NetLicensing RESTful API
Installation
$ composer require labs64/netlicensingclient-php
Usage
{
"require": {
"labs64/netlicensingclient-php": "^2.5.0"
}
}
Labs64 NetLicensing PHP Client v2.4.0
PHP wrapper for Labs64 NetLicensing RESTful API
Installation
$ composer require labs64/netlicensingclient-php
Usage
{
"require": {
"labs64/netlicensingclient-php": "^2.4.0"
}
}
Labs64 NetLicensing PHP Client v2.3.9
PHP wrapper for Labs64 NetLicensing RESTful API
Installation
$ composer require labs64/netlicensingclient-php
Usage
{
"require": {
"labs64/netlicensingclient-php": "^2.3.9"
}
}
Labs64 NetLicensing PHP Client v2.3.8
PHP wrapper for Labs64 NetLicensing RESTful API
Installation
$ composer require labs64/netlicensingclient-php
Usage
{
"require": {
"labs64/netlicensingclient-php": "^2.3.8"
}
}
Labs64 NetLicensing PHP Client v2.3.7
Create .travis.yml
Labs64 NetLicensing PHP Client v2.3.4
Update README.md
Labs64 NetLicensing PHP Client v2.3.3
Update LicenseTemplateService.php
Labs64 NetLicensing PHP Client v2.3.2
- change NetLicensing base URL
Labs64 NetLicensing PHP Client v2.3.1
- revisit readme