Skip to content

Jan-E/php-radius

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.4%
  • PHP 28.4%
  • C++ 12.6%
  • M4 0.2%
  • Shell 0.2%
  • Makefile 0.1%
  • JavaScript 0.1%