ggedde / spry-php
The skeleton application for the Spry PHP Kit.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- ggedde/spry-php-kit: ~0.9.4
README
A Simple, No Frills, MVC Toolkit.
SpryPHP aims to be a bare bones toolkit with no dependencies, minimal setup, and easy to use with strict_types
enabled.
It comes with basic support for:
- Database (MySql only for now)
- Sessions
- Routing
- Request
- Validation
- Encryption
- Models
- Views
- Controllers
- and some basic Functions
Getting Started
Dependencies
- PHP 8.2
Installing
composer create-project ggedde/spry-php
CLI
php spry help
License
This project is licensed under the MIT License
CSS and JS
SpryPHP Comes with SpryCSS and SpryJS, but you can easily remove them and use your own front-end frameworks