Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/initorm/.github
- Owner: InitORM
- Created: 2023-12-10T03:14:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-16T18:44:58.000Z (11 months ago)
- Last Synced: 2023-12-16T19:56:56.840Z (11 months ago)
- Topics: database, dbal, mysql, orm, pdo, php, php-pdo, php8, postgresql, query-builder, sqlite
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```