update readme
[GitHub/Stricted/speedport-hybrid-php-api.git] / README.md
CommitLineData
7f4a51d2
S
1### speedport hybrid php api
2
12f6fb79 3[![Build Status](https://travis-ci.org/Stricted/speedport-hybrid-php-api.svg)](https://travis-ci.org/Stricted/speedport-hybrid-php-api) [![Release](https://img.shields.io/github/release/Stricted/speedport-hybrid-php-api.svg?style=flat-square)](https://github.com/Stricted/speedport-hybrid-php-api/releases/latest) [![License](https://img.shields.io/badge/license-LGPLv3-brightgreen.svg?style=flat-square)](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE)
364c9e33 4
1d934afe
S
5Access Speedport Hybrid Router through PHP
6
7f4a51d2
S
7**THIS CLASS IS ONLY FOR SPEEDPORT HYBRID**
8
1d934afe
S
9### License
10---
7f4a51d2
S
11This project is licensed under [GNU LESSER GENERAL PUBLIC LICENSE Version 3](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE).
12
1503b59a
S
13known endpoints for getData() and sentRequest():
14| Endpoint |
15| -------------- |
16| dsl |
17| interfaces |
18| arp |
19| session |
20| dhcp_client |
21| dhcp_server |
22| ipv6 |
23| dns |
24| routing |
25| igmp_proxy |
26| igmp_snooping |
27| wlan |
28| module |
29| memory |
30| speed |
31| webdav |
32| bonding_client |
33| bonding_tunnel |
34| filterlist |
35| bonding_tr181 |
36| lteinfo |
37| status |
38| Connect |
39| WLANBasic |
40| WLANAccess |
41| LAN |
42| NASLight |
43| INetIP |
44| FilterAndTime |
45| Portforwarding |
46| PhoneBook |
47| PhoneCalls |
48| SystemMessages |
49| DynDNS |
50| Overview |
51
52
53
9d6ff8a8 54
2c763ccf
S
55PHP requirements
56=============
57 * PHP >= 5.4.0
1503b59a 58 * PHP extension `rrd` (optional, for rrd graphs)
2c763ccf 59
9d6ff8a8
S
60rrdtool integration
61=============
62
63![dsl status](assets/dsl-1h.png)
64![lte status](assets/lteinfo-1h.png)
65
66See the ```rrd``` directory for sample scripts.