PHPackages                             sumanpoudel/egnyte - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sumanpoudel/egnyte

ActiveLibrary

sumanpoudel/egnyte
==================

Egnyte filesystem API with League filesystem

v1.0.6(4y ago)2731MITPHPPHP &gt;=7.0.0

Since Oct 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thepartnership-suman/egnyte)[ Packagist](https://packagist.org/packages/sumanpoudel/egnyte)[ Docs](https://github.com/php-loep/:package_name)[ RSS](/packages/sumanpoudel-egnyte/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Egnyte Filesystem
=================

[](#egnyte-filesystem)

[![Latest Version](https://camo.githubusercontent.com/f5840b1a7e6cf81ce84e8baad569e537749f4080957af4a439e0fca9242d15f2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7468657068706c65616775652f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/thepartnership-suman/egnyte)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/edbfd91d13274721ee569e30d83e249acfb5e7aa49077708b5c8349b15d0487c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sumanpoudel/egnyte)

I was working on Egnyte project for Laravel and didn't find any decent solution so decided to write my own. Inspired by Yespbs\\Egnyte.

Install
-------

[](#install)

Via Composer

```
$ composer require sumanpoudel/egnyte
```

Usage
-----

[](#usage)

```
$client = new \Suman\Egnyte\Model\File(EgnyteDomain, OAuthToken);

$adapter = new \Suman\Egnyte\EgnyteAdapter($client);

$filesystem = new Filesystem($adapter);

//to get the content of the file
$fileContents = $filesystem->get('/Shared/file.jpg');
//to check file exists
$fileContents = $filesystem->has('file.jpg');
//upload the file
$fileContents = $filesystem->put(fileLocation, contents_of_file);
//move the file
$fileContents = $filesystem->move(originalLocation, newLocation);
//delete the file/folder
$fileContents = $filesystem->delete(location_of_file_or_folder);

// see the usrl below for more functions
https://flysystem.thephpleague.com/v2/docs/usage/filesystem-api/
```

Testing
-------

[](#testing)

```
$ phpunit
```

Credits
-------

[](#credits)

- [:author\_name](https://github.com/thepartnership-suman/egnyte:author_username)
- [All Contributors](https://github.com/thepartnership-suman/:egnyte/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

7

Last Release

1649d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/153acc43c479c15bcad7b8c86592016622b62a7e780d955c0084734450035db5?d=identicon)[thepartnership-suman](/maintainers/thepartnership-suman)

---

Top Contributors

[![thepartnership-suman](https://avatars.githubusercontent.com/u/75136043?v=4)](https://github.com/thepartnership-suman "thepartnership-suman (10 commits)")[![sachinkiranti](https://avatars.githubusercontent.com/u/32116270?v=4)](https://github.com/sachinkiranti "sachinkiranti (3 commits)")

---

Tags

Flystemegnyte

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sumanpoudel-egnyte/health.svg)

```
[![Health](https://phpackages.com/badges/sumanpoudel-egnyte/health.svg)](https://phpackages.com/packages/sumanpoudel-egnyte)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
