2017 © Pedro Peláez
 

package egnyte

Manage Egnyte uploads with the Egnyte public API

image

yespbs/egnyte

Manage Egnyte uploads with the Egnyte public API

  • Monday, September 11, 2017
  • by yespbs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Egnyte

Egnyte PHP Client, (*1)

Updates

  • Added support for copy
  • Added support for listDir
  • Renamed psr-4 methods
  • @todo Chunked Upload
  • @todo TestCases

Usage


$client = new \Yespbs\Egnyte\Client( 'domain', 'oauth token' ); $fileClient = new \Yespbs\Egnyte\Model\File( $client ); // OR $fileClient = new \Yespbs\Egnyte\Model\File( null, 'domain', 'oauth token' ); $response = $fileClient->upload('/Shared/Documents/test.txt', 'test file upload' );

The Versions

11/09 2017

dev-master

9999999-dev

Manage Egnyte uploads with the Egnyte public API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Priyabrata

11/09 2017

0.0.2

0.0.2.0

Manage Egnyte uploads with the Egnyte public API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Priyabrata

10/09 2017

0.0.1

0.0.1.0

Manage Egnyte uploads with the Egnyte public API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Priyabrata