Skip to content

Commit 5236639

Browse files
committed
Release 2.5.3
1 parent 998a99b commit 5236639

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<p align="center">
2+
[![Build Status](https://travis-ci.org/dapphp/radius.svg?branch=master)](https://travis-ci.org/dapphp/radius)
3+
[![Total Downloads](https://poser.pugx.org/dapphp/radius/downloads)](https://packagist.org/packages/dapphp/radius)
4+
[![Latest Stable Version](https://poser.pugx.org/dapphp/radius/v/stable)](https://packagist.org/packages/dapphp/radius)
5+
</p>
6+
17
## Name:
28

39
**Dapphp\Radius** - A pure PHP RADIUS client based on the SysCo/al implementation
@@ -7,10 +13,6 @@
713
* Drew Phillips <drew@drew-phillips.com>
814
* SysCo/al <developer@sysco.ch> (http://developer.sysco.ch/php/)
915

10-
## Requirements:
11-
12-
* PHP 5.3 or greater
13-
1416
## Description:
1517

1618
**Dapphp\Radius** is a pure PHP RADIUS client for authenticating users against
@@ -130,6 +132,10 @@ and credentials to test).
130132
// Shows what attributes are sent and received, and info about the request/response
131133

132134

135+
## Requirements:
136+
137+
* PHP 5.3 or greater
138+
133139
## TODO:
134140

135141
- Set attributes by name, rather than number

0 commit comments

Comments
 (0)