springy-framework / springy
Springy Framework
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.3
- ext-mbstring: *
- springy-framework/core: 5.0.0-dev
Requires (Dev)
- phpunit/phpunit: ^9.4
- sendgrid/sendgrid: ~7
- smarty/smarty: ~3.1
Suggests
- sendgrid/sendgrid: We recommend SendGrid SDK v7.x to send transactional email messages
- smarty/smarty: Use Smarty v3.x template engine if you like it
- twig/twig: Use Twig v2.x template engine if you prefer it
This package is auto-updated.
Last update: 2024-10-26 04:16:16 UTC
README
About Springy
A micro framework for smart PHP developers.
WARNING! This project is still a work in progress.
Note This project was not yet tested in PHP 8.
Springy is a micro MVC framework for coders who work with the PHP language to develop web applications.
It was created based upon the KISS principle in which the simplicity is the base to good things.
Requirements
- PHP 7.3+
- Composer Dependency Manager for PHP
Language dependencies
- Multibyte String extension
- PDO - PHP Data Objects extension
- JSON - JavaScript Object Notation extension
Instalation
With Composer create-project
command in terminal, like this:
$ composer create-project --prefer-dist springy-framework/springy yourproject
License
This project is licensed under The MIT License (MIT).