Download the PHP package researchgate/converter without Composer
On this page you can find all versions of the php package researchgate/converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download researchgate/converter
More information about researchgate/converter
Files in researchgate/converter
Download researchgate/converter
More information about researchgate/converter
Files in researchgate/converter
Vendor researchgate
Package converter
Short Description A small library to convert different bibliography formats into each other. Forked from 'geissler/converter'.
License MIT
Homepage https://github.com/researchgate/converter
Package converter
Short Description A small library to convert different bibliography formats into each other. Forked from 'geissler/converter'.
License MIT
Homepage https://github.com/researchgate/converter
Please rate this library. Is it a good library?
Informations about the package converter
Converter
Forked from geissler/converter. Thank you for your amazing contributions 🙏.
A small library to convert the input data for different literature standards like BibTeX, CSL etc. into each other.
Supported formats:
Installation
Via composer
Just require the researchgate/converter
package as below:
Other
Make sure you are using a PSR-4 compatible autoloader.
Usage
To convert from one standard to an other:
Adding a standard
To implement a new standard is quite simple:
- Create a copy of the folder src/Geissler/Converter/Standard/Template
- Change the name to the new standard.
- Rename also the Template.php file to the name of the standard
- Replace every occurence of Template in the files Creator.php, Parser.php and Template.php with the name of the new standard.
- Implement the methods create and retrieve in Creator.php
- Implement the methods parse and retrieve in Parser.php
- Don't forget to write your PHPUnit tests and follow the PSR-12 coding standard
All versions of converter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 | ^8.0 | ^8.1 | ^8.2
ext-json Version *
researchgate/libris Version ^2.4.0
ext-json Version *
researchgate/libris Version ^2.4.0
The package researchgate/converter contains the following files
Loading the files please wait ....