tsantos/droplet-application

A skeleton for Droplet Framework application

1.0.0 2015-09-23 01:36 UTC

This package is auto-updated.

Last update: 2024-04-06 12:30:22 UTC


README

What is Droplet Application?

Droplet Application is a skeleton to start writing your web application based on Droplet Framework.

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