Download the PHP package jgm/tablebundle without Composer

On this page you can find all versions of the php package jgm/tablebundle. 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 tablebundle

TableBundle

The JGM TableBundle is a bundle for the Symfony Framework (Symfony2 or higher), which is used to build data tables in PHP and render them easily with twig.

Why should I use this Bundle?

Creating tables for data is a boring and cumbersome work. You have to care about rendering, paginating, order and filter the given data. Sometimes, you want to reuse your tables, too.

Using the TableBundle will be the answer to your problems. It provides building tables including dynamic columns for displaying data from different sources (like entities from database or arrays). Additional the TableBundle supports mechanisms for dynamic filters, pagination and order. You don't have to care about the implementation, it's all automatic.

A unique feature is the automatic join, which allows you to access and also filter for joined columns of the given data (and their joined columns, and their...).

Installation

Using composer

  1. Add the bundle to your composer.json by executing the command composer require jgm/tablebundle or adding the line "jgm/tablebundle": "1.3.*" to the required-section.

  2. Add the Bundle to your Kernel (app/AppKernel.php):

Dependencies

Basic usage

Step 1: Create a table type

Step 2: Instantiate the table

Step 3: Render the table at twig template

Documentation

For more information take a look at the Documentation Website.


All versions of tablebundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.9
symfony/symfony Version >=2.5
symfony/config Version >=2.5
symfony/yaml Version >=2.5
symfony/security Version >=2.5
symfony/templating Version >=2.5
symfony/http-foundation Version >=2.5
symfony/http-kernel Version >=2.5
symfony/dependency-injection Version >=2.5
doctrine/common Version >=2.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 jgm/tablebundle contains the following files

Loading the files please wait ....