Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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