springy-framework / core
The Springy Framework
dev-master
2020-12-04 16:38 UTC
Requires
- php: >=7.3
- ext-fileinfo: *
- ext-mbstring: *
- matthiasmullie/minify: ~1.3
- symfony/console: ~4.2
- symfony/yaml: ~4.2
Requires (Dev)
- mustache/mustache: ~2.5
- phpmailer/phpmailer: ~6.0
- phpmd/phpmd: @stable
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9.4
- sendgrid/sendgrid: ~7
- smarty/smarty: ~3.1
- squizlabs/php_codesniffer: ^3.5
- swiftmailer/swiftmailer: ~6.0
- twig/twig: ~2.6
Suggests
- sendgrid/sendgrid: We recommend SendGrid to send transactional email messages
- smarty/smarty: Use Smarty template engine if you like it
- swiftmailer/swiftmailer: You can use Swift Mailer to send email messages
- twig/twig: Use Twig template engine if you prefer it
This package is auto-updated.
Last update: 2024-11-13 03:44:51 UTC
README
About Springy
A micro framework for smart PHP developers.
WARNING! This project is still a work in progress.
Note This repository contains the core code of the Springy framework. If you want to build an application using Springy, visit the project skeleton repository.
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 library