bookeenweb/opds-parser
PHP library for parsing OPDS-compliant catalog feeds. Fetch and parse feeds from a local file or URL, and extract OpenSearch search endpoints from opensearchdescription XML to help build catalog search features.
PHP Parser ODPS compliant. This library is intended to parse OPDS feeds. Feed examples :
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require bookeenweb/opds-parser
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
use OpdsBundle\Business\OpdsParserBusiness;
...
/**
* @var OpdsParserBusiness
*/
private $odpsParser;
public function __construct()
{
$this->odpsParser = new OpdsParserBusiness();
...
}
How can I help you explore Laravel packages today?