tonyhhyip / marc4php
This package is abandoned and no longer maintained.
No replacement package was suggested.
Marc Handle with PHP
1.0.0
2016-09-16 16:07 UTC
Requires
- php: >=5.4.1
- sabre/xml: ~1.4
- scriptotek/marc: ~0.2
Requires (Dev)
- phpunit/phpunit: ~4.0 | ~5.0
- symfony/var-dumper: ~2.8 | ~3.0
This package is not auto-updated.
Last update: 2022-06-07 08:47:13 UTC
README
A php library for handling MARC File and MARCXML. For detail of MARC, please see [Library of Congrees] (http://www.loc.gov/marc/).
##Install
You may install it by composer.
{
"require": {
"tonyhhyip/marc4php": "dev-master"
}
}
or clone it into your library
git clone git://github.com/tonyhhyip/marc4php.git