f2472be0fcde6f3363dddc4a20aaa48ee2ebf692
[GitHub/Stricted/speedport-hybrid-php-api.git] / README.md
1 ### speedport hybrid php api
2
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)
4
5 Access Speedport Hybrid Router through PHP
6
7 **THIS CLASS IS ONLY FOR SPEEDPORT HYBRID**
8
9 ### License
10 ---
11 This project is licensed under [GNU LESSER GENERAL PUBLIC LICENSE Version 3](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE).
12
13 known 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
54
55 PHP requirements
56 =============
57 * PHP >= 5.4.0
58 * PHP extension `rrd` (optional, for rrd graphs)
59
60 rrdtool integration
61 =============
62
63 ![dsl status](assets/dsl-1h.png)
64 ![lte status](assets/lteinfo-1h.png)
65
66 See the ```rrd``` directory for sample scripts.