Symfony Bundle

This framework provides a Symfony bundle that will help you to use the components within your Symfony application.

With Symfony Flex

The bundle is automatically detected when Flex is available.

Without Symfony Flex

If you don't use Symfony Flex, you must register the bundle manually.

config/bundles.php
<?php

return [
    //...
    Jose\Bundle\JoseFramework\JoseFrameworkBundle::class => ['all' => true],
];

Bundle Features

The bundle capabilities will depend on the components installed in your application.

Last updated

Was this helpful?