PHPackages                             emmanuelonyo/basqet-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. [Payment Processing](/categories/payments)
4. /
5. emmanuelonyo/basqet-php

ActiveLibrary[Payment Processing](/categories/payments)

emmanuelonyo/basqet-php
=======================

php library for basqet recieve payments in cryptocurency

v1.0.0(3y ago)112MITPHP

Since Sep 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Emmanuelonyo/Basqet_PHPSDK)[ Packagist](https://packagist.org/packages/emmanuelonyo/basqet-php)[ RSS](/packages/emmanuelonyo-basqet-php/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Basqet PHP SDK
==============

[](#basqet-php-sdk)

The Official PHP library for the Basqet API.

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

[](#installation)

Initialize the Project With Composer and clone the repo

```
  composer require emmanuelonyo/basqet-php
```

Usage/Examples
--------------

[](#usageexamples)

#### Instantiate class

[](#instantiate-class)

```
use Basqet\Basqet;
$Basqet = new Basqet($_ENV['BASQET_SECRET_KEY'],$_ENV['BASQET_PUBLIC_KEY']);
```

#### Fetch Available currency

[](#fetch-available-currency)

```
// Fetch all fiat currency
$currencies = $basqet::fetchAllCurrency("FIAT")
```

#### Initialize transaction

[](#initialize-transaction)

```
$paymentData = [
     "customer": [
          "name"=> "tunde",
          "email"=> "customer@example.com"
     ],
     "amount"=> "1000",
     "currency"=> "NGN",
     "meta"=> [
          "reference": "bghggbbvv"
     ]
];

$transactionObj = $Basqet::initializeTransaction(paymentData);
```

#### Initiate transaction

[](#initiate-transaction)

```
$transactionObj = $Basqet::initiateTransaction(, ['currency_id'=> ])
```

#### Verify transaction

[](#verify-transaction)

```
$transactionObj = $Basqet::verifyTransaction()
```

#### Mock webhook events

[](#mock-webhook-events)

```
$transactionObj = $Basqet.triggerWebhook(, [ status=> 'SUCCESSFUL' ])
```

Documentation/API reference
---------------------------

[](#documentationapi-reference)

[Documentation](https://docs.basqet.com/docs)

Buy me a coffee
---------------

[](#buy-me-a-coffee)

I need Employment you can contact me via +2348102937785

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c9aeedf37b77611b5b0579590abba881edcfe1e89984831106726f470417c4?d=identicon)[Emmanuelonyo](/maintainers/Emmanuelonyo)

---

Top Contributors

[![Emmanuelonyo](https://avatars.githubusercontent.com/u/53441108?v=4)](https://github.com/Emmanuelonyo "Emmanuelonyo (11 commits)")

### Embed Badge

![Health badge](/badges/emmanuelonyo-basqet-php/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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