8000 GitHub - hitolaus/php-navix: PHP classes for parsing Navi-X PLX and NIPL files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hitolaus/php-navix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

navix-php

PHP classes for parsing Navi-X playlists and NIPL.

PLX Parser

<?php
require_once('plx_parser.php');

$p = new PlxParser("http://navix.turner3d.net/playlist/week.plx");

$e = $p->next();
while(isset($e)) {

}
?>

NIPL parser

<?php
require_once('nipl_parser.php');

$n = new NiplParser("http://www.navixtreme.com/proc/vidxden", "http://www.vidxden.com/5n10nnryx6aw");

$e = $n->parse();
?>

About

PHP classes for parsing Navi-X PLX and NIPL files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0