tsantos/droplet-framework

Lightweight and extensible PHP framework for small projects

v1.0 2015-09-23 00:37 UTC

This package is auto-updated.

Last update: 2024-05-06 13:02:41 UTC


README

Latest Stable Version Latest Unstable Version Total Downloads License

Build Status SensioLabsInsight Scrutinizer Code Quality

What is Droplet Framework?

Droplet Framework is a micro web framework to build applications using PHP language. Its main purpose is to give developers the minimum configuration necessary to start writing beautiful web applications.

Droplet Framework is based on very small pieces called "droplet" that executes some lines of code and your application are done to benefit of that great configuration.

Inspiration

Droplet Framework was inspired on Symfony Framework and uses some of its components to perform some boring things like Routing and Templating.

Requirements

Droplet Framework requires PHP 5.4 and up.

Installation

Use composer to install Droplet Framework

$ composer require tsantos/droplet-framework

However, you can start using Droplet Framework easily through the ready to use Droplet Application.

Documentation

Writing

Running Tests

The unit tests of Droplet Framework were written with PHPSpec and functional tests with Behat

$ vendor/bin/phpspec run
$ vendor/bin/behat