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

1.0.2 2020-12-11 08:27 UTC

This package is auto-updated.

Last update: 2024-05-25 18:26:13 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.

Author

Sohaieb Azaiez