2017 © Pedro Peláez
 

project silex-arango-skeleton

Basic skeleton for applications using ArangoDB

image

lvieira/silex-arango-skeleton

Basic skeleton for applications using ArangoDB

  • Saturday, November 11, 2017
  • by lucassouzavieira
  • Repository
  • 1 Watchers
  • 5 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Codacy Badge Code Triagers Badge Build Status Coverage Status, (*1)

Silex Arango Skeleton

Basic skeleton for applications using ArangoDB, (*2)

Dependencies

  • ArangoDB Driver for PHP
  • Respect Validator
  • Twig
  • Symfony YAML

Installation

Use composer:, (*3)

composer create-project lvieira/silex-arango-skeleton MyAwesomeProject, (*4)

  • Set public folder as web root of your application
  • Add your custom configurations to app.yml
  • Let's code !

Custom configurations

On the app.yml file you can add your own configurations.
To disable API prefixes set the configuration enabled to false under api block., (*5)

Controllers

Make sure your Controller is registered on src/Providers/ControllerServiceProvider.php
Example:, (*6)

   $app['foo'] = function (Container $app) {
       return new FooController($app);
   };

Routes

Routes are defined on routes/routes.php file., (*7)

Using Docker

Put your custom configurations in docker-compose.yml file. Otherwise, you can simple run:
docker-compose up, (*8)

The Versions

11/11 2017

dev-master

9999999-dev

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira

18/06 2017

dev-dev

dev-dev

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira

17/06 2017

v1.2.0

1.2.0.0

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira

02/06 2017

v1.1.0

1.1.0.0

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira

07/05 2017

v1.0.1

1.0.1.0

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira

07/05 2017

v1.0

1.0.0.0

Basic skeleton for applications using ArangoDB

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas S. Vieira