Registry / web-framework / sensio-framework-extra-bundle

sensio-framework-extra-bundle

JSON →
library6.2.10phppackagistunverified

This bundle provides a way to configure your controllers with annotations.

composer require sensio/framework-extra-bundle
INSTALL
IMPORT
SIG · SENSIO-FRAMEWORK-E
S
sensio-framework-extra-bundle
web-frameworkphpv6.2.10
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.

Route
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;

Define a controller route using annotation configuration.

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; class DefaultController { /** * @Route("/", name="homepage") */ public function index() { return new Response('Hello World'); } }
Debug
Known issues
breakingDeprecated in favor of Symfony native annotations/attributes.
fix
Migrate to Symfony's built-in routing and configuration attributes.
affects: >=6.0
Upgrade
Version history
6.2.10latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
sensio-framework-extra-bundle — pip install sensio-framework-extra-bundle · libregistry