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

0.9.4 2025-04-26 05:04 UTC

This package is auto-updated.

Last update: 2025-04-26 05:30:11 UTC


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