PHPackages                             jakolab/howl-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. jakolab/howl-orm

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

jakolab/howl-orm
================

Library to mapping your database and manipulate data without SQL, just OOP.

1.0.0(9y ago)222MITPHP

Since May 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jakolab/howl-orm)[ Packagist](https://packagist.org/packages/jakolab/howl-orm)[ RSS](/packages/jakolab-howl-orm/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Howl-ORM
========

[](#howl-orm)

What is?
--------

[](#what-is)

Howl-ORM (Object Relational Model) was built to make the data layer of your applications easy and fast. Based on the active record pattern **Howl-ORM** makes easy:

- **Connect** to database
- **List** and find records.
- **Store** new records.
- **Update** existing records.
- **Delete** existing records.

> Also **Howl-ORM** allows you to filter records using clauses such as JOINS and GROUPS, the result can be ORDERED, LIMITED and COUNTED.

How to install and initialize
-----------------------------

[](#how-to-install-and-initialize)

1. Download Howl-ORM as a zip and extract the files into your project libraries folder.
2. Require the **HowlAutoload.php** file from the Howl-ORM package.
3. Initialize the Howl Autoload.
4. Instance Howl Database manager.
5. Load the Database driver.

```
