psiphp/grid

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

Psi Grid component

Maintainers

Details

github.com/psiphp/grid

Source

Issues

Installs: 1 281

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 17

pkg:composer/psiphp/grid

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!