Download the PHP package tzsk/scrape-pod without Composer
On this page you can find all versions of the php package tzsk/scrape-pod. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tzsk/scrape-pod
More information about tzsk/scrape-pod
Files in tzsk/scrape-pod
Package scrape-pod
Short Description Search Podcast with Itunes and Digital Podcast. Podcast XML Scraper and Parser
License MIT
Homepage https://github.com/tzsk/scrape-pod
Informations about the package scrape-pod
Scrape Pod
Scrape Pod is a Podcast Searching and XML parsing tool. You can search podcasts from Itunes
or DigitalPodcast
. This tool is designed for Laravel 5.1 and above but this can be used outside laravel as well.
Install
Via Composer
Configure
If you are using Laravel 5.4 or Below you need to perform following steps to configure.
And if you are using this package outside Laravel then you don't have to perform these steps.
In your config/app.php
file place the Provider and alias like so.
Usage with Laravel
Searching Example:
At the top of any file use the namespace
;
Now, inside any method use it like this:
XML Parsing Example:
From the search results you can find the rss
feed url. You can use that URL or any other Feed URL you want.
This will give you the Sraped Result Set of any information found on that Feed URL.
Usage outside Laravel
At the top of any file use the namespace
;
Now, inside any method use it like this:
XML Parsing Example:
From the search results you can find the rss
feed url. You can use that URL or any other Feed URL you want.
This will give you the Sraped Result Set of any information found on that Feed URL.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Kazi Mainuddin Ahmed
- All Contributors
License
The MIT License (MIT). Please see License File for more information.