Skip to content

d3vkk/matano-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matano ORM

Matano ORM Logo

Minimal PHP/SQL ORM for small projects. MariaDB/MySQL compatible.

Prerequisites

You should have the following installed

Set up

Fork or clone this repo

git clone https://github.com/d3vkk/matano-orm.git

Add your database connection details in model.php

$db = new Model('host', 'user', 'password', 'database');

Use the functions from matano.php to CRUD your database records in model.php

Contribution

To contribute, use this guide

Usage

Star this repo for future reference

Open in browser-based Visual Studio Code

Fork or clone this repo

git clone https://github.com/d3vkk/matano-orm.git

© 2020-present Donald K • Under MIT License

About

Minimal PHP/SQL ORM for small projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages