psiphp/grid

This package is abandoned and no longer maintained. No replacement package was suggested.

Psi Grid component

0.1.0 2017-01-01 14:27 UTC

README

experimental Build Status StyleCI Scrutinizer Code Quality Latest Stable Version Total Downloads

This component is part of the Psi Content Management Framework

The grid component provides flexible data grids for objects based on class metadata.

$gridFactory = GridFactoryBuilder::createWithDefaults(new OrmAgent($entityManager))

    ->addAnnotationDriver()
    ->createGridFactory();

$grid = $gridFactory->createGrid(MyEntity::class, []);

$view = $grid->createView();

Documentation

See the documentation at readthedocs.

Installation

Require in composer.json:

$ composer require 'psiphp/grid'

Contributing

All contributions are welcome, go ahead and make a PR!