https://github.com/icinga/ipl-orm
https://github.com/icinga/ipl-orm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icinga/ipl-orm
- Owner: Icinga
- License: mit
- Created: 2019-10-16T12:49:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:19:31.000Z (about 2 years ago)
- Last Synced: 2024-04-12T16:56:55.803Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga PHP Library - ORM
`ipl/orm` is a object-relational mapper that makes working with your databases a breeze.
## Installation
The recommended way to install this library is via [Composer](https://getcomposer.org):
```
composer require ipl/orm
```