The Runtime Component enables decoupling applications from global state.

Overview
You might also like...
PPM is a process manager, supercharger and load balancer for modern PHP applications.
PPM is a process manager, supercharger and load balancer for modern PHP applications.

PPM - PHP Process Manager PHP-PM is a process manager, supercharger and load balancer for PHP applications. It's based on ReactPHP and works best with

Asynchronous server-side framework for network applications implemented in PHP using libevent

phpDaemon https://github.com/kakserpom/phpdaemon Asynchronous framework in PHP. It has a huge number of features. Designed for highload. Each worker i

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast! Condensed in a single ~65KB file

Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.
Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.

Mind Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code fram

An OPCache Preloader for CakePHP 4.x applications

CakePHP Preloader An OPCache preloader for CakePHP. Reference: https://www.php.net/manual/en/opcache.preloading.php This package is meant to provide a

Woski is a fast and simple lightweight PHP Framework for building applications in the realm of the web.
Woski is a fast and simple lightweight PHP Framework for building applications in the realm of the web.

Woski is a simple fast PHP framework for the Realm The Project Installation Clone the repository $ composer create-project clintonnzedimma/woski myApp

Biny is a tiny, high-performance PHP framework for web applications

Biny is high performance. Framework comes default with response time of less than 1ms. Stand-alone QPS easily up to 3000.

Framework for building extensible server-side progressive applications for modern PHP.
Framework for building extensible server-side progressive applications for modern PHP.

Chevere 🔔 Subscribe to the newsletter to don't miss any update regarding Chevere. Framework for building extensible server-side progressive applicati

🍃Termwind allows you to build unique and beautiful PHP command-line applications, using the Tailwind CSS API
🍃Termwind allows you to build unique and beautiful PHP command-line applications, using the Tailwind CSS API

Termwind allows you to build unique and beautiful PHP command-line applications, using the Tailwind CSS API. In short, it's like Tailwind CSS, but for the PHP command-line applications.

Comments
  • More universal APP_RUNTIME env loading

    More universal APP_RUNTIME env loading

    Take also $_ENV into consideration when resolving APP_RUNTIME and APP_RUNTIME_OPTIONS.

    On docker apache containers to get env variable into $_SERVER other configuration steps are needed. This is unnecessary since they are already available in $_ENV

    opened by peter-si 1
  • Fix project dir variable when vendor not in project root

    Fix project dir variable when vendor not in project root

    A point is missing to concatenate the string.

    Output example in the auto generated file "autoload_runtime.php" :

    'project_dir' => dirname(__DIR__, 1)'/html/')

    My vendor path is /var/www/vendor/ and my symfony project path is /var/www/html/.

    opened by Ash014 1
Releases(v6.2.0)
  • v6.2.0(Nov 30, 2022)

  • v6.2.0-RC1(Nov 25, 2022)

  • v6.2.0-BETA3(Nov 19, 2022)

  • v6.2.0-BETA1(Oct 24, 2022)

  • v6.1.3(Jul 29, 2022)

  • v6.0.11(Jul 29, 2022)

  • v5.4.11(Jul 29, 2022)

  • v6.1.1(Jun 9, 2022)

  • v6.1.0(May 27, 2022)

  • v6.1.0-RC1(May 14, 2022)

  • v6.0.8(Apr 27, 2022)

  • v5.4.8(Apr 27, 2022)

  • v6.1.0-BETA1(Apr 15, 2022)

    Changelog (https://github.com/symfony/runtime/compare/v6.0.7...v6.1.0-BETA1)

    • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
  • v6.0.7(Apr 2, 2022)

  • v5.4.7(Apr 2, 2022)

  • v6.0.5(Feb 28, 2022)

  • v5.4.5(Feb 28, 2022)

  • v6.0.3(Jan 28, 2022)

    Changelog (https://github.com/symfony/runtime/compare/v6.0.2...v6.0.3)

    • bug #44997 Fix --env and --no-debug with dotenv_overload (fancyweb)
    Source code(tar.gz)
    Source code(zip)
  • v5.4.3(Jan 28, 2022)

    Changelog (https://github.com/symfony/runtime/compare/v5.4.2...v5.4.3)

    • bug #44997 Fix --env and --no-debug with dotenv_overload (fancyweb)
    Source code(tar.gz)
    Source code(zip)
  • v5.3.14(Jan 28, 2022)

  • v5.3.13(Dec 29, 2021)

  • v5.4.1(Dec 9, 2021)

  • v6.0.0(Nov 29, 2021)

  • v5.4.0(Nov 29, 2021)

  • v6.0.0-RC1(Nov 24, 2021)

  • v5.4.0-RC1(Nov 24, 2021)

  • v5.3.11(Nov 22, 2021)

    Changelog (https://github.com/symfony/runtime/compare/v5.3.10...v5.3.11)

    • bug #43945 fix defining APP_DEBUG when Dotenv is not enabled (nicolas-grekas)
    • bug #43833 Consider also $_ENV when resolving APP_RUNTIME and APP_RUNTIME_OPTIONS (Peter Simoncic)
    Source code(tar.gz)
    Source code(zip)
  • v6.0.0-BETA2(Nov 14, 2021)

    Changelog (https://github.com/symfony/runtime/compare/v6.0.0-BETA1...v6.0.0-BETA2)

    • bug #43945 fix defining APP_DEBUG when Dotenv is not enabled (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
  • v5.4.0-BETA2(Nov 14, 2021)

    Changelog (https://github.com/symfony/runtime/compare/v5.4.0-BETA1...v5.4.0-BETA2)

    • bug #43945 fix defining APP_DEBUG when Dotenv is not enabled (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
  • v6.0.0-BETA1(Nov 5, 2021)

    Changelog (https://github.com/symfony/runtime/compare/v5.3.10...v6.0.0-BETA1)

    • feature #43755 Add $overrideExistingVars to bootEnv() and loadEnv() and dotenv_overload to SymfonyRuntime (fancyweb)
    • feature #41608 Possibility to define the env and/or debug key (maxhelias)
    • feature #42957 remove @experimental flag (nicolas-grekas)
    • feature #41963 remove deprecated features (nicolas-grekas)
    • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
This component may look complex, weird and full of hacks but it is a game changer for how we run PHP applications.

PHP Runtimes In early 2021, Symfony created a "Runtime component". This component may look complex, weird and full of hacks but it is a game changer f

Runtime 321 Dec 25, 2022
Enables auto-blocking of NFT artists and cryptobros on Twitter.

NFT Artist & Cryptobro blocker for Twitter Enables auto-blocking of NFT artists and cryptobros on Twitter. You can block a list of NFT artists and als

Ant 70 Dec 25, 2022
Prado - Component Framework for PHP 7

Prado PHP Framework PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 7. PRADO stands for PHP R

The PRADO Group 182 Dec 17, 2022
The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource.

Semaphore Component The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource. Resources Documentation

Symfony 29 Nov 16, 2022
Main component controls and coordinates saga participants

Saga Orchestrator Table Of Contents Introduction Requirements About package Installation Getting started Configuration Saga creation Internal License

null 17 Jan 1, 2023
🎁 Datagrid component project skeleton based on Nette Framework

?? Datagrid component project skeleton based on Nette Framework

Contributte 4 Dec 14, 2022
Slim Framework view helper built on top of the Twig templating component

Slim Framework Twig View This is a Slim Framework view helper built on top of the Twig templating component. You can use this component to create and

Slim Framework 321 Dec 16, 2022
The component provides an array-based DSL to construct complex validation chains.

Spiral Validator The component provides an array-based DSL to construct complex validation chains. Requirements Make sure that your server is configur

Spiral Scout 2 Sep 14, 2022
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

Slim Framework Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs. Installation It's recommended

Slim Framework 11.5k Jan 4, 2023
Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.

Kraken PHP Framework ~ Release the Kraken! Note: This repository contains the core of the Kraken Framework. If you want to start developing new applic

Kraken 1.1k Dec 27, 2022