mk2 / orm
Next PHP Framework 'Mark2' OR-Mapping.
Installs: 22
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mk2/orm
Requires
- php: >=5.4.0
README
A package dedicated to OR mapping of the MVC-compliant PHP framework "Mk2".
# Description
This is a required package for database operations when using Mk2.
# Mk2 VS. Other PHP frameworks
- Supports MySQL / SQLite / PostgreSQL
- Operates at high speed.
- Can be written with simple code syntax
- There is also a reference https://www.mk2-php.com/document/table/orm.
- Made in Japan
# Requirement
Please also install the following packages at a minimum.
# Usage
The documentation is available below.
Please refer to that.
# Install
If you need to install it separately,
Install by executing the following command on the terminal where Composer is installed.
composer require mk2/orm
# Contribution
Currently under consideration.