Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tina4stack/tina4php-orm
ORM for Tina4
https://github.com/tina4stack/tina4php-orm
Last synced: 18 days ago
JSON representation
ORM for Tina4
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-orm
- Owner: tina4stack
- Created: 2021-11-20T04:48:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T10:15:04.000Z (9 months ago)
- Last Synced: 2024-04-20T12:18:11.004Z (8 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tin4php ORM #
```
composer require tina4stack/tina4php-orm
```## Run test database
```
docker run -d --platform linux/x86_64 -p 33050:3050 -e ISC_PASSWORD=pass1234 -e FIREBIRD_DATABASE=TINA4.FDB -e FIREBIRD_USER=firebird jacobalberty/firebird:3.0
```