An open API service indexing awesome lists of open source software.

https://github.com/suneil/dashboard


https://github.com/suneil/dashboard

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Dashboard Site

### Notes on Dependencies

* Slim is microframework
* Aura/Sql is an extension of the builtin PDO
* Using Zend Service Manager as the Service Container
* Monolog provides logging
* Twig is used for templating instead of PHP as it forces the view code to be concise compared to php and provides safety
* Zend Hydrator for loading data into the models

### Database

Using Google Cloud DataStore. More instructions coming later.