2017 © Pedro Peláez
 

library ssh

A packages to use ssh in Laravel.

image

roy688/ssh

A packages to use ssh in Laravel.

  • Wednesday, May 23, 2018
  • by Roy688
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SSH

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status, (*1)

Packagist Packagist Packagist, (*2)

Package description: CHANGE ME, (*3)

Installation

Install via composer, (*4)

composer require roy688/ssh

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature., (*5)

Add service provider to config/app.php in providers section, (*6)

Roy688\Ssh\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section, (*7)

Roy688\Ssh\Facades\Ssh::class,

Publish Configuration File

php artisan vendor:publish --provider="Roy688\Ssh\ServiceProvider" --tag="config"

Usage

CHANGE ME, (*8)

Security

If you discover any security related issues, please email slaythia@gmail.com instead of using the issue tracker., (*9)

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator., (*10)

The Versions

23/05 2018

dev-master

9999999-dev

A packages to use ssh in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roy Thia

ssh

23/05 2018

1.0

1.0.0.0

A packages to use ssh in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roy Thia

ssh