PHPackages                             midorikocak/tabletools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. midorikocak/tabletools

ActiveLibrary[Search &amp; Filtering](/categories/search)

midorikocak/tabletools
======================

In an app you have to deal with tables. This library gives you some handy tools to deal with them.

v1.0(6y ago)77MITPHPPHP ~7.4

Since Feb 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/midorikocak/tabletools)[ Packagist](https://packagist.org/packages/midorikocak/tabletools)[ Docs](https://github.com/midorikocak/view)[ RSS](/packages/midorikocak-tabletools/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Table Tools
===========

[](#table-tools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e3d195d3850b54bae4508e9880c107bd26fa1eed99ecd8d080e2c440f9649c89/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69646f72696b6f63616b2f7461626c65746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/midorikocak/tabletools)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/7ed497fa198644cfe50f8631709588ad60c1b9f98ac8e706701b9aeaf14473ef/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d69646f72696b6f63616b2f7461626c65746f6f6c732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/midorikocak/tabletools)[![Coverage Status](https://camo.githubusercontent.com/856564f3c80eec3cb4a446d73c430274bad6dc285d87a6bce6ccfa459217e1e5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d69646f72696b6f63616b2f7461626c65746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/midorikocak/tabletools/code-structure)[![Quality Score](https://camo.githubusercontent.com/15ee53e140a739b111e212791baf93346a91fa051a0b178d7a7b2520ce98a45d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d69646f72696b6f63616b2f7461626c65746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/midorikocak/tabletools)[![Total Downloads](https://camo.githubusercontent.com/86cbd8fe4288e6f105042b09775dbe8e7d24741f71d1f423c86beeb4ad874bfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69646f72696b6f63616b2f7461626c65746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/midorikocak/tabletools)

In an app you have to deal with tables. This library gives you some handy tools to deal with them.

Install
-------

[](#install)

Via Composer

```
$ composer require midorikocak/tabletools
```

Usage
-----

[](#usage)

You can access and operate 2 dimensional associative data using 3 kind of tables. `DatabaseTable`, `ArrayTable`,`CsvTable`.

Most common operations with tables are defined in `TableInterface`.

```
