alaanor / blister-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v1.0.0) of this package.
Implementation of blister in php, a playlist handling library for Beat Saber
v1.0.0
2020-01-31 21:31 UTC
Requires
- php: >=7.4.0
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2020-05-13 09:55:56 UTC
README
Archived the format has never been fully released, depreciated in favor of blist.
Blister-php
A PHP implementation of the blister library accordingly to the SPEC.md
Dependencies
It require mongodb
from pecl, here are the installation instruction from the official php doc.
The reason of this dependency is that the blister format use BSON.
Limitation
- Unlike the implementation made by the author himself, I won't support the conversion from the legacy playlist model.
- Datetime precision is in seconds.
And of course, any PR to make changes is welcomed.
Tests
The tests are available under the tests/
directory.
# run the tests composer test