Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 448 Bytes

PHP Library for OCLC Web Services

Installation

  1. Download the library and place it in a readable location on your web server.

  2. Include Autoloader.php in your PHP files when you need to use the library.

    <?php
      require_once '/path/to/lib/OCLC/Autoloader.php';
    ?>

About