Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Mar 28, 2024
1 parent 23ea68f commit f77bf86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# MODS Metadata Reader for PHP

Read [MODS](https://www.loc.gov/standards/mods/) XML into PHP objects that offer some convenient data extraction methods.

Requires at least PHP 7.4.

## Usage

* Create new instance of reader and pass the MODS XML as SimpleXMLElement.

## TODOs:

* Add missing reading for metadata (currently only the reading of top-level elements is implemented)
* Add test coverage

0 comments on commit f77bf86

Please sign in to comment.