Download the PHP package mapik/radius-client without Composer
On this page you can find all versions of the php package mapik/radius-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mapik/radius-client
More information about mapik/radius-client
Files in mapik/radius-client
Package radius-client
Short Description A PHP RADIUS client implementation
License MIT
Homepage https://github.com/Mapiiik/radius-client
Informations about the package radius-client
RADIUS Client (PHP implementation)
mapik/radius-client is a PHP 5.5+ RADIUS client implementation.
Installation
The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json
:
Usage
Dictionary
The following RADIUS dictionaries are supported out-of-the-box:
- MikroTik
- RFC 2865
- RFC 2866
- RFC 2867
- RFC 2868
- RFC 2869
- RFC 3162
- RFC 3576
- RFC 3580
- RFC 4072
- RFC 4372
- RFC 4603
- RFC 4675
- RFC 4679
- RFC 4818
- RFC 4849
- RFC 5090
- RFC 5176
Custom Dictionary
Additional attributes can be registered by creating a custom dictionary class that implements Mapik\RadiusClient\DictionaryInterface
.
Copyright and License
The mapik/radius-client library is copyright © Jonas Stendahl and licensed for use under the MIT License (MIT). Please see LICENSE for more information.
All versions of radius-client with dependencies
ext-sockets Version *
clue/socket-raw Version ^1.6
marc-mabe/php-enum Version ^4.0
paragonie/random_compat Version ^2.0