sohaieb-microfw / s-microfw
This is a microframework for own purposal usages
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1
- klein/klein: ^2.1
- swiftmailer/swiftmailer: ^6.2
- symfony/dotenv: ^5.2
This package is auto-updated.
Last update: 2025-04-25 20:36:38 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/.htaccess
file 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.