Download the PHP package hfw/db without Composer
On this page you can find all versions of the php package hfw/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor hfw
Package db
Short Description Database CRUD by annotation
License MIT
Homepage https://github.com/hfw/db
Package db
Short Description Database CRUD by annotation
License MIT
Homepage https://github.com/hfw/db
Please rate this library. Is it a good library?
Informations about the package db
Helix::DB
Database storage and access using annotations.
Documentation: https://hfw.github.io/db
Class Annotations
- Columns must be named the same as their respective properties.
- EAV tables must have 3 columns:
entity
,attribute
, andvalue
.entity
must be a foreign key.entity
andattribute
must form the primary key.
Interface Annotations
Interfaces can be annotated to act as junctions.
- The interfaces don't have to be implemented.
- The referenced classes may be identical.
Supported Drivers
- MySQL
- SQLite
Class Diagram
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4
ext-pdo Version *
ext-pdo Version *
The package hfw/db contains the following files
Loading the files please wait ....