update some stuff
[GitHub/Stricted/speedport-hybrid-php-api.git] / README.md
index f2472be0fcde6f3363dddc4a20aaa48ee2ebf692..c5a0abd460665fd6bd82081074c1ee8b91017515 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ 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 endpoints for getData() and sentRequest():
+
 | Endpoint       |
 | -------------- |
 | dsl            |
@@ -49,12 +50,14 @@ known endpoints for getData() and sentRequest():
 | 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