Download the PHP package tsantos/droplet-framework without Composer
On this page you can find all versions of the php package tsantos/droplet-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tsantos/droplet-framework
More information about tsantos/droplet-framework
Files in tsantos/droplet-framework
Package droplet-framework
Short Description Lightweight and extensible PHP framework for small projects
License MIT
Informations about the package droplet-framework
README
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
All versions of droplet-framework with dependencies
symfony/templating Version ^2.7
symfony/http-kernel Version ^2.7
symfony/routing Version ^2.7
symfony/config Version ^2.7
pimple/pimple Version ^3.0