2017 © Pedro Peláez
 

library rapidpanel

RapidPanel API client

image

rapide/rapidpanel

RapidPanel API client

  • Wednesday, November 23, 2016
  • by rapideinternet
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-rapidpanel

Installation

  • composer require rapide/rapidpanel, (*1)

  • php artisan vendor:publish --tag=config, (*2)

  • Add to providers in config/app.php, (*3)

Rapide\RapidPanel\RapidPanelServiceProvider::class,, (*4)

  • Add to aliases in config/app.php

'RapidPanel' => Rapide\RapidPanel\RapidPanelServiceProvider::class,, (*5)

Usage

$rpClient = new RapidPanelClient(['host' => 'rapidpanelserver.tld']);, (*6)

$domains = $rpClient->fetch( "admin", $rpClient->hashPassword("somepass"), [ 'object' => 'domain', 'action' => 'show' ] );, (*7)

The Versions

23/11 2016

dev-master

9999999-dev

RapidPanel API client

  Sources   Download

Private

23/11 2016

0.03

0.03.0.0

RapidPanel API client

  Sources   Download

Private

16/11 2016

0.02

0.02.0.0

RapidPanel API client

  Sources   Download

Private