maastrichtuniversity / irods-php
A fork of the DICE-UNC iRODS PHP API
Installs: 545
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 13
Open Issues: 2
pkg:composer/maastrichtuniversity/irods-php
Requires (Dev)
- php: >=5.3.0
- phpunit/phpunit: 4.2.*
- phpunit/phpunit-skeleton-generator: 2.0.1
This package is not auto-updated.
Last update: 2021-07-21 08:46:18 UTC
README
#irods-php
This is a fork of the official DICE-UNC iRODS PHP api.
Installation
Preferably through composer.
php composer.phar require "MaastrichtUniversity/irods-php"
Features and bug fixes compared to DICE-UNC version
- Support composer autoloading
- Cleaned up formatting
- Support proxy user (aka switch user)
- INT_RP reply support
- Support for special collections (mounted collections in particular) in different places (not all)
- Updated error codes to iRODS 4.1.5 (should work with later versions too)
- Fixes for PAM logins over SSL (thanks to Utrecht University)
- Sorting in GenQueries
- Misc. fixes