This package is abandoned and no longer maintained. No replacement package was suggested.

A fork of the DICE-UNC iRODS PHP API

0.2.1 2017-01-25 10:49 UTC

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