Description
Information
Filmow Parser for Laravel is a PHP class that allows you to get information from any title (movies and tv shows) from Filmow.com and easily integrate with your Laravel project in less than 2 minutes.
With this class you can grab the following info from any title:
- Title;
- Original Title;
- Poster URL;
- Release Year;
- Plot;
- Rating;
- Director;
- Runtime;
- Cast (grouped and individual);
- Genres (grouped and individual);
Compatibility
This class is compatible with any version of Laravel 5 or higher.
Requirements
It’s always recommended to use a VPS or an environment where Composer is available for Laravel applications.
Before purchasing, please make sure your server has Composer installed and has at least PHP 5.5.9 running.
Overall requirements of Laravel:
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension