clue / datagram
UDP datagram socket client and server for reactphp
Installs: 2 041
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3
- evenement/evenement: ~1.0|~2.0
- react/dns: >=0.2, <0.5
- react/event-loop: >=0.2, <0.5
- react/promise: ~1.0|~2.0
This package is not auto-updated.
Last update: 2022-02-01 12:24:54 UTC
README
The source code of clue/datagram has been migrated over to https://github.com/reactphp/datagram
Package clue/datagram is now deprecated.
Upgrading
Consider upgrading to use the above repository instead.
If you're currently using this package via composer, make sure to update your composer.json to use the updated package name:
{ "require": { "react/datagram": "~1.0" } }
Then, make sure to use namespace React\Datagram
instead of Datagram
and you're ready to go!
Archived history
This repository is going to be archived and won't be deleted any time soon.
You can still access its old master
branch here: https://github.com/clue/php-datagram/tree/master