2017 © Pedro Peláez
 

library grid

Psi Grid component

image

psiphp/grid

Psi Grid component

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 17 Open issues
  • 22 Versions
  • 3 % Grown

The README.md

Psi Grid

experimental Build Status StyleCI Scrutinizer Code
Quality Latest Stable Version Total Downloads, (*1)

This component is part of the Psi Content Management Framework, (*2)

The grid component provides flexible data grids for objects based on class metadata., (*3)

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

    ->addAnnotationDriver()
    ->createGridFactory();

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

$view = $grid->createView();

Documentation

See the documentation at readthedocs., (*4)

Installation

Require in composer.json:, (*5)

$ composer require 'psiphp/grid'

Contributing

All contributions are welcome, go ahead and make a PR!, (*6)

The Versions