clue/datagram

此包已被废弃且不再维护。作者建议使用 react/datagram 包。

reactphp 的 UDP 数据报套接字客户端和服务器

v0.5.0 2014-06-13 22:20 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:24:54 UTC


README

clue/datagram 的源代码已迁移到 https://github.com/reactphp/datagram

包 clue/datagram 现已弃用。

升级

考虑升级到使用上述存储库。

如果您目前正在通过 composer 使用此包,请确保更新您的 composer.json 以使用更新的包名

{
    "require": {
        "react/datagram": "~1.0"
    }
}

然后,确保使用命名空间 React\Datagram 而不是 Datagram,您就可以开始使用了!

归档历史

此存储库将被归档,并将在不久的将来被删除。

您仍然可以在此处访问其旧的 master 分支: https://github.com/clue/php-datagram/tree/master