dvondrak / vanio-api-bundle

Vanio API Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanio API Bundle

Build Status PHP7.2 License

A Symfony3 Bundle providing some additional features for API development.

Installation

Installation can be done as usually using composer. composer require vanio/vanio-api-bundle

Next step is to register this bundle inside your AppKernel.

// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Vanio\ApiBundle\VanioApiBundle,
        ];

        // ...
    }
}

About

Vanio API Bundle

License:MIT License


Languages

Language:PHP 87.1%Language:Twig 12.9%