Skip to content

deondazy/core

Repository files navigation

Denosys Core PHP MVC Framework

Core is a simple light weight PHP MVC Framework, built to use for my PHP projects where Laravel and other PHP frameworks have way too much for my needs. Core has a simple Router, User Authentication, Template engine with Twig, MySQL and MariaDB Database support.

Quality

codecov

Requirements

Installation

  1. Clone the repo:

    git clone https://github.com/deondazy/core.git
  2. Install composer packages:

    composer install
  3. Install NPM packages:

    npm install
  4. Create a Database

  5. Copy .env.example contents to .env and fill in the necessary credentials

Contributing

Thank you for considering contributing to Denosys Core framework! Any contributions you make are greatly appreciated.

If you have any suggestion that would improve this framework, please fork this repo and create a pull request. You can also open an issue with the tag "improvement". Please don't forget to give this project a star! Thanks again!

  1. Fork this repo
  2. Create a Feature Branch (git checkout -b feature/ImprovementFeature)
  3. Commit your changes (git commit -m 'Add some ImprovementFeature')
  4. Push to the Branch (git push origin feature/ImprovementFeature)
  5. Open a Pull Request

License

Denosys Core framework is open-sourced software licensed under the MIT License. See LICENSE.txt for more information.

Contact

Deon Okonkwo - @deondazy - [email protected]

Project Link: https://github.com/deondazy/core

About

My simple PHP MVC library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published