https://github.com/dreadnaut/phpstunts
A PHP library to read files from Stunts / 4D Sport Driving.
https://github.com/dreadnaut/phpstunts
dos php savegame
Last synced: about 1 year ago
JSON representation
A PHP library to read files from Stunts / 4D Sport Driving.
- Host: GitHub
- URL: https://github.com/dreadnaut/phpstunts
- Owner: dreadnaut
- Created: 2018-09-08T22:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T23:39:43.000Z (over 1 year ago)
- Last Synced: 2025-05-08T21:53:42.362Z (about 1 year ago)
- Topics: dos, php, savegame
- Language: PHP
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpStunts - Read Stunts files in PHP
phpStunts is a set of tools to read and handle information related to Stunts/4D Sport Driving data files.
It is used behind the scenes on [ZakStunts](http://zak.stunts.hu), the longest running Stunts competition.
More information will probably be available on the [forum](http://forum.stunts.hu) of the [Stunts Racing Portal](http://stunts.hu).
## Installation
You can use `composer` to add this library to your project:
```
composer require dreadnaut/phpstunts
```