floriansdv / sparkframe
A simple framework to help you get started with creating personal projects
v1.0.0
2026-06-20 16:57 UTC
Requires
- php: >=8.4.18
- ext-pdo: *
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.92
- phpunit/phpunit: ^12
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2026-06-20 17:00:47 UTC
README
Sparkframe is a simple framework to help you get started with creating personal projects. I created it as a personal challenge for fun.
Features
- Routing
- database handling
- view rendering
- request handling
- session handling
Getting started
To get started quickly I recommend creating a template from the Sparkframe-firestarter repository: https://github.com/FlorianSDV/sparkframe-firestarter
This template will contain everything you need to get started using Sparkframe.