https://github.com/eufelipemateus/laravel-iptv-channels
This liabary package controls channels and generates a m3u8 list with all channels this libary works with iptv-cms project.
https://github.com/eufelipemateus/laravel-iptv-channels
channel channels channels-list channels-m3u8 iptv iptv-channels iptv-laravel iptv-playlist iptvchannels laravel laravel-package m3u8 m3u8-iptv php playlist
Last synced: about 1 month ago
JSON representation
This liabary package controls channels and generates a m3u8 list with all channels this libary works with iptv-cms project.
- Host: GitHub
- URL: https://github.com/eufelipemateus/laravel-iptv-channels
- Owner: eufelipemateus
- License: mit
- Created: 2017-09-14T15:53:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T02:42:07.000Z (12 months ago)
- Last Synced: 2025-04-10T07:43:42.285Z (about 1 month ago)
- Topics: channel, channels, channels-list, channels-m3u8, iptv, iptv-channels, iptv-laravel, iptv-playlist, iptvchannels, laravel, laravel-package, m3u8, m3u8-iptv, php, playlist
- Language: PHP
- Homepage: https://packagist.org/packages/felipemateus/iptv-channels
- Size: 110 KB
- Stars: 16
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel IPTV Channels - FelipeMateus\IPTVChannels
[](https://packagist.org/packages/felipemateus/iptv-channels) [](https://packagist.org/packages/felipemateus/iptv-channels) [](https://packagist.org/packages/felipemateus/iptv-channels) [](https://packagist.org/packages/felipemateus/iptv-channels) [](https://packagist.org/packages/felipemateus/iptv-channels)
This is a libary package create to generate and control channel list m3u8 using php Laravel this libary work to [iptv-cms](https://github.com/eufelipemateus/laravel-iptv-cms).

## Instaling
Tested in Laravel 9.0.
### Run the command below in root to install the package in your project
```bashcomposer require felipemateus/iptv-channels
```
### Verify this file 'config/app.php'
```php
[
...
FelipeMateus\IPTVChannels\IPTVProvider::class,
...];
```
### Migrate the database
```bash
php artisan migrate```
## Extra
- [more info about iptv-channels](https://felipemateus.com/blog/2021/08/pacote-gerenciador-de-canais-iptv-no-laravel)
- To add new locale compatibility you need contribute to [iptv-core](https://github.com/eufelipemateus/laravel-iptv-core/blob/main/src/Helpers/Locale.php) first.
- [Discord Channel to discussion about sugestion,Feature and etc.](https://discord.com/channels/885888529845076078/953528360615690270)
## License
[](https://packagist.org/packages/felipemateus/iptv-channels)
## Author
[Felipe Mateus](https://felipemateus.com)