Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/miniature-octo
Miniature-Octo is a clean and classy mini MVC app demonstrates tree view from two tables.
https://github.com/muath-ye/miniature-octo
composer muath-ye mvc php php-framework
Last synced: about 2 months ago
JSON representation
Miniature-Octo is a clean and classy mini MVC app demonstrates tree view from two tables.
- Host: GitHub
- URL: https://github.com/muath-ye/miniature-octo
- Owner: muath-ye
- Created: 2022-03-18T16:38:26.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-16T12:33:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:20:52.886Z (9 months ago)
- Topics: composer, muath-ye, mvc, php, php-framework
- Language: PHP
- Homepage:
- Size: 292 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Miniature - Octo
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
```bash
git clone https://github.com/muath-ye/miniature-octo.gitcd miniature-octo
php -S 127.0.0.1:8000
```### Installing via composer
```bash
composer create-project muath-ye/miniature-octocd miniature-octo
php -S 127.0.0.1:8000
```### Browsing the porject:
open this link in your browser: ```http://127.0.0.1:8000```
## Licenseminiature-coto is open-sourced software licensed under the MIT License.