Download the PHP package taq/torm without Composer
On this page you can find all versions of the php package taq/torm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor taq
Package torm
Short Description An ORM based on ActiveRecord
License GPL-2.0-or-later
Homepage http://github.com/taq/torm
Package torm
Short Description An ORM based on ActiveRecord
License GPL-2.0-or-later
Homepage http://github.com/taq/torm
Please rate this library. Is it a good library?
Informations about the package torm
TORM
:warning: WARNING This software is abandonware. As the creator and maintainer, I don't even use PHP for years, so, I can't support it anymore. It should work ok for PHP untill version 7, but seems that with 8.1 there are some alerts. Feel free to fork it and keep it going. |
---|
Just another simple ORM for PHP. You can use it, but don't ask why I made it. Right? :-)
Usage
Take a look on the Github Wiki for documentation, but let me show the basics here:
Testing
SQLite
First, use composer update
to make sure everything is ok with all the
packages. Then, go to the test
directory and run run
. It will requires the
SQLite driver so make sure it is
available. If not, check the php.ini
dir found with
and, if not found there or on the conf.d
on the same location the php.ini
file is, it can be installed, on Ubuntu, using:
Multibyte strings, locale and YAML
All versions of torm with dependencies
PHP Build Version
Package Version
The package taq/torm contains the following files
Loading the files please wait ....