Skip to content

Commit b16ca0f

Browse files
committed
Update bridgeclient.class.php
1 parent c115034 commit b16ca0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bridge/php/bridgeclient.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
Bridge Client PHP Class
55
------------------------
66
by Luca Soltoggio - 2013
7+
http://www.arduinoelettronica.com/
78
89
Released under GPL v.2 license
910
1011
Requirements
1112
------------
12-
In order to use this class you have to install php5, php5-mod-sockets and php5-mod-json and php5-cgi or php5-cli
13+
In order to use this class you have to install php5, php5-mod-sockets, php5-mod-json and php5-cgi (or php5-cli)
1314
1415
Usage
1516
-----
1617
The usage is the same as bridgeclient.py
17-
You have only two methods: get and put (see example.php)
18+
You have just two methods: get and put (see example.php)
1819
1920
*/
2021

0 commit comments

Comments
 (0)