Download the PHP package discoverygarden/akubra_adapter without Composer

On this page you can find all versions of the php package discoverygarden/akubra_adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package akubra_adapter

Akubra Adapter

License: GPL v3

Introduction

Facilitates the access of Fedora3 data directly from Akubra-flavored filesystem storage.

Table of Contents

Requirements

This module requires the following modules/libraries:

Installation

Install as usual, see this for further information.

Configuration

Configuration to be done in site's settings.php files to configure the services:

Key Description Default
akubra_adapter_datastream_basepath The path to the datastream store to be read. (none; requires configuration)
akubra_adapter_datastream_pattern The folder/directory structure created within the datastream store. ##
akubra_adapter_object_basepath The path to the object store to be read. (none; requires configuration)
akubra_adapter_object_pattern The folder/directory structure created within the object store. ##

So, assuming a Fedora's "data" directory is mounted to /nfs/fedora_data, you might add to settings.php:

Ultimately, the *_pattern values need to match the configuration of the source data. For additional detail on their particular meaning, it might be easiest to reference the inline comments of the original Java code.

Environment variable Description Default
AKUBRA_ADAPTER_WRITE_PARANOIA Due to how migrations (or more specifically, rolling back migrations) might operate, it can be prudent to avoid allowing items through that are writable or in writable directories, such that they cannot potentially be deleted. By passing something false-y here, we will avoid pre-filtering when iterating over objects. (unset, which enables paranoia by default)

Usage

This module provides services that are collected by service collectors in the FOXML module. there's no direct usage outside of configuring it.

Troubleshooting/Issues

Having problems or solved one? contact discoverygarden.

Maintainers and Sponsors

Current maintainers:

Sponsors:

Development/Contribution

If you would like to contribute to this module, please check out github's helpful Contributing to projects documentation and Islandora community's Documention for developers to create an issue or pull request and/or contact discoverygarden.

License

GPLv3


All versions of akubra_adapter with dependencies

PHP Build Version
Package Version
Requires discoverygarden/foxml Version ^1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package discoverygarden/akubra_adapter contains the following files

Loading the files please wait ....