Skip to content

3.1.0

Latest

Choose a tag to compare

@dapphp dapphp released this 29 Dec 01:01

Version 3.1.0 adds significant enhancements and improvements since 3.0.0 that are backwards compatible and non-breaking. Support for Accounting requests has finally been added, along with support for CoA and Disconnect requests.

Additionally, more attributes are now built in and data types (including IPv6 addresses and ranges) defined in RFC 8044 are now supported. As a convenience, attributes can be added and retrieved by name instead of number (e.g. $client->setAttribute('NAS-IP-Address', $value) and $reply = $client->getReceivedAttribute('Reply-Message')).

See the README and examples/ directory for more information and usage.

What's Changed

New Contributors

Full Changelog: v3.0.0...3.1.0