PHPackages                             bintable/api\_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. bintable/api\_php

ActiveLibrary[API Development](/categories/api)

bintable/api\_php
=================

The PHP API for bin lookup from https://bintable.com

313PHP

Since Feb 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bintable/api_php)[ Packagist](https://packagist.org/packages/bintable/api_php)[ RSS](/packages/bintable-api-php/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

api\_php
========

[](#api_php)

The Nodejs Package for BINTable.com API

Installation
============

[](#installation)

Please run &gt; `composer require bintable/api_php`

Usage
=====

[](#usage)

The package contains two endpoints

- BIN Lookup endpoint
- Balance check endpoint

For calling BIN lookup, you can use the following code after replacing the BIN, and API\_KEY with valid data.

```
require_once __DIR__ . '/vendor/autoload.php';
use Bintable\BintableApi;

try{
    $pi_key = ""; //YOUR API KEY
    $bintable = new BintableApi($pi_key);
    $lookup = $bintable->Lookup("403244");
    echo $lookup;
}catch(Exception $ex){
    echo $ex->getMessage();
}
```

For Calling Balance check

```
require_once __DIR__ . '/vendor/autoload.php';
use Bintable\BintableApi;

try{
    $pi_key = ""; //YOUR API KEY
    $bintable = new BintableApi($pi_key);
    $balance = $bintable->Balance();
    echo $balance;
}catch(Exception $ex){
    echo $ex->getMessage();
}
```

For more information and API key, please visit \[BINTable BIN Lookup API\]

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c355468652faf36db43ecad53ba7d55473a38c2cf8bda3a165058c5153374aaa?d=identicon)[samymassoud](/maintainers/samymassoud)

---

Top Contributors

[![SamySaad](https://avatars.githubusercontent.com/u/31689241?v=4)](https://github.com/SamySaad "SamySaad (2 commits)")

### Embed Badge

![Health badge](/badges/bintable-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/bintable-api-php/health.svg)](https://phpackages.com/packages/bintable-api-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
