PHPackages                             a5sys/pydio-bundle - 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. [API Development](/categories/api)
4. /
5. a5sys/pydio-bundle

ActiveSymfony-bundle[API Development](/categories/api)

a5sys/pydio-bundle
==================

Pydio API bundle

V1.0.3(7y ago)19111[1 PRs](https://github.com/A5sys/PydioBundle/pulls)MITPHPPHP &gt;=5.4.0

Since Apr 11Pushed 3y ago6 watchersCompare

[ Source](https://github.com/A5sys/PydioBundle)[ Packagist](https://packagist.org/packages/a5sys/pydio-bundle)[ RSS](/packages/a5sys-pydio-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

PydioBundle
===========

[](#pydiobundle)

Access and manage resources from your Pydio instance.

Composer
========

[](#composer)

Use composer to get the bundle

```
composer require "a5sys/pydio-bundle"

```

Activate the bundle
===================

[](#activate-the-bundle)

In the AppKernel, activate the bundle for the dev environment

```
new A5sys\PydioBundle\PydioBundle(),

```

Usage
=====

[](#usage)

Parameters needed
-----------------

[](#parameters-needed)

config.yml

```
pydio:
    base_api_url: %pydio_base_url%
    api_url: %pydio_api_url%
    login: %pydio_login%
    password: %pydio_password%

```

parameters.yml

```
parameters:
    pydio_base_url: 'http://myPydioInstance'
    pydio_api_url: '/pydio/api/v2'
    pydio_login: 'pydioLogin'
    pydio_password: 'pydioPassword'

```

Services
--------

[](#services)

- pydio.directory\_service
    - List / Metadata / Create / Remove a folder inside a workspace or a folder
- pydio.file\_service
    - Create / Remove / get content of a file
- pydio.search\_service
    - Search (API V1) against a workspace or a directory

Contribute
==========

[](#contribute)

Create a PR with the associated tests.

Run tests :

```
vendor/bin/phpunit
or
vendor/bin/phpunit --filter DirectoryServiceTest

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~93 days

Total

4

Last Release

2677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c429f46d826a96644aa39a86ad00a6834bfa6b9190b7a62b8c42c53baf66b4b1?d=identicon)[jonag](/maintainers/jonag)

![](https://www.gravatar.com/avatar/3a644d41501105bc7aded710d1682ac2a3abdceaf9c02e97d1cb1d6e2607c9d9?d=identicon)[ttx-a5](/maintainers/ttx-a5)

---

Top Contributors

[![arnaudgoulpeau](https://avatars.githubusercontent.com/u/14837692?v=4)](https://github.com/arnaudgoulpeau "arnaudgoulpeau (2 commits)")[![thomasbeaujean](https://avatars.githubusercontent.com/u/5817919?v=4)](https://github.com/thomasbeaujean "thomasbeaujean (2 commits)")[![louismariegaborit](https://avatars.githubusercontent.com/u/15611563?v=4)](https://github.com/louismariegaborit "louismariegaborit (1 commits)")[![slandais-a5sys](https://avatars.githubusercontent.com/u/73123243?v=4)](https://github.com/slandais-a5sys "slandais-a5sys (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/a5sys-pydio-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/a5sys-pydio-bundle/health.svg)](https://phpackages.com/packages/a5sys-pydio-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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