Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/runtime
Enables decoupling PHP applications from global state
https://github.com/symfony/runtime
component php runtime symfony symfony-component
Last synced: 4 days ago
JSON representation
Enables decoupling PHP applications from global state
- Host: GitHub
- URL: https://github.com/symfony/runtime
- Owner: symfony
- License: mit
- Created: 2021-03-10T17:02:54.000Z (almost 4 years ago)
- Default Branch: 7.2
- Last Pushed: 2025-01-02T11:47:12.000Z (10 days ago)
- Last Synced: 2025-01-04T11:39:16.420Z (8 days ago)
- Topics: component, php, runtime, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/runtime
- Size: 150 KB
- Stars: 677
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swoole - symfony/runtime - The Runtime component decouples the bootstrapping logic from any global state to make sure the application can run with runtimes like PHP-FPM, ReactPHP, Swoole, etc. without any changes. For a more generic implementation that works with other frameworks/environments, please check project [PHP Runtimes](https://github.com/php-runtime/runtime). (Framework Integration)
README
Runtime Component
=================Symfony Runtime enables decoupling applications from global state.
Resources
---------* [Documentation](https://symfony.com/doc/current/components/runtime.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)