PHPackages                             ammly/jengahq - 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. ammly/jengahq

ActiveLibrary[API Development](/categories/api)

ammly/jengahq
=============

Jengahq is Equity's Jenga API V2 wrapper for Laravel.

14393[1 issues](https://github.com/Ammly/jengahq/issues)PHP

Since Apr 3Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Ammly/jengahq)[ Packagist](https://packagist.org/packages/ammly/jengahq)[ RSS](/packages/ammly-jengahq/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Jengahq
=======

[](#jengahq)

[![Latest Unstable Version](https://camo.githubusercontent.com/364505948608f9f5894dc7d249e2d2ab4ddfb642aa693242a3c81c5feaba7f8e/68747470733a2f2f706f7365722e707567782e6f72672f616d6d6c792f6a656e676168712f762f756e737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/ammly/jengahq)[![Total Downloads](https://camo.githubusercontent.com/a917bd144574beb58411bb4e857c20d76e9787d745fc7d2aa6c0f8156840f0f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/a917bd144574beb58411bb4e857c20d76e9787d745fc7d2aa6c0f8156840f0f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)[![Build Status](https://camo.githubusercontent.com/4babb148c3d9c3c09015a20a3a6c0a5b7212f0313f9433f47a8a9f6db1d2b10b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/4babb148c3d9c3c09015a20a3a6c0a5b7212f0313f9433f47a8a9f6db1d2b10b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)[![[StyleCI]](https://camo.githubusercontent.com/729adcf68fc2b6d5fb281d55d6731ab464f20030c0d9a74bec87d0b3b28ac2df/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137363931363930332f736869656c64)](https://camo.githubusercontent.com/729adcf68fc2b6d5fb281d55d6731ab464f20030c0d9a74bec87d0b3b28ac2df/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137363931363930332f736869656c64)[![Packagist](https://camo.githubusercontent.com/5a2ca1e48086ae24bd80bb74be5e8d5d3ca8532f03df240a106358d80062aa83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/5a2ca1e48086ae24bd80bb74be5e8d5d3ca8532f03df240a106358d80062aa83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616d6d6c792f6a656e676168712e7376673f7374796c653d666c61742d737175617265)

Jengahq is Equity's Jenga API V2 wrapper for Laravel.

> **Note:** This package is still under active development. See [Contributing](#Contributing) to start contributing.

Installing Jengahq
------------------

[](#installing-jengahq)

The recommended way to install Jengahq is through `Composer`

```
composer require ammly/jengahq
```

See instructions for installing [Composer](http://getcomposer.org) if you don't have it installed.

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

[](#requirements)

This package requires the following

```
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0"

```

Setup
-----

[](#setup)

Register for an accout at [JengaHq](https://jengahq.io/) and obtain your credentials

Follow the [Official Documentation](https://developer.jengaapi.io/docs/generating-signatures) guide on how to generate your ssl keys and upload your public key to your account's [API Keys section](https://test.jengahq.io/#!/developers/api-keys).

Store the keys in your Laravel project's `storage` folder.

### Configuration

[](#configuration)

Populate the following configs on your `.env` file.

```
JENGA_USERNAME=
JENGA_PASSWORD=
JENGA_API_KEY=
JENGA_PHONE=
JENGA_BASE_ENDPOINT=https://uat.jengahq.io
```

Usage
-----

[](#usage)

Include the package on to your file

```
