From 75deedca64be0dde4909a28e59434f9735f6a07e Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 29 Jan 2025 07:51:07 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 3 +- ...f82bb07b647988aabe46f07074d672d237c5f.json | 65 +++++++++++++++++++ index.json | 9 +-- luzrain.phprunner-bundle.0.1.json | 37 ----------- luzrain.phpstreamserver-bundle.0.2.json | 37 ----------- phpstreamserver.symfony.0.4.json | 65 +++++++++++++++++++ 6 files changed, 134 insertions(+), 82 deletions(-) create mode 100644 archived/phpstreamserver.symfony/1b6f82bb07b647988aabe46f07074d672d237c5f.json delete mode 100644 luzrain.phprunner-bundle.0.1.json delete mode 100644 luzrain.phpstreamserver-bundle.0.2.json create mode 100644 phpstreamserver.symfony.0.4.json diff --git a/RECIPES.md b/RECIPES.md index 62a57488..f5a7f8bd 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -327,8 +327,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [loophp/psr17](https://packagist.org/packages/loophp/psr17) | [1.0](loophp/psr17/1.0) | | [loophp/repository-monadic-helper](https://packagist.org/packages/loophp/repository-monadic-helper) | [1.0](loophp/repository-monadic-helper/1.0) | | [lox24eu/lox24_api_client_bundle](https://packagist.org/packages/lox24eu/lox24_api_client_bundle) | [0.3](lox24eu/lox24_api_client_bundle/0.3) | -| [luzrain/phprunner-bundle](https://packagist.org/packages/luzrain/phprunner-bundle) | [0.1](luzrain/phprunner-bundle/0.1) | -| [luzrain/phpstreamserver-bundle](https://packagist.org/packages/luzrain/phpstreamserver-bundle) | [0.2](luzrain/phpstreamserver-bundle/0.2) | | [luzrain/workerman-bundle](https://packagist.org/packages/luzrain/workerman-bundle) | [0.1](luzrain/workerman-bundle/0.1) | | [m-adamski/symfony-mailer-bundle](https://packagist.org/packages/m-adamski/symfony-mailer-bundle) | [1.0](m-adamski/symfony-mailer-bundle/1.0) | | [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) | @@ -461,6 +459,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [phpfastcache/phpfastcache-bundle](https://packagist.org/packages/phpfastcache/phpfastcache-bundle) | [3.0](phpfastcache/phpfastcache-bundle/3.0) | | [phpfastcgi/fastcgi-daemon](https://packagist.org/packages/phpfastcgi/fastcgi-daemon) | [0.11](phpfastcgi/fastcgi-daemon/0.11) | | [phpstan/phpstan](https://packagist.org/packages/phpstan/phpstan) | [1.0](phpstan/phpstan/1.0) | +| [phpstreamserver/symfony](https://packagist.org/packages/phpstreamserver/symfony) | [0.4](phpstreamserver/symfony/0.4) | | [phpsword/sword-bundle](https://packagist.org/packages/phpsword/sword-bundle) | [1.0](phpsword/sword-bundle/1.0) | | [phpzlc/admin](https://packagist.org/packages/phpzlc/admin) | [1.0](phpzlc/admin/1.0) | | [phpzlc/admin-business](https://packagist.org/packages/phpzlc/admin-business) | [1.0](phpzlc/admin-business/1.0) | diff --git a/archived/phpstreamserver.symfony/1b6f82bb07b647988aabe46f07074d672d237c5f.json b/archived/phpstreamserver.symfony/1b6f82bb07b647988aabe46f07074d672d237c5f.json new file mode 100644 index 00000000..5976e255 --- /dev/null +++ b/archived/phpstreamserver.symfony/1b6f82bb07b647988aabe46f07074d672d237c5f.json @@ -0,0 +1,65 @@ +{ + "manifests": { + "phpstreamserver/symfony": { + "manifest": { + "bundles": { + "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "* You're ready to run your Symfony application with PHPStreamServer!", + " Run bin/phpss start command to get started", + "", + "* Read the documentation at https://phpstreamserver.dev/docs/general/" + ] + }, + "files": { + "bin/phpss": { + "contents": [ + "#!/usr/bin/env php", + "addWorker(new SymfonyHttpServerProcess(", + " listen: '0.0.0.0:8080',", + " reloadStrategies: [", + " new ExceptionReloadStrategy(),", + " ],", + " ));", + "};", + "" + ], + "executable": false + } + }, + "ref": "1b6f82bb07b647988aabe46f07074d672d237c5f" + } + } +} diff --git a/index.json b/index.json index bf6441bb..6f785fc4 100644 --- a/index.json +++ b/index.json @@ -1036,12 +1036,6 @@ "lox24eu/lox24_api_client_bundle": [ "0.3" ], - "luzrain/phprunner-bundle": [ - "0.1" - ], - "luzrain/phpstreamserver-bundle": [ - "0.2" - ], "luzrain/workerman-bundle": [ "0.1" ], @@ -1468,6 +1462,9 @@ "phpstan/phpstan": [ "1.0" ], + "phpstreamserver/symfony": [ + "0.4" + ], "phpsword/sword-bundle": [ "1.0" ], diff --git a/luzrain.phprunner-bundle.0.1.json b/luzrain.phprunner-bundle.0.1.json deleted file mode 100644 index e520a4ef..00000000 --- a/luzrain.phprunner-bundle.0.1.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "manifests": { - "luzrain/phprunner-bundle": { - "manifest": { - "bundles": { - "Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } - }, - "files": { - "config/packages/phprunner.yaml": { - "contents": [ - "phprunner:", - " servers:", - " -", - " name: Webserver", - " listen: http://0.0.0.0:8080", - " processes: 4", - "", - " reload_strategy:", - " on_exception:", - " active: true", - " on_file_change:", - " active: true", - "" - ], - "executable": false - } - }, - "ref": "f2aa7a639caddac0a101948db5dd92d6f531f30d" - } - } -} diff --git a/luzrain.phpstreamserver-bundle.0.2.json b/luzrain.phpstreamserver-bundle.0.2.json deleted file mode 100644 index 5f95f741..00000000 --- a/luzrain.phpstreamserver-bundle.0.2.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "manifests": { - "luzrain/phpstreamserver-bundle": { - "manifest": { - "bundles": { - "Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } - }, - "files": { - "config/packages/phpstreamserver.yaml": { - "contents": [ - "phpstreamserver:", - " servers:", - " -", - " name: Webserver", - " listen: http://0.0.0.0:8080", - " processes: 4", - "", - " reload_strategy:", - " on_exception:", - " active: true", - " on_file_change:", - " active: true", - "" - ], - "executable": false - } - }, - "ref": "8e789f182037f196dd4ec2d8f5d2994275b5f8b3" - } - } -} diff --git a/phpstreamserver.symfony.0.4.json b/phpstreamserver.symfony.0.4.json new file mode 100644 index 00000000..5976e255 --- /dev/null +++ b/phpstreamserver.symfony.0.4.json @@ -0,0 +1,65 @@ +{ + "manifests": { + "phpstreamserver/symfony": { + "manifest": { + "bundles": { + "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "* You're ready to run your Symfony application with PHPStreamServer!", + " Run bin/phpss start command to get started", + "", + "* Read the documentation at https://phpstreamserver.dev/docs/general/" + ] + }, + "files": { + "bin/phpss": { + "contents": [ + "#!/usr/bin/env php", + "addWorker(new SymfonyHttpServerProcess(", + " listen: '0.0.0.0:8080',", + " reloadStrategies: [", + " new ExceptionReloadStrategy(),", + " ],", + " ));", + "};", + "" + ], + "executable": false + } + }, + "ref": "1b6f82bb07b647988aabe46f07074d672d237c5f" + } + } +}