{"id":15077840,"url":"https://github.com/funstaff/reflibrisbundle","last_synced_at":"2026-01-28T01:06:12.672Z","repository":{"id":62508030,"uuid":"78112998","full_name":"Funstaff/RefLibRisBundle","owner":"Funstaff","description":"This bundle provide an interface for RefLibRis Lib","archived":false,"fork":false,"pushed_at":"2018-09-28T13:30:43.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T02:14:13.574Z","etag":null,"topics":["bundle","endnote","symfony-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Funstaff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-05T12:56:52.000Z","updated_at":"2018-09-28T13:30:20.000Z","dependencies_parsed_at":"2022-11-02T12:46:12.204Z","dependency_job_id":null,"html_url":"https://github.com/Funstaff/RefLibRisBundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Funstaff%2FRefLibRisBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Funstaff%2FRefLibRisBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Funstaff%2FRefLibRisBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Funstaff%2FRefLibRisBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Funstaff","download_url":"https://codeload.github.com/Funstaff/RefLibRisBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885891,"owners_count":20363644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundle","endnote","symfony-bundle"],"created_at":"2024-09-25T04:32:57.342Z","updated_at":"2026-01-28T01:06:12.642Z","avatar_url":"https://github.com/Funstaff.png","language":"PHP","readme":"RefLibRisBundle\n===\n\n[![Build Status](https://travis-ci.org/Funstaff/RefLibRisBundle.svg?branch=master)](https://travis-ci.org/Funstaff/RefLibRisBundle)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Funstaff/RefLibRisBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Funstaff/RefLibRisBundle/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/Funstaff/RefLibRisBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Funstaff/RefLibRisBundle/?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/funstaff/ref-lib-ris-bundle/v/stable)](https://packagist.org/packages/funstaff/ref-lib-ris-bundle)\n[![License](https://poser.pugx.org/funstaff/ref-lib-ris-bundle/license)](https://packagist.org/packages/funstaff/ref-lib-ris-bundle)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f7eaf3b4-f3a8-4918-b701-8e5f8237cfba/mini.png)](https://insight.sensiolabs.com/projects/f7eaf3b4-f3a8-4918-b701-8e5f8237cfba)\n\n* Author: Bertrand Zuchuat \u003cbertrand.zuchuat@gmail.com\u003e\n* License: MIT\n\nThis bundle provide an interface for [Funstaff RefLibRis](https://github.com/Funstaff/RefLibRis)\n\n\n## Configuration\n\n__Minimal configuration__\n```yml\nref_lib_ris:\n    fallback: 'default'\n    mappings:\n        default:\n            TY: ['type']\n            AU: ['creator', 'author']\n            SN: ['isbn', 'issn']\n        BOOK:\n            TY: ['type']\n            AU: ['creator', 'author']\n            ...\n```\n\n__Full configuration__\n```yml\nref_lib_ris:\n    classes:\n        ris_mappings: 'Funstaff\\RefLibRis\\RisMappings'\n        record_processing: 'Funstaff\\RefLibRis\\RecordProcessing'\n        ris_definition: 'Funstaff\\RefLibRis\\RisDefinition'\n        ris_writer: 'Funstaff\\RefLibRis\\RisWriter'\n    fallback: 'default'\n    mappings:\n        default:\n            TY: ['type']\n            AU: ['creator', 'author']\n            SN: ['isbn', 'issn']\n        BOOK:\n            TY: ['type']\n            AU: ['creator', 'author']\n            ...\n```\n\n## Use\n```php\n$recordDb = [\n    'type' =\u003e ['BOOK'],\n    'author' =\u003e ['Book Author'],\n    'title' =\u003e ['Book Title'],\n];\n\nrecord = $this-\u003eget('ref_lib_ris.record_processing')\n            -\u003eprocess($recordDb);\n$ris = $this-\u003eget('ref_lib_ris.ris_writer')\n            -\u003eaddRecord($record)\n            -\u003eprocess();\n```\n\n## Found a bug\n\nIf you found a bug, *please* let me know. The best way is to file a report at \n[http://github.com/funstaff/RefLibRisBundle/issues](http://github.com/funstaff/RefLibRisBundle/issues).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunstaff%2Freflibrisbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunstaff%2Freflibrisbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunstaff%2Freflibrisbundle/lists"}