audiolabs/bibtexparser

PHP 5.3 的 BibTeX 解析器

1.0.0 2020-08-24 07:09 UTC

This package is not auto-updated.

Last update: 2024-09-26 20:04:52 UTC


README

PHP 的 BibTeX 解析器,支持自动加载和 composer。

Build Status

安装

将 audiolabs/bibtexparser 添加到 composer.json 的需求中

{
    "require": {
        "audiolabs/bibtexparser": "dev-master"
    }
}

然后运行 composer updatecomposer install