wagonza / php-radius

The PECL radius extension.

Home Page:http://pecl.php.net/radius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RADIUS

This is the source code for the PHP RADIUS extension.

Build Status

Installation

Via PECL

You can install the extension through PECL:

pecl install radius

For more information on using PECL, please see the PHP manual.

From source

As this extension is self contained, you can build it very easily, provided you have a PHP build environment:

phpize
./configure
make
sudo make install
echo extension=radius.so | sudo tee -a $(php --ini | head -1 | cut -d: -f 2- | cut -c 2-)/php.ini

You can also run the test suite with make test.

Usage

The PHP manual includes a section on this extension.

Contributing

Pull requests and bug reports are most welcome through GitHub.

About

The PECL radius extension.

http://pecl.php.net/radius

License:Other


Languages

Language:C 70.9%Language:PHP 28.4%Language:M4 0.2%Language:Shell 0.2%Language:Makefile 0.1%Language:JavaScript 0.1%