muath-ye/miniature-octo

A mini MVC app demonstrates tree view from two tables.

v1.2.1 2022-03-19 17:44 UTC

This package is auto-updated.

Last update: 2024-04-16 15:08:42 UTC


README

Miniature-Octo is a clean and classy mini MVC app demonstrates tree view from two tables.

Feature Overview

  • Simple routing using controllers.
  • Views.
  • Database abstraction with query builder.
  • Recursion example.
  • A lot more.

Requirement

PHP >= 8.0.2

Installing

git clone https://github.com/muath-ye/miniature-octo.git

cd miniature-octo

php -S 127.0.0.1:8000

Installing via composer

composer create-project muath-ye/miniature-octo

cd miniature-octo

php -S 127.0.0.1:8000

Browsing the porject:

open this link in your browser: http://127.0.0.1:8000

License

miniature-coto is open-sourced software licensed under the MIT License.