Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 721 Bytes

PROJECT MOVED

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