Skip to content

jaylinski/xmltv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMLTV

Latest Stable Version Build Code Style

A library for generating XMLTV files.

Installation

Install the latest version with

$ composer require jaylinski/xmltv

Usage

<?php

use XmlTv\Tv;
use XmlTv\XmlTv;

require __DIR__.'/vendor/autoload.php';

$xml = XmlTv::generate(new Tv(), $validate = true);

Sources

You can write your own source by implementing the XmlTv\Tv\Source interface.

Copyright and license

Copyright © Jakob Linskeseder

XMLTV is licensed under the MIT License - see the LICENSE file for details.

About

A library for generating XMLTV files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages