tsantos / droplet-framework
Lightweight and extensible PHP framework for small projects
Requires
- pimple/pimple: ^3.0
- symfony/config: ^2.7
- symfony/http-foundation: ^2.7
- symfony/http-kernel: ^2.7
- symfony/routing: ^2.7
- symfony/templating: ^2.7
Requires (Dev)
- behat/behat: ^3.0
- phpspec/phpspec: ^2.2
This package is auto-updated.
Last update: 2024-12-06 14:14:44 UTC
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