hab/picawriter

Classes for writing Pica+ records to PicaXML and PicaPlain

v1.0.0 2015-08-07 09:17 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:15:18 UTC


README

About

PicaWriter provides classes for writing Pica+ records to PicaXML and PicaPlain.

PicaWriter is copyright (c) 2012-2015 by Herzog August Bibliothek Wolfenbüttel and released under the terms of the GNU General Public License v3.

Installation

You can install PicaWriter via Composer.

composer require hab/picawriter

Usage

All writers adhere to the same simple interface: You call the Writer::write() function with a record instance as argument and the function returns the record encoded in the respective output format.

Acknowledgements

The Phix project makes it easy to setup and maintain a package repository for a PEAR-installable package and integrates important tools such as PHPUnit, Phing, PEAR, and Pirum. Large parts of this package would not have been possible without studying the source of Pica::Record, an open source Perl library for handling Pica+ records by Jakob Voß, and the practical knowledge of our library’s catalogers.

Footnotes