X-Git-Url: https://git.stricted.de/?p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git;a=blobdiff_plain;f=README.md;h=f046add56fdf55085326d1ba0e7dbb6642bb906f;hp=08e9d01fe31d403a68bd4e459c92ee682676b8ac;hb=5b40b9c92d17334a29473c1c10558344659995d0;hpb=f43b5033f81db0b19d1454a2810e2a5f6a8541c4 diff --git a/README.md b/README.md index 08e9d01..f046add 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### speedport hybrid php api -[![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) +[![Build Status](https://travis-ci.org/Stricted/speedport-hybrid-php-api.svg?branch=master)](https://travis-ci.org/Stricted/speedport-hybrid-php-api) [![Release](https://img.shields.io/github/release/Stricted/speedport-hybrid-php-api.svg)](https://github.com/Stricted/speedport-hybrid-php-api/releases/latest) [![License](https://img.shields.io/badge/license-LGPLv3-brightgreen.svg)](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE) Access Speedport Hybrid Router through PHP @@ -10,30 +10,56 @@ Access Speedport Hybrid Router through PHP --- This project is licensed under [GNU LESSER GENERAL PUBLIC LICENSE Version 3](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE). -known valid paths for getData() : - * data/dsl.json - * data/interfaces.json - * data/arp.json - * data/session.json - * data/dhcp_client.json - * data/dhcp_server.json - * data/ipv6.json - * data/dns.json - * data/routing.json - * data/igmp_proxy.json - * data/igmp_snooping.json - * data/wlan.json - * data/module.json - * data/memory.json - * data/speed.json - * data/webdav.json - * data/bonding_client.json - * data/bonding_tunnel.json - * data/filterlist.json - * data/bonding_tr181.json - * data/letinfo.json - * data/Status.json - +known endpoints for getData() and sentRequest(): + +| Endpoint | +| -------------- | +| dsl | +| interfaces | +| arp | +| session | +| dhcp_client | +| dhcp_server | +| ipv6 | +| dns | +| routing | +| igmp_proxy | +| igmp_snooping | +| wlan | +| module | +| memory | +| speed | +| webdav | +| bonding_client | +| bonding_tunnel | +| filterlist | +| bonding_tr181 | +| lteinfo | +| status | +| Connect | +| WLANBasic | +| WLANAccess | +| LAN | +| NASLight | +| INetIP | +| FilterAndTime | +| Portforwarding | +| PhoneBook | +| PhoneCalls | +| SystemMessages | +| DynDNS | +| Overview | + +PHP requirements +============= + * PHP >= 5.4.0 + * PHP extension `hash` + * PHP extension `curl` + * PHP extension `json` + * PHP extension `pcre` + * PHP extension `ctype` + * PHP extension `rrd` (optional, for rrd graphs) + rrdtool integration =============