PHPackages                             infiniteloop/camara-client - 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. infiniteloop/camara-client

ActiveLibrary[API Development](/categories/api)

infiniteloop/camara-client
==========================

A client for the CAMARA cellular network KYC protocol

v1.0.0(5mo ago)01MITPHPPHP &gt;=7.4

Since Sep 24Pushed 5mo agoCompare

[ Source](https://github.com/infiniteloopltd/CamaraClient)[ Packagist](https://packagist.org/packages/infiniteloop/camara-client)[ RSS](/packages/infiniteloop-camara-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

CamaraClient
============

[](#camaraclient)

[![Latest Stable Version](https://camo.githubusercontent.com/503d3548aa2dbe60cc78c436cd963092c42ad72b2d50c47bcbb2b6d7cb5ad3a2/68747470733a2f2f706f7365722e707567782e6f72672f696e66696e6974656c6f6f702f63616d6172612d636c69656e742f76)](https://packagist.org/packages/infiniteloop/camara-client)[![License](https://camo.githubusercontent.com/06c4facddae092d9647ada418f4aa369bc665c7ef30ed67b0adc0522a4bdd2bb/68747470733a2f2f706f7365722e707567782e6f72672f696e66696e6974656c6f6f702f63616d6172612d636c69656e742f6c6963656e7365)](https://packagist.org/packages/infiniteloop/camara-client)[![PHP Version Require](https://camo.githubusercontent.com/8be3149eb77710e0d6227aaed428110d7b39b93d9b302c25804668f0335a897f/68747470733a2f2f706f7365722e707567782e6f72672f696e66696e6974656c6f6f702f63616d6172612d636c69656e742f726571756972652f706870)](https://packagist.org/packages/infiniteloop/camara-client)

A PHP client library for the CAMARA API with built-in OAuth2 authentication and configurable settings.

Features
--------

[](#features)

- 🔐 **OAuth2 Authentication** - Automatic token management with configurable credentials
- 📱 **HLR Lookup** - Mobile number validation and operator information
- 👤 **Customer Premium Info** - Retrieve detailed customer information
- 🛠️ **Configurable** - Flexible settings injection for multi-environment support
- 🎯 **Clean API** - Simple, intuitive method calls with automatic authentication
- 📦 **PSR-4 Compliant** - Modern PHP package structure

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

[](#installation)

Install via Composer:

```
composer require infiniteloop/camara-client
```

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

[](#requirements)

- PHP &gt;= 7.4
- ext-curl (for HTTP requests)
- ext-json (for JSON handling)

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

[](#quick-start)

```
