spareparts/pillar

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

Installs: 3 676

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 2

Open Issues: 1

pkg:composer/spareparts/pillar

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();