Skip to content

unikent/lib-php-librarysearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();