PHPackages                             devdraftengineer/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. devdraftengineer/php

ActiveLibrary[Payment Processing](/categories/payments)

devdraftengineer/php
====================

A comprehensive payment processing and business management API that enables seamless integration of cryptocurrency and traditional payment methods.

v1.0.0(7mo ago)00[1 PRs](https://github.com/devdraftengineer/php/pulls)unlicensePHPPHP ^8.1

Since Nov 19Pushed 5mo agoCompare

[ Source](https://github.com/devdraftengineer/php)[ Packagist](https://packagist.org/packages/devdraftengineer/php)[ Docs](https://devdraft.ai)[ RSS](/packages/devdraftengineer-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

devdraft
========

[](#devdraft)

A comprehensive payment processing and business management API that enables seamless integration of cryptocurrency and traditional payment methods.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/devdraftengineer/php.git"
    }
  ],
  "require": {
    "devdraftengineer/php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
