sohaieb-microfw / s-microfw
There is no license information available for the latest version (1.0.2) of this package.
This is a microframework for own purposal usages
Package info
github.com/sohaieb/sohaieb-microfw-s-microfw
Type:project
pkg:composer/sohaieb-microfw/s-microfw
1.0.2
2020-12-11 08:27 UTC
Requires
- php: >=7.1
- klein/klein: ^2.1
- swiftmailer/swiftmailer: ^6.2
- symfony/dotenv: ^5.2
This package is auto-updated.
Last update: 2026-02-25 22:32:08 UTC
README
This is a simple PHP microframework customizable for any developer needs.
Installation
Important!!
- Use the composer package manager.
- Do not forget to enable rewrite module in your server because this framework uses routing process with Klein Library.
- Do not forget to customize your
public/.htaccessfile for your needs (if needed).
To install application dependencies:
composer install
Usage
# to start your server
php -S localhost:8000 -t public/
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.