Skip to content
codefuze edited this page Jan 18, 2018 · 2 revisions

Lisk Composer

Lisk Composer is a Lisk API package for use in Laravel and PHP composer projects using Guzzle.

  • Simple yet powerful Lisk API wrapper for PHP
  • Laravel integration with a service provider and config options
  • Can connect to local, custom, or official nodes
  • Easy to understand with documentation

Requirements

  • PHP >= 7.0.0
  • cURL PHP Extension
  • Composer
  • (Optional) Laravel >= 5.5

Dependencies

  • Guzzle - an extensible PHP HTTP client.

Installation

After you have met the above requirements you can install Lisk Composer into your project using the following command in you project root:

$ composer require "codefuze/lisk-composer:5.5.*"
Clone this wiki locally