Registry / web-framework / symfony-symfony

symfony-symfony

JSON →
library8.1.0phppackagistunverified

The Symfony PHP framework for web applications and APIs.

composer require symfony/symfony
INSTALL
IMPORT
SIG · SYMFONY-SYMFONY
S
symfony-symfony
web-frameworkphpv8.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Kernel
use Symfony\Component\HttpKernel\Kernel;

Bootstraps a Symfony application by extending the Kernel class.

use Symfony\Component\HttpKernel\Kernel; class AppKernel extends Kernel { public function registerBundles() { return []; } public function registerContainerConfiguration(LoaderInterface $loader) { $loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml'); } }
Debug
Known issues
breakingRequires PHP 8.1 or higher for version 8.x.
fix
Upgrade PHP to 8.1 or later.
affects: >=8.0
Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
symfony-symfony — pip install symfony-symfony · libregistry