Revert "revert getMissedCalls, getTakenCalls and getDialedCalls for test reasons"
[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
89c06565
S
13known $file values for getData() :
14 * dsl
15 * interfaces
16 * arp
17 * session
18 * dhcp_client
19 * dhcp_server
20 * ipv6
21 * dns
22 * routing
23 * igmp_proxy
24 * igmp_snooping
25 * wlan
26 * module
27 * memory
28 * speed
29 * webdav
30 * bonding_client
31 * bonding_tunnel
32 * filterlist
33 * bonding_tr181
34 * letinfo
35 * Connect
36 * WLANBasic
37 * WLANAccess
38 * LAN
39 * NASLight
40 * INetIP
41 * FilterAndTime
42 * Portforwarding
43 * PhoneBook
44 * PhoneCalls
45 * SystemMessages
46 * DynDNS
47 * Overview
48 * Status
9d6ff8a8 49
2c763ccf
S
50PHP requirements
51=============
52 * PHP >= 5.4.0
53 * PHP extension `rrd` (for rrd graphs)
54 * PHP extension `mcrypt`
55
9d6ff8a8
S
56rrdtool integration
57=============
58
59![dsl status](assets/dsl-1h.png)
60![lte status](assets/lteinfo-1h.png)
61
62See the ```rrd``` directory for sample scripts.