An open API service indexing awesome lists of open source software.

https://github.com/matheusjohannaraujo/simple_orm

A simple ORM in PHP.
https://github.com/matheusjohannaraujo/simple_orm

orm orm-extension orm-library orm-model php php-library php7 php8

Last synced: 5 months ago
JSON representation

A simple ORM in PHP.

Awesome Lists containing this project

README

          

# [Simple ORM](https://github.com/matheusjohannaraujo/simple_orm)

### [Guia completo de uso no YouTube](https://www.youtube.com/watch?v=VjPdXEuH7Lo)

```php
const DEVELOPER_INFO = [
"autor" => "Matheus Johann Araújo",
"country" => "Brasil",
"state" => "Pernambuco",
"date" => "2022-01-20"
];
```