Skip to content

Commit

Permalink
updated readme with features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigar Dhulla committed Jan 26, 2021
1 parent 140c5d9 commit bbd3dba
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

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

**Note:**
- This works with [signal-cli 0.7.4](https://github.com/AsamK/signal-cli/releases/tag/v0.7.4)
- I have tested this with PHP 7.3
- In case of an issue, please raise an issue and if possible a PR.
##Features:
- Send messages to individuals, groups.
- Link to Master Device (Smartphone)
- Manage Groups
- Manage Profile
- Manage Device
- Receive Messages (Not as Daemon)
- Check if Number exist on Signal Server
- Register, Verify and Unregister Number

## How to Install signal-cli

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

## TODO
## Testing
- This works with [signal-cli 0.7.4](https://github.com/AsamK/signal-cli/releases/tag/v0.7.4)
- Tested on PHP 7.3

- Tests
## TODO
- Unit Tests
- Better handling to link to a device

## License
Expand Down

0 comments on commit bbd3dba

Please sign in to comment.