dennisslimmers01 / snailmvc
Snail - PHP MVC framework
v0.8
2017-05-14 10:16 UTC
Requires
- php: >=5.0.0
- brainstormit/bitbuilder: ^1.3
- tracy/tracy: ^2.4
Requires (Dev)
- php: >=5.0.0
- brainstormit/bitbuilder: ^1.3
- tracy/tracy: ^2.4
This package is not auto-updated.
Last update: 2024-11-18 17:18:24 UTC
README
About
Snail is a user friendly web application framework and can be learned by every mediocre developer.
It makes creating web apps way easier and more fun. Snail contains features like:
- Easy routing
- Access to multiple helper classes
- Backend security (CSRF, SQL Injection)
- Tracy Debugger
- BITbuilder integration
Installation
Snail can be installed through composer:
composer global require 'dennisslimmers/snail'
Or simply clone the repository with git
git clone https://github.com/dennisslimmers/Snail
Requirements
- Composer
- PHP 5.6+
Documentation
In the works!