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
Requires
- php: >=5.3
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-14 20:56:53 UTC
README
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();