PHPackages                             bitsidy/bitsidy-sdk - 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. bitsidy/bitsidy-sdk

ActiveLibrary[API Development](/categories/api)

bitsidy/bitsidy-sdk
===================

A PHP SDK for the Bitsidy API service.

1.0.2(2y ago)014GPL-3.0-or-laterPHPPHP &gt;=5.6

Since Feb 8Pushed 2y agoCompare

[ Source](https://github.com/bitsidy-com/bitsidy-php-sdk)[ Packagist](https://packagist.org/packages/bitsidy/bitsidy-sdk)[ RSS](/packages/bitsidy-bitsidy-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

Bitsidy PHP SDK
===============

[](#bitsidy-php-sdk)

Bitsidy SDK is a toolkit for integrating Bitsidy's cryptocurrency invoice services into your PHP projects. Whether you are using Composer for dependency management or prefer manual inclusion, this SDK is designed for easy integration.

Project Structure
-----------------

[](#project-structure)

- `src/BitsidySDK.php`: The core SDK file.
- `examples/example.php`: An example script demonstrating SDK usage.
- `examples/callback.php`: An example script demonstrating how to handle received callback data.
- `include.php`: For manual inclusion in projects.
- `composer.json`: Composer configuration file.

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

[](#installation)

### Using Composer

[](#using-composer)

To install via Composer, run:

```
composer require bitsidy/bitsidy-sdk
```

Then, include the autoloader in your script:

```
require_once 'vendor/autoload.php';
```

### Manual Installation

[](#manual-installation)

Download or clone the SDK and include the include.php in your project:

```
require_once 'include.php';
```

Usage
-----

[](#usage)

Refer to examples/example.php for a practical demonstration on using the Bitsidy SDK to create invoices and handle responses. For understanding how our server communicates invoice status updates, consult examples/callback.php.

Contributing
------------

[](#contributing)

Contributions to the Bitsidy SDK are welcome. Please ensure that your code adheres to the project's coding standards and include tests for new features or bug fixes.

License
-------

[](#license)

This project is licensed under the GPLv3.

For more information and updates, visit the project repository.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

875d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/110148306643b4e73c724cb0e4522463fb703978bcb94deb631b38932d5933a0?d=identicon)[bitsidy](/maintainers/bitsidy)

---

Top Contributors

[![bitsidy](https://avatars.githubusercontent.com/u/159470966?v=4)](https://github.com/bitsidy "bitsidy (3 commits)")

### Embed Badge

![Health badge](/badges/bitsidy-bitsidy-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/bitsidy-bitsidy-sdk/health.svg)](https://phpackages.com/packages/bitsidy-bitsidy-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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