2017 © Pedro Peláez
 

library remote

Remote for Orchid

image

orchid/remote

Remote for Orchid

  • Sunday, August 6, 2017
  • by tabuna
  • Repository
  • 7 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Orchid Remote

Experimental Server for Orchid Integrator, (*1)

Installation

install package, (*2)

composer require orchid/remote

edit config/app.php service provider :, (*3)

 Orchid\Remote\Providers\RemoteServiceProvider::class

Add services:

add remote config/services, (*4)

'integrator' => [
    'service1' => [
        'url' => 'http://localhost:8000',
        'key' => 'secret-key',
        'icon' => 'icon-energy',
        'name' => 'Demo'
    ],
],

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

06/08 2017

dev-master

9999999-dev

Remote for Orchid

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Avatar tabuna