Download the PHP package bookeenweb/opds-parser without Composer
On this page you can find all versions of the php package bookeenweb/opds-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bookeenweb/opds-parser
More information about bookeenweb/opds-parser
Files in bookeenweb/opds-parser
Download bookeenweb/opds-parser
More information about bookeenweb/opds-parser
Files in bookeenweb/opds-parser
Please rate this library. Is it a good library?
Informations about the package opds-parser
OPDS-parser
PHP Parser ODPS compliant. This library is intended to parse OPDS feeds. Feed examples :
- http://www.feedbooks.com/catalog.atom
- http://longueuil.pretnumerique.ca/catalog.atom
- https://framabookin.org/b/opds/
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
use OpdsBundle\Business\OpdsParserBusiness;
...
/**
* @var OpdsParserBusiness
*/
private $odpsParser;
public function __construct()
{
$this->odpsParser = new OpdsParserBusiness();
...
}
Step 2: How to use
- parseFile : read an OPDS feed from a file
- parseURL : read an OPDS feed from an url
- parseSearchUrl : application/opensearchdescription+xml feed parser. Retrieve search urls
All versions of opds-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package bookeenweb/opds-parser contains the following files
Loading the files please wait ....