From 44bf58a4b02ffa6dab82a14178eb68b9da7e62a7 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 31 Aug 2026 11:53:03 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...0c6e4b00ef832dc6621718b6973618d741b27.json | 75 +++++++++++++++++++ index.json | 3 +- phpstreamserver.symfony.0.9.json | 75 +++++++++++++++++++ 4 files changed, 153 insertions(+), 2 deletions(-) create mode 100644 archived/phpstreamserver.symfony/2890c6e4b00ef832dc6621718b6973618d741b27.json create mode 100644 phpstreamserver.symfony.0.9.json diff --git a/RECIPES.md b/RECIPES.md index 5eec7f8f..9cceb642 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -526,7 +526,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](../../../tree/main/phpfastcache/phpfastcache-bundle/3.0) | | [phpfastcgi/fastcgi-daemon](https://packagist.org/packages/phpfastcgi/fastcgi-daemon) | [0.11](../../../tree/main/phpfastcgi/fastcgi-daemon/0.11) | | [phpstan/phpstan](https://packagist.org/packages/phpstan/phpstan) | [1.0](../../../tree/main/phpstan/phpstan/1.0) | -| [phpstreamserver/symfony](https://packagist.org/packages/phpstreamserver/symfony) | [0.7](../../../tree/main/phpstreamserver/symfony/0.7) | +| [phpstreamserver/symfony](https://packagist.org/packages/phpstreamserver/symfony) | [0.9](../../../tree/main/phpstreamserver/symfony/0.9) | | [phpsword/sword-bundle](https://packagist.org/packages/phpsword/sword-bundle) | [1.0](../../../tree/main/phpsword/sword-bundle/1.0) | | [phpzlc/admin](https://packagist.org/packages/phpzlc/admin) | [1.0](../../../tree/main/phpzlc/admin/1.0) | | [phpzlc/admin-business](https://packagist.org/packages/phpzlc/admin-business) | [1.0](../../../tree/main/phpzlc/admin-business/1.0) | diff --git a/archived/phpstreamserver.symfony/2890c6e4b00ef832dc6621718b6973618d741b27.json b/archived/phpstreamserver.symfony/2890c6e4b00ef832dc6621718b6973618d741b27.json new file mode 100644 index 00000000..50971b9a --- /dev/null +++ b/archived/phpstreamserver.symfony/2890c6e4b00ef832dc6621718b6973618d741b27.json @@ -0,0 +1,75 @@ +{ + "manifests": { + "phpstreamserver/symfony": { + "manifest": { + "bundles": { + "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * One more step to complete setup:", + " Set PHPStreamServer as the application runtime using one of these options:", + "", + " 1. Set the environment variable:", + " APP_RUNTIME=\"PHPStreamServer\\Symfony\\PHPStreamServerRuntime\"", + "", + " 2. Set extra.runtime.class in composer.json to:", + " PHPStreamServer\\Symfony\\PHPStreamServerRuntime", + " Then run:", + " composer dump-autoload", + "", + " See https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration", + "", + " * Run your application with bin/phpss start", + "", + " * Read the documentation at https://phpstreamserver.dev/docs/general/" + ] + }, + "files": { + "bin/phpss": { + "contents": [ + "#!/usr/bin/env php", + "addWorker(new SymfonyHttpServerWorker(", + " listen: '0.0.0.0:8080',", + " reloadStrategies: [", + " new ExceptionReloadStrategy(),", + " ],", + " ));", + "};", + "" + ], + "executable": false + } + }, + "ref": "2890c6e4b00ef832dc6621718b6973618d741b27" + } + } +} diff --git a/index.json b/index.json index 3b6c7c93..c8f2ef5c 100644 --- a/index.json +++ b/index.json @@ -1685,7 +1685,8 @@ "1.0" ], "phpstreamserver/symfony": [ - "0.7" + "0.7", + "0.9" ], "phpsword/sword-bundle": [ "1.0" diff --git a/phpstreamserver.symfony.0.9.json b/phpstreamserver.symfony.0.9.json new file mode 100644 index 00000000..50971b9a --- /dev/null +++ b/phpstreamserver.symfony.0.9.json @@ -0,0 +1,75 @@ +{ + "manifests": { + "phpstreamserver/symfony": { + "manifest": { + "bundles": { + "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "bin/": "%BIN_DIR%/", + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * One more step to complete setup:", + " Set PHPStreamServer as the application runtime using one of these options:", + "", + " 1. Set the environment variable:", + " APP_RUNTIME=\"PHPStreamServer\\Symfony\\PHPStreamServerRuntime\"", + "", + " 2. Set extra.runtime.class in composer.json to:", + " PHPStreamServer\\Symfony\\PHPStreamServerRuntime", + " Then run:", + " composer dump-autoload", + "", + " See https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration", + "", + " * Run your application with bin/phpss start", + "", + " * Read the documentation at https://phpstreamserver.dev/docs/general/" + ] + }, + "files": { + "bin/phpss": { + "contents": [ + "#!/usr/bin/env php", + "addWorker(new SymfonyHttpServerWorker(", + " listen: '0.0.0.0:8080',", + " reloadStrategies: [", + " new ExceptionReloadStrategy(),", + " ],", + " ));", + "};", + "" + ], + "executable": false + } + }, + "ref": "2890c6e4b00ef832dc6621718b6973618d741b27" + } + } +}