2017 © Pedro Peláez
 

symfony-bundle vanio-api-bundle

Symfony2 Bundle providing some additional features for API development

image

vanio/vanio-api-bundle

Symfony2 Bundle providing some additional features for API development

  • Friday, May 18, 2018
  • by maryo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 23 % Grown

The README.md

Vanio API Bundle

Build Status PHP7.2 License, (*1)

A Symfony3 Bundle providing some additional features for API development., (*2)

Installation

Installation can be done as usually using composer. composer require vanio/vanio-api-bundle, (*3)

Next step is to register this bundle inside your AppKernel., (*4)

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

class AppKernel extends Kernel
{
    // ...

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

        // ...
    }
}

The Versions

18/05 2018

dev-master

9999999-dev https://github.com/vaniocz/vanio-api-bundle

Symfony2 Bundle providing some additional features for API development

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marek Štípek

api bundle