Skip to content

1mpossible-code/php-mvc-framework

Repository files navigation

PHP MVC framework

Minimalistic custom framework created for educational purposes.


Description

It is a framework on base of core that was created for educational purposes

It contains some example code to show the abilities of framework

Installation

Existing build

  • Download the archive or clone the project using git
git clone https://github.com/1mpossible-code/php-mvc-framework.git

Only core

  • Use composer to require core
composer require impossible/php-mvc-core

Usage

  1. Create .env file from .env.example file
  2. Run composer install
  3. Run docker-compose up
  4. Run docker ps and find CONTAINER ID of apache container
  5. Run docker exec -ti CONTAINER ID sh -c "php app/migrations.php up"
  6. Open in browser http://localhost/

You can use default .env file to run build

Documentation

You can find documentation with the link

Contributing

Feel freely to contribute this project. Issues and PRs are welcome!

Credits

You can mail to linme00p@gmail.com to contact the author

License

Copyright © 2021 1mpossible-code. This project is GPLv3 licensed.

About

Minimalistic custom framework created for educational purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published