unikent / lib-php-librarysearch
Library Search PHP library.
Installs: 10 808
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 0
Open Issues: 1
Requires
- php: >=5.3
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-26 14:03:27 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();