Revert "revert getMissedCalls, getTakenCalls and getDialedCalls for test reasons"
[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 $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
49
50 PHP requirements
51 =============
52 * PHP >= 5.4.0
53 * PHP extension `rrd` (for rrd graphs)
54 * PHP extension `mcrypt`
55
56 rrdtool integration
57 =============
58
59 ![dsl status](assets/dsl-1h.png)
60 ![lte status](assets/lteinfo-1h.png)
61
62 See the ```rrd``` directory for sample scripts.