2017 © Pedro Peláez
 

library sru

image

ck/sru

  • Friday, October 25, 2013
  • by collidoscope
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DEPRECATED

php-sru-search, (*1)

A very simple PHP SRU search client, (*2)

Usage

require_once("SRUSearch.php");
use CK\SRUSearch;
$search = new CK\SRUSearch\SRUSearch("http://services.d-nb.de/sru/zdb","1.1","MARC21-xml","http://my.http-proxy.de",3333,null,1,10);
echo $search->searchRetrieve(urlencode("title=European journal of soil biology"));

params for SRUSearch

  • @param string $url The base URL of the SRU service
  • @param string $version The value for SRU param version
  • @param string $schema he value for SRU param recordSchema
  • @param null|string $purl The proxy URL
  • @param null|int $pp default The proxy port
  • @param null|string $packing The value for SRU param recordPacking
  • @param null|int $start The value for SRU param startRecord
  • @param null|int $maximum The value for SRU param maximumRecords

Install using composer

{
    "require": {
       "ck/sru": "dev-master""
    }
}

The Versions

25/10 2013

1.1.x-dev

1.1.9999999.9999999-dev

  Sources   Download

The Requires

  • php >=5.3.0

 

25/10 2013

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.3.0