dev-master
9999999-devSwimranking Lenex file format parser
MIT
The Requires
- php >=5.5
- symfony/property-access ^2.3
The Development Requires
by Leon Verschuren
Wallogit.com
2017 © Pedro Peláez
Swimranking Lenex file format parser
, (*1)
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., (*2)
The implementation in this library is based on Lenex version 3.0., (*3)
//namespace leonverschuren\Lenex\Parser; $reader = new Reader(); $parser = new Parser(); $result = $parser->parseResult($reader->read(PATH_TO_FILE));
Swimranking Lenex file format parser
MIT