Cactus

ORM Using the DataMapper Pattern

Download

and for the composer crowd

"require":{
	"davewid/cactus": "0.5.*"
}

PDO Adapter

Keeps your queries safe by shipping with a PDO adapter by default.

Query Builder

Peyote, an OOP database query builder, is bundled with Cactus. You can also write raw sql or susbsitute your own query builder engine if you like.

Open Source

Cactus is licensed under the fairly open MIT license. Use the library as you wish!

Standards Compliant

Cactus is in compliance with PSR-0 and PSR-1