muath-ye/miniature-octo

A mini MVC app demonstrates tree view from two tables.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/muath-ye/miniature-octo

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

This package is auto-updated.

Last update: 2025-09-16 18:27:51 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.