unikent/lib-php-librarysearch

There is no license information available for the latest version (2.0) of this package.

Library Search PHP library.

2.0 2017-07-24 15:31 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:49:41 UTC


README

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