Download the PHP package a5sys/pydio-bundle without Composer
On this page you can find all versions of the php package a5sys/pydio-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pydio-bundle
PydioBundle
Access and manage resources from your Pydio instance.
Composer
Use composer to get the bundle
composer require "a5sys/pydio-bundle"
Activate the bundle
In the AppKernel, activate the bundle for the dev environment
new A5sys\PydioBundle\PydioBundle(),
Usage
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
- 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
Create a PR with the associated tests.
Run tests :
All versions of pydio-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/framework-bundle Version >=2.3
guzzlehttp/guzzle Version ^6.2@dev
symfony/framework-bundle Version >=2.3
guzzlehttp/guzzle Version ^6.2@dev
The package a5sys/pydio-bundle contains the following files
Loading the files please wait ....