The primary goal of Xerxes is to provide a fully customizable and extendable interface to:
- Commercial library discovery systems, including Summon, Primo, and Ebsco Discovery
- No-cost web services, such as the Ebsco Integration Toolkit and the Worldcat API
- Federated search systems, including Metalib and Pazpar2
- Open source search engines like Solr
The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies:
cd my/project/dir
git clone git://github.com/dswalker/xerxes.git
cd xerxes
php composer.phar install