Skip to content

Commit bbd3dba

Browse files
author
Jigar Dhulla
committed
updated readme with features
1 parent 140c5d9 commit bbd3dba

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
php-signal is a slim PHP wrapper around [signal-cli](https://github.com/AsamK/signal-cli)
44

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
914

1015
## How to Install signal-cli
1116

@@ -84,9 +89,12 @@ More details from command can be fetched. eg:
8489
$client->getCommand()->getError();
8590
$client->getCommand()->getExitCode();
8691

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
8895

89-
- Tests
96+
## TODO
97+
- Unit Tests
9098
- Better handling to link to a device
9199

92100
## License

0 commit comments

Comments
 (0)