audiolabs/bibtexparser

Bibtex parser for PHP 5.3

Installs: 505 410

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 6

Forks: 6

Open Issues: 3

pkg:composer/audiolabs/bibtexparser

1.0.0 2020-08-24 07:09 UTC

This package is not auto-updated.

Last update: 2026-01-16 01:38:41 UTC


README

Bibtex parser for PHP, autoloading- and composer-compliant.

Build Status

Installation

Add audiolabs/bibtexparser as a requirement to composer.json:

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

Then run composer update or composer install