Download the PHP package spyrit/propel-datagrid-bundle without Composer

On this page you can find all versions of the php package spyrit/propel-datagrid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package propel-datagrid-bundle

PropelDatagridBundle

Join the chat at https://gitter.im/spyrit/PropelDatagridBundle Build Status

This bundle helps you to create and manage simple to complex datagrids quickly and easily.

Unlike other similar bundle already available on github and/or packagist, there is no magic method that will render the datagrid in you view. This technical choice allow you to completely customize your datagrid aspect and render (filter fields, buttons, columns, data displayed in each column, pagination links and informations, etc.)

This make it easy to implement and use in both back-end and front-end applications.

Still skeptical ? Let's see how it works !

Installation

Get the code

Since composer is the simplest and fastest way to install dependencies, the only way to install this bundle automatically is to add the following line to your dependencies

composer require spyrit/propel-datagrid-bundle

Enable the bundle

Enable the bundle in your application

Usage

May be the most interesting part of this documentation which quickly describe how to create and use your first Datagrid.

Create your datagrid - Your Job

To create a datagrid you have to create a single class that inherit from the PropelDatagrid object and implement all methods from the PropelDatagridInterface :

The configureQuery method must return a predefined PropelQuery object (example: BookQuery object) as shown here :

Declare your datagrid - The Controller's Job

Display your datagrid - The view's Job and yours (or designer)

Export datagrid data

Todo

Credit

Our special thanks go to ...


All versions of propel-datagrid-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/monolog-bundle Version ~2.4|~3.0
propel/propel Version ^2.0@alpha|2.0.x-dev
php Version >=7.4.0
symfony/dependency-injection Version ~5.0|~6.0
symfony/form Version ~5.0|~6.0
symfony/framework-bundle Version ~5.0|~6.0
symfony/http-foundation Version ~5.0|~6.0
spyrit/colibri-csv Version ^1.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spyrit/propel-datagrid-bundle contains the following files

Loading the files please wait ....