react-bundle:Symfony2 的 ReactPHP 包

时间:2024-07-01 13:52:20
【文件属性】:

文件名称:react-bundle:Symfony2 的 ReactPHP 包

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-01 13:52:20

PHP

介绍 在下运行 Symfony 应用程序。 此模块添加了三个 Symfony 控制台命令,以使用您的 APP 运行服务器。 无需配置。 按照安装说明并阅读使用部分,了解如何在您的 Symfony APP 中开始使用 ReactPHP。 安装 作曲家 要通过 Composer 安装包,请在项目基本路径的控制台中运行以下命令: php composer.phar require jogaram/react-bundle 注册包 然后在您的 AppKernel 中注册新包。 <?php // #app/AppKernel.php $ bundles = array ( . . . new Jogaram \ ReactPHPBundle \ JogaramReactPHPBundle (), . . .


【文件预览】:
react-bundle-master
----Command()
--------ServerStopCommand.php(1KB)
--------ServerRunCommand.php(2KB)
--------ServerStartCommand.php(3KB)
----.gitignore(28B)
----Reactor()
--------ReactKernel.php(4KB)
--------Server.php(4KB)
----composer.json(381B)
----CHANGELOG.md(36B)
----composer.lock(41KB)
----README.md(2KB)
----JogaramReactPHPBundle.php(138B)
----DependencyInjection()
--------Configuration.php(897B)
--------JogaramReactPHPExtension.php(851B)

网友评论