PHPackages                             sightseeingtech/passhub-api - 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. sightseeingtech/passhub-api

ActiveLibrary[API Development](/categories/api)

sightseeingtech/passhub-api
===========================

PassHub API Client

v1.0.0(7y ago)19MITPHPPHP &gt;=5.5

Since Jun 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/BYMdevelopment/passhub-api-client-php)[ Packagist](https://packagist.org/packages/sightseeingtech/passhub-api)[ Docs](http://sightseeing.tech)[ RSS](/packages/sightseeingtech-passhub-api/feed)WikiDiscussions master Synced 3d ago

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

PassHub Api
===========

[](#passhub-api)

PassHub API documentation

Access PassHub with Php. This module offers high level and low level calls to the API.

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

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "require": {
      "sightseeingtech/passhub-api": "1.0"
   }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to///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:

```
