File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Comilio PHP SMS Send
2
2
3
- PHP client library to send SMS using Comilio SMS Gateway.
3
+ PHP client library to send SMS messages using Comilio SMS Gateway.
4
4
5
5
To use this library, you must have a valid account on https://www.comilio.it .
6
6
@@ -20,7 +20,7 @@ $my_sms->authenticate('your_username', 'your_password')
20
20
21
21
# Installation
22
22
23
- ## Composer (raccomended )
23
+ ## Composer (recommended )
24
24
25
25
Install it via composer (https://getcomposer.org/ ).
26
26
@@ -30,7 +30,7 @@ Install it via composer (https://getcomposer.org/).
30
30
31
31
## Other autoloaders
32
32
33
- This package is PSR-4 compliant, so you can clone the repository in your project and a use PSR-4 compatible autoloader (e.g. Symfony)
33
+ This package is PSR-4 compliant, so you can clone the repository in your project and a use PSR-4 compatible autoloader (e.g. Symfony or Laravel )
34
34
35
35
## Manual installation
36
36
You can’t perform that action at this time.
0 commit comments