simresults icon indicating copy to clipboard operation
simresults copied to clipboard

Sim racing result reader for PHP

Results 12 simresults issues
Sort by recently updated
recently updated
newest added

Data is now decoded by multiple readers. Would be better if this just happens once.

enhancement

Currently laps with a missing driver id are ignored. We should create that it will create a dummy participant with Unknown name. ``` /** * Test no exception on missing...

enhancement

The README states the following: ``` # Caching Some classes like Participant do heavy caching. So changing any value after calling sorting methods will be pointless. There are no cache...

enhancement

https://github.com/mauserrifle/simresults/blob/develop/lib/Simresults/Data/Reader/AssettoCorsaCompetizione.php#L55

enhancement

Refactor reader factory so other devs can easily add a reader without changing the library

enhancement

The [simresults.net](https://simresults.net) website has a customize tab with settings to assign points to drivers. This code is website only. It would be better if this is part of the library...

enhancement

Name of drivers are now hardcoded into the message string of incidents/penalties. It's better we always save the participants as object and put placeholders in the message strings so the...

enhancement