PHPackages                             nava/dinlr-php - 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. [API Development](/categories/api)
4. /
5. nava/dinlr-php

ActiveLibrary[API Development](/categories/api)

nava/dinlr-php
==============

PHP client library for the Dinlr API

0.3.1(2mo ago)002MITPHPPHP ^7.1|^8.0CI passing

Since Jun 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/NavanithanS/dinlr-php)[ Packagist](https://packagist.org/packages/nava/dinlr-php)[ RSS](/packages/nava-dinlr-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (10)Used By (0)

Dinlr PHP API Client
====================

[](#dinlr-php-api-client)

A comprehensive PHP client library for integrating with the Dinlr Online Order API. This library provides a clean, object-oriented interface to interact with all Dinlr API endpoints including orders, customers, inventory, reservations, loyalty programs, and more.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Authentication](#authentication)
- [Core Features](#core-features)
- [What's New in v0.3.0](#whats-new-in-v030)
- [Available Resources](#available-resources)
- [Advanced Usage](docs/advanced-usage.md)
- [Laravel Integration](docs/laravel.md)
- [Webhook Handling](docs/webhooks.md)
- [Error Handling](docs/error-handling.md)
- [Testing](docs/testing.md)
- [Contributing](docs/contributing.md)
- [Security](docs/security.md)
- [License](#license)
- [Support](#support)

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

[](#requirements)

- PHP 7.1 or higher
- Guzzle HTTP library (^6.3|^7.0)
- JSON extension

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

[](#installation)

Install via Composer:

```
composer require nava/dinlr-php
```

Quick Start
-----------

[](#quick-start)

```
