https://github.com/suneil/dashboard
https://github.com/suneil/dashboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suneil/dashboard
- Owner: suneil
- Created: 2018-07-23T09:37:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T07:41:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T23:28:24.524Z (4 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.