Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 443 Bytes

Marc4php

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