Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/initorm/.github


https://github.com/initorm/.github

database dbal mysql orm pdo php php-pdo php8 postgresql query-builder sqlite

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# InitORM

This organization offers an open source ORM built on PHP and PDO. It distributes the software it develops under the MIT license. It has an extremely easy to use Query Builder and DBAL.

If you wish, you can just use the DBAL library. The DBAL library comes with Query Builder, Connector and DataMapper.

```
composer require initorm/dbal
```

If you need a more advanced solution, you can choose the ORM library built on DBAL.

```
composer require initorm/orm
```