hab/picawriter
Classes for writing Pica+ records to PicaXML and PicaPlain
Maintainers
Requires
- hab/picarecord: ~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0+ e6837413a49b566912bba6a96b43d5c36b0bf783
- David Maus <maus.woop@hab.de>
This package is not auto-updated.
Last update: 2026-06-15 18:49:26 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.
