alex-kalanis / kw_paging
Shareable pager - render for HTML and Cli
v2.0.0
2024-03-31 00:26 UTC
Requires
- php: >=7.4.0
- alex-kalanis/kw_templates: >=3.0 <4
- alex-kalanis/pager: >=2.0 <3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=7.2 <=9
- shipmonk/composer-dependency-analyser: ^1.4
README
Contains simple render for displaying pagers compatible across the libraries. It has been cut from running project and simplified for usage available for another libraries.
By default you can use it for display paging on normal web page or inside the CLI.
PHP Installation
composer.phar require alex-kalanis/kw_paging
(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.) Connect the "kalanis\kw_paging" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.