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
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
- Composer
- PHP 5.6+
In the works!