Libraries tagged by php paginator
mjohann/paginated-file-reader
129 Downloads
A PHP library to read files page by page, supporting multiple formats like TXT, PDF, DOCX, and ODT. Each file type is handled by a dedicated reader class, all following a unified interface for seamless integration.
invoicetronic/php-sdk
115 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
viames/pair
3523 Downloads
Lightweight PHP framework for fast server-rendered web applications with MVC routing, ActiveRecord ORM and API tooling
simondevelop/array-organize
5319 Downloads
Php library for easy sorting of data, generate html table and more.
omegaalfa/query-builder
67 Downloads
Um Query Builder moderno e minimalista em PHP 8+, totalmente tipado e baseado em PDO, com suporte a cache, paginação, transações e geração fluente de SQL.
maikealame/laravel-auto
4657 Downloads
Laravel helper to make almost everything for your project
jooservices/laravel-controller
499 Downloads
Laravel API controller foundation for standardized JSON responses, pagination, status endpoints, trace IDs, and custom formatters.
hstanleycrow/easyphpdatatables
39 Downloads
Standalone PHP server-side processing engine for DataTables.net: query, paginate, filter and order from a single PHP table definition.
william-costa/database-manager
2583 Downloads
A simple library for managing database connections, results pagination and building queries in PHP.
timefrontiers/php-pagination
26 Downloads
PHP pagination trait for database objects and collections
leoshtika/pagination
104 Downloads
The simpliest PHP pagination class
learncodeweb/php-pagination-class-with-bootstrap-4
310 Downloads
Fashion Bootstrap landing page for beginners.
libpurecontent/pagination
432 Downloads
PHP library pagination within the pureContent library suite
klab/php-simple-pagination
251 Downloads
Simple Pagination Class for PHP
sonnenglas/takealot-php-sdk
16 Downloads
Framework-agnostic PHP SDK for the Takealot Marketplace API (sales, offers, transactions, balances, returns, shipments) with continuation-token pagination and 429 retry handling.