2017 © Pedro Peláez
 

library lenex

Swimranking Lenex file format parser

image

leonverschuren/lenex

Swimranking Lenex file format parser

  • Sunday, March 13, 2016
  • by leonverschuren
  • Repository
  • 2 Watchers
  • 2 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

lenex-php

, (*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)

Usage

//namespace leonverschuren\Lenex\Parser;

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

The Versions

13/03 2016

dev-master

9999999-dev

Swimranking Lenex file format parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leon Verschuren