Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide shortcut functions #83

Closed
renanbr opened this issue Apr 3, 2020 · 1 comment
Closed

Provide shortcut functions #83

renanbr opened this issue Apr 3, 2020 · 1 comment

Comments

@renanbr
Copy link
Owner

renanbr commented Apr 3, 2020

This library could provide these shortcuts:

function parse_bibtex_file(string $filename, array $processors = []): array;
function parse_bibtex_string(string $bibtex, array $processors = []): array;

Usage:

use function RenanBr\BibTexParser\parse_bibtex_file;

$entries = parse_bibtex_file('/path/to/file.bib');
@renanbr
Copy link
Owner Author

renanbr commented Dec 9, 2020

closing in favour of #97

@renanbr renanbr closed this as completed Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant