File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
php-signal is a slim PHP wrapper around [ signal-cli] ( https://github.com/AsamK/signal-cli )
4
4
5
- ** Note:**
6
- - This works with [ signal-cli 0.7.4] ( https://github.com/AsamK/signal-cli/releases/tag/v0.7.4 )
7
- - I have tested this with PHP 7.3
8
- - In case of an issue, please raise an issue and if possible a PR.
5
+ ##Features:
6
+ - Send messages to individuals, groups.
7
+ - Link to Master Device (Smartphone)
8
+ - Manage Groups
9
+ - Manage Profile
10
+ - Manage Device
11
+ - Receive Messages (Not as Daemon)
12
+ - Check if Number exist on Signal Server
13
+ - Register, Verify and Unregister Number
9
14
10
15
## How to Install signal-cli
11
16
@@ -84,9 +89,12 @@ More details from command can be fetched. eg:
84
89
$client->getCommand()->getError();
85
90
$client->getCommand()->getExitCode();
86
91
87
- ## TODO
92
+ ## Testing
93
+ - This works with [ signal-cli 0.7.4] ( https://github.com/AsamK/signal-cli/releases/tag/v0.7.4 )
94
+ - Tested on PHP 7.3
88
95
89
- - Tests
96
+ ## TODO
97
+ - Unit Tests
90
98
- Better handling to link to a device
91
99
92
100
## License
You can’t perform that action at this time.
0 commit comments