Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 502 Bytes

Library Search Simple PHP API

Latest Stable Version

Full API docs available here: http://unikent.github.io/lib-php-librarysearch/

Add this to your composer require:

  • "unikent/lib-php-librarysearch": "dev-master"

Example Usage:

$url = new \unikent\LibrarySearch\URL();
$url->set_search_term("Example");
echo $url->get_search_url();