Download the PHP package transactd/orm without Composer
On this page you can find all versions of the php package transactd/orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download transactd/orm
More information about transactd/orm
Files in transactd/orm
Package orm
Short Description Transactd ORM
License MIT
Homepage http://www.bizstation.jp/en/transactd/
Informations about the package orm
TransactdORMPHP
The TransactdORMPHP is PHP ORM library using the Transactd plugin for MySQL/MariaDB. It is a fastest ORM for PHP.
Description
- High-speed database access.
- A Model is possible to high speed access to properties.
- It can be used as the ActiveRecord.
- Easy to migrate from the Laravel in similar interface to Laravel5.
- It does not depend on any framework. Also available on any PHP framework.
Execution environment
Database
- MySQL 5.6/MariaDB 5.5 or later
- Transactd Plugin 3.7.2 or later
Client
Install
Composer
-
Install via the composer.
- Add the following to the beginning of your code.(If not added.)
Manual
- Extruct to your project directry.
- Add the following to the beginning of your code.
Connect to databases
Master and Slave host, these are possible to same host. If you specify a different host, the write operation is the master and the read operation is processed by the slave.
Laravel 5.1 above
-
Add the following class to your config/app.php service providers list.
- Add following parameters to your .env file.
Otherwise
- Add the following code to your application code at beggining.
Usage example
Table names and field names follow the rules of ActiveRecord.
Documents
Bug reporting, requests and questions
If you have any bug-reporting, requests or questions, please send it to Issues tracker on github.
License
This package is licensed under the MIT license.
All versions of orm with dependencies
ext-transactd Version *