cybersai/tiny

Tiny MVC framework

Maintainers

Details

github.com/CyberSai/tiny

Source

Issues

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:project

v0.1.0 2021-04-13 22:41 UTC

This package is auto-updated.

Last update: 2024-04-14 05:25:41 UTC


README

Tiny is beginner friendly PHP framework for learning how to build APIs.

Components

It comes packed with:

nikic/fast-route

A Simple Fast Regex Router

vlucus/phpdotenv

An Environment Variables Loaded From .env

dibi/dibi

A Database Abstraction Library

Installation

composer create-project cybersai/tiny myapp