2017 © Pedro Peláez
 

symfony-bundle lazy-rest-api-ui-bundle

generate a UI on top of Rest Hal APi

image

virhi/lazy-rest-api-ui-bundle

generate a UI on top of Rest Hal APi

  • Sunday, March 29, 2015
  • by virhi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LazyRestApiUiBundle

User interface for LazyRestApiBundle, (*1)

Installation

Edit your composer.json:, (*2)

"require": {
    "virhi/lazy-rest-api-ui-bundle" : "master"
}

And run Composer:, (*3)

php composer.phar update virhi/lazy-rest-api-ui-bundle

Enable your bundle in your AppKernel.php:, (*4)

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Virhi\LazyRestApiBundle\VirhiLazyRestApiUiBundle(),
    );
}

Edit your config, (*5)

virhi_lazy_rest_api_ui:
    api_url: http://hostname/

The Versions

29/03 2015

dev-master

9999999-dev

generate a UI on top of Rest Hal APi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vincent Rhino