PHPackages                             breier/mykrorm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. breier/mykrorm

ActiveLibrary[Database &amp; ORM](/categories/database)

breier/mykrorm
==============

Provides less than minimal DB functionality with still some intuitive automated stuff

2.1.2(7mo ago)059GPL-3.0-or-laterPHPPHP ^7.3|^8.0CI failing

Since May 3Pushed today1 watchersCompare

[ Source](https://github.com/breier/mykrorm)[ Packagist](https://packagist.org/packages/breier/mykrorm)[ RSS](/packages/breier-mykrorm/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

MykrORM
=======

[](#mykrorm)

This library started with the idea of providing less than minimal DB functionality with still some intuitive automated stuff.

In order to handle data models and its properties in a clean code manner (readable and maintainable) I developed this library on top of PDO. Please enjoy (use at your own risk XD).

*\* You can find all the methods from PDO and their documentation at [php.net/manual/class.pdo](https://www.php.net/manual/en/class.pdo.php).*

Table of Contents:

- [Model Example](#model-example)
- [Methods in MykrORM](#methods-in-mykrorm)
- [CRUD Methods](#crud-methods)
- [Table Management](#table-management)

Model Example
-------------

[](#model-example)

This is a code example of a model that extends MykrORM

```
