Skip to content

leonverschuren/lenex-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lenex-php

This library is a PHP5 implementation of the Lenex file format. The format is commonly used in swimmeets and developed by Swimrankings. The library is able to read an uncompressed .lef file or a compressed .lxf file and transform it into objects.

The implementation in this library is based on Lenex version 3.0.

Usage

//namespace leonverschuren\Lenex\Parser;

$reader = new Reader();
$parser = new Parser();
$result = $parser->parseResult($reader->read(PATH_TO_FILE));

About

PHP Lenex 3.0 implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages