spareparts/pillar

Yet another take on ORM. This time with both hookers AND blackjack.

v0.1.1 2018-12-08 13:41 UTC

README

Build Status Scrutinizer Code Quality Code Coverage

$assistant->fluent(GridProduct::class)
	->selectEntityProperties()
	->fromEntityDataSources()
	->setSorting(new Sorting('name', SortingDirection::ASC()))
	->fetchAll();