PHPackages                             learncodeweb/php-pagination-class-with-bootstrap-4 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. learncodeweb/php-pagination-class-with-bootstrap-4

ActivePhp-pagination-class-with-bootstrap-4[Utility &amp; Helpers](/categories/utility)

learncodeweb/php-pagination-class-with-bootstrap-4
==================================================

Fashion Bootstrap landing page for beginners.

13031PHP

Since May 11Pushed 3w ago2 watchersCompare

[ Source](https://github.com/LearnCodeWeb/PHP-pagination-class-with-Bootstrap-4)[ Packagist](https://packagist.org/packages/learncodeweb/php-pagination-class-with-bootstrap-4)[ RSS](/packages/learncodeweb-php-pagination-class-with-bootstrap-4/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

PHP Pagination Class with Bootstrap 4
=====================================

[](#php-pagination-class-with-bootstrap-4)

A lightweight and easy-to-use PHP pagination class fully compatible with Bootstrap 4. This package helps developers paginate large datasets and display responsive pagination controls with minimal setup.

Features
--------

[](#features)

- Bootstrap 4 compatible pagination
- Easy integration with PHP &amp; MySQL
- Custom items per page support
- Jump menu navigation
- Responsive pagination links
- Lightweight and reusable class

---

Requirements
------------

[](#requirements)

- PHP 5.6+
- MySQL Database
- Bootstrap 4

---

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

```
composer require learncodeweb/php-pagination-class-with-bootstrap-4:dev-master
```

### Manual Installation

[](#manual-installation)

1. Download the repository.
2. Extract files into your project directory.
3. Include the pagination class in your PHP file.

```
include_once('paginator.class.php');
```

---

Database Configuration
----------------------

[](#database-configuration)

Create a database connection file (`config.php`).

```
