Download the PHP package alex-kalanis/kw_table without Composer
On this page you can find all versions of the php package alex-kalanis/kw_table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alex-kalanis/kw_table
More information about alex-kalanis/kw_table
Files in alex-kalanis/kw_table
Informations about the package kw_table
kw_table
Table engine for managing entries from datasources. Can use many input and output styles.
PHP Installation
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Add some external packages with connection to the local or remote services.
3.) Connect the "kalanis\kw_table\core\Table" into your app. Extends it for setting your case.
4.) Extend your libraries by interfaces inside the package.
5.) Just call setting and render
Basics
At first you want to use , because compiling the whole table's dependencies is really mindblowing. Then you can start to experiment with changing classes. When you have enough experiences, then you can make your own extensions of provided classes. Especially filtering forms are really complicated - so try them first as normal, external libraries for generating forms. Used mapper is also something difficult to grasp.
On the other side - it's possible with a few changes to render the whole table into CLI or Json. As it's shown in Helper. Cli version uses kw_clipr/PrettyTable, so the result is in the Markdown.
All versions of kw_table with dependencies
alex-kalanis/kw_connect Version >=4.0 <5
alex-kalanis/kw_forms Version >=3.0 <4
alex-kalanis/kw_input Version >=3.0 <4
alex-kalanis/pager Version >=2.0 <3
alex-kalanis/kw_paging Version >=2.0 <3
alex-kalanis/kw_templates Version >=3.0 <4
ext-mbstring Version *
php Version >=7.4.0