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.
- Host: GitHub
- URL: https://github.com/matheusjohannaraujo/simple_orm
- Owner: matheusjohannaraujo
- License: mit
- Created: 2022-01-19T03:42:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T01:56:56.000Z (about 4 years ago)
- Last Synced: 2024-12-31T02:13:20.619Z (over 1 year ago)
- Topics: orm, orm-extension, orm-library, orm-model, php, php-library, php7, php8
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
];
```