Alaanor / blister-php

A PHP implementation of the blister library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A PHP implementation of the blister library

License:MIT License


Languages

Language:PHP 100.0%