PHPackages                             transactd/orm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. transactd/orm

ActiveLibrary[Database &amp; ORM](/categories/database)

transactd/orm
=============

Transactd ORM

1.5.0(9y ago)5211MITPHPPHP &gt;=5.4.0

Since Oct 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/bizstation/TransactdORMPHP)[ Packagist](https://packagist.org/packages/transactd/orm)[ Docs](http://www.bizstation.jp/en/transactd/)[ RSS](/packages/transactd-orm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (16)Used By (0)

TransactdORMPHP
===============

[](#transactdormphp)

The TransactdORMPHP is PHP ORM library using the Transactd plugin for MySQL/MariaDB. It is a fastest ORM for PHP.

Description
-----------

[](#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
---------------------

[](#execution-environment)

### Database

[](#database)

- MySQL 5.6/MariaDB 5.5 or later
- [Transactd Plugin 3.7.2 or later](http://www.bizstation.jp/en/transactd/documents/install_plugin.html)

### Client

[](#client)

- [Transactd PHP Clinet](http://www.bizstation.jp/en/transactd/documents/install_guide_php.html)

Install
-------

[](#install)

### Composer

[](#composer)

- Install via the composer.

```
$ cd [yourProjectDirectory]
$ composer require Trnasactd/orm

```

- Add the following to the beginning of your code.(If not added.)

```
