Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

## Introduction

PHP Lib is a collection (or 'library') of interfaces, classes and functions that are used by a variety of Islandora modules, most notably the Forms modules. It is used primarily to create pages that convert records in XML formats to a more human-readable version that is also able to be easily manipulated. This is done by a series of PHP files that Drupal includes when loading these pages.
PHP Lib is a collection (or 'library') of interfaces, classes and functions that are required by a variety of Islandora modules, most notably the Forms modules. It is used primarily to create pages that convert records in XML formats to a more human-readable version that is also able to be easily manipulated. This is done by a series of PHP files that Drupal includes when loading these pages.


## Requirements

N/A

## Installation

Install as usual, see [this](https://drupal.org/documentation/install/modules-themes/modules-7) for further information.
Despite being a library, php_lib is packaged as a Drupal module.
It should be installed in the modules folder and enabled as a module.

See [this](https://drupal.org/documentation/install/modules-themes/modules-7) for further information.

## Configuration

Expand Down