lucassouzavieira / Slim-Arango-Skeleton

Basic skeleton based on Slim Framework for applications using ArangoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim Arango Skeleton

Basic skeleton based on Slim Framework for applications using ArangoDB

Dependencies

  • ArangoDB Driver for PHP
  • Respect Validator
  • Symfony YAML

Installation

  • Clone this repo
  • 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.

Routes

Routes are defined on routes.php file.

About

Basic skeleton based on Slim Framework for applications using ArangoDB

License:MIT License


Languages

Language:PHP 100.0%