PHPackages                             zodi-innovations/billit-php-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. zodi-innovations/billit-php-sdk

ArchivedLibrary[API Development](/categories/api)

zodi-innovations/billit-php-sdk
===============================

This is an PHP SDK for the Billit API

1.0.2(11mo ago)01.1k1[1 issues](https://github.com/Zodi-Innovations/billit-sdk-php/issues)MITPHPPHP &gt;=7.3

Since Dec 12Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Zodi-Innovations/billit-sdk-php)[ Packagist](https://packagist.org/packages/zodi-innovations/billit-php-sdk)[ RSS](/packages/zodi-innovations-billit-php-sdk/feed)WikiDiscussions master Synced today

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

Billit-PHP-SDK
==============

[](#billit-php-sdk)

This SDK is developed for integrations with the billit api

- API version: v1

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

[](#requirements)

PHP 7.3 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/TheJenne18/billit-php-sdk.git"
    }
  ],
  "require": {
    "/": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
