Skip to content

Releases: Labs64/NetLicensingClient-php

Labs64 NetLicensing PHP Client v2.6.0

15 Nov 09:29
329cb76

Choose a tag to compare

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

10 Oct 14:23

Choose a tag to compare

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

02 Aug 14:13

Choose a tag to compare

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

26 Feb 16:51
39dcbec

Choose a tag to compare

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

31 Oct 06:39
6df9c87

Choose a tag to compare

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

08 Jun 14:50

Choose a tag to compare

Labs64 NetLicensing PHP Client v2.3.4

20 Mar 22:12

Choose a tag to compare

Labs64 NetLicensing PHP Client v2.3.3

05 Mar 09:47

Choose a tag to compare

Update LicenseTemplateService.php

Labs64 NetLicensing PHP Client v2.3.2

27 Feb 19:15

Choose a tag to compare

- change NetLicensing base URL

Labs64 NetLicensing PHP Client v2.3.1

27 Feb 17:54

Choose a tag to compare

Pre-release
- revisit readme