PHPackages                             zikwall/m3uparse - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. zikwall/m3uparse

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

zikwall/m3uparse
================

Go and PHP version parser different m3u playlists and EPG

7745PHP

Since Oct 27Pushed 6y ago2 watchersCompare

[ Source](https://github.com/zikwall/m3uparse)[ Packagist](https://packagist.org/packages/zikwall/m3uparse)[ RSS](/packages/zikwall-m3uparse/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (6)Used By (0)

Парсер плейлистов | Playlists Parser
====================================

[](#парсер-плейлистов--playlists-parser)

Данная библиотека - это сканер открытых плейлистов для создания едной базы плейлистов. Он собирает все в одну кучу, фильтрует и сортирует.

### Источники

[](#источники)

- [Forever (Common playlist)](https://webhalpme.ru/iptv-forever-samoobnovljaemyj-plejlist/)
- [vasiliy78L/myIPTV](https://github.com/vasiliy78L/myIPTV)
- [Бесплатный обновляемый плейлист от Great Crabs IPTV](https://4pda.ru/forum/index.php?showtopic=394145&st=4140#entry70709596)
- [Free Best TV](http://4pda.ru/pages/go/?u=http%3A%2F%2Ftopplay.do.am%2FFreeBestTV.m3u&e=84875135)
- [Огромный сборник по всему миру iptv-org/iptv](https://github.com/iptv-org/iptv)

Вы сами можете определить свой парсер.

### Источники телепрограммы

[](#источники-телепрограммы)

-
-
-
-
-
-
-  (полный)
- [https://iptvx.one/EPG\_LITE](https://iptvx.one/EPG_LITE) (без описаний)

### Roadmap

[](#roadmap)

- Auto directory generator &amp; downloader
- Common Aggregation Interface
    - Autolink local parser channels with grouping
    - Filter available channels in target playlist
    - Default parsers
    - Link to EPG services
    - Parser return Object Interface instead of array
    - Categories
    - Extra Options (for apps):
        - Use origin stream
        - Image
        - Use or not
        - Blocked
        - WebView URL
- Common EPG Aggregation Interface
- [Go3uparse](https://github.com/zikwall/go3uparse)

Installation PHP Packgist
-------------------------

[](#installation-php-packgist)

`composer require zikwall/m3uparse`

#### Develop mode

[](#develop-mode)

```
{
    "minimum-stability": "dev",
    "repositories": [
      {
    	  "type": "git",
    	  "url": "https://github.com/zikwall/m3uparse.git",
      }
    ],
    "require": {
    	"zikwall/m3uparse": "dev-develop"
    }
}
```

### How to use?

[](#how-to-use)

```
