Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsantos84/droplet-application
Standard application based on Droplet Framework
https://github.com/tsantos84/droplet-application
Last synced: about 10 hours ago
JSON representation
Standard application based on Droplet Framework
- Host: GitHub
- URL: https://github.com/tsantos84/droplet-application
- Owner: tsantos84
- Created: 2015-08-26T03:12:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T01:40:12.000Z (over 9 years ago)
- Last Synced: 2024-12-18T00:51:55.801Z (6 days ago)
- Language: PHP
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
======What is Droplet Application?
--------------------------Droplet Application is a skeleton to start writing your web application based on [Droplet Framework][1].
Installation
------------Use composer to install Droplet Application
$ composer create-project tsantos/droplet-application myapp
Droplets
--------This installation ships with the Droplets bellow:
1. KernelDroplet
2. ParameterDroplet
3. RoutingDroplet
4. TemplatingDroplet
5. SessionDroplet[1]: https://github.com/tsantos84/droplet-framework