unikent/lib-php-librarysearch

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

Library Search PHP library.

Installs: 11 427

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 0

Open Issues: 1

pkg:composer/unikent/lib-php-librarysearch

2.0 2017-07-24 15:31 UTC

This package is not auto-updated.

Last update: 2025-10-11 19:00:55 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();