felipemateus / iptv-channels
This package controls the IPTV channel list and generates an m3u8 file using laravel.
Fund package maintenance!
eufelipemateus
Liberapay
www.paypal.com/donate?hosted_button_id=WV4K7MQZY5W3N
Installs: 767
Dependents: 2
Suggesters: 2
Security: 0
Stars: 16
Watchers: 3
Forks: 12
Open Issues: 0
Requires
- php: ^8.2
- felipemateus/iptv-core: 1.3
- laravel/framework: ^11
Suggests
- felipemateus/iptv-customers: Allows you to control customers, plans assigned to each channel.
README
This is a libary package create to generate and control channel list m3u8 using php Laravel this libary work to iptv-cms.
Instaling
Tested in Laravel 9.0.
Run the command below in root to install the package in your project
composer require felipemateus/iptv-channels
Verify this file 'config/app.php'
<?php ... 'providers' => [ ... FelipeMateus\IPTVChannels\IPTVProvider::class, ... ];
Migrate the database
php artisan migrate
Extra
-
To add new locale compatibility you need contribute to iptv-core first.
-
Discord Channel to discussion about sugestion,Feature and etc.