{"id":30292483,"url":"https://github.com/remindgmbh/businesscard","last_synced_at":"2025-08-17T00:34:18.712Z","repository":{"id":56597023,"uuid":"306764901","full_name":"remindgmbh/businesscard","owner":"remindgmbh","description":"This library provides an object oriented aproach for generating vCard files.","archived":false,"fork":false,"pushed_at":"2022-06-07T14:08:35.000Z","size":197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-27T20:57:06.433Z","etag":null,"topics":["library","php","vcard"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remindgmbh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-23T23:05:10.000Z","updated_at":"2024-05-30T09:00:24.000Z","dependencies_parsed_at":"2022-08-15T21:40:25.492Z","dependency_job_id":null,"html_url":"https://github.com/remindgmbh/businesscard","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/remindgmbh/businesscard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remindgmbh%2Fbusinesscard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remindgmbh%2Fbusinesscard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remindgmbh%2Fbusinesscard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remindgmbh%2Fbusinesscard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remindgmbh","download_url":"https://codeload.github.com/remindgmbh/businesscard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remindgmbh%2Fbusinesscard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270791280,"owners_count":24645781,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["library","php","vcard"],"created_at":"2025-08-17T00:34:18.011Z","updated_at":"2025-08-17T00:34:18.697Z","avatar_url":"https://github.com/remindgmbh.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REMIND - Businesscard library\n\nThis library provides an object oriented aproach for generating vCard files.\n\n[travis-img]: https://img.shields.io/travis/remindgmbh/businesscard.svg?style=flat-square\n[codecov-img]: https://img.shields.io/codecov/c/github/remindgmbh/businesscard.svg?style=flat-square\n[php-v-img]: https://img.shields.io/packagist/php-v/remind/businesscard?style=flat-square\n[github-issues-img]: https://img.shields.io/github/issues/remindgmbh/businesscard.svg?style=flat-square\n[contrib-welcome-img]: https://img.shields.io/badge/contributions-welcome-blue.svg?style=flat-square\n[license-img]: https://img.shields.io/github/license/remindgmbh/businesscard.svg?style=flat-square\n[styleci-img]: https://styleci.io/repos/306764901/shield\n\n[![travis-img]](https://travis-ci.com/github/remindgmbh/businesscard)\n[![codecov-img]](https://codecov.io/gh/remindgmbh/businesscard)\n[![styleci-img]](https://github.styleci.io/repos/306764901)\n[![php-v-img]](https://packagist.org/packages/remind/businesscard)\n[![github-issues-img]](https://github.com/remindgmbh/businesscard/issues)\n[![contrib-welcome-img]](https://github.com/remindgmbh/businesscard/blob/master/CONTRIBUTING.md)\n[![license-img]](https://github.com/remindgmbh/businesscard/blob/master/LICENSE)\n\n--------------------------------------------------------------------------------\n\n## DESCRIPTION\n\nBecause of the new reserved keyword ```fn``` in PHP 7.4 this library currently\ndoes not offer support for this PHP version.\n\n### vCard\nThis implementation is incomplete at the moment as not all fields and parameters\nof the vCard rfc6350 are fully implemented.\n\nSupports v2.1, 3.0 and 4.0 for all elements.\n\n### xCard\nImplementation pending.\n\n### jCard\nImplementation pending.\n\n### hCard\nImplementation pending.\n\n--------------------------------------------------------------------------------\n\n## HOW TO USE\n\n```php\n\u003c?php\n\nuse Remind\\BusinessCard\\VCard;\nuse Remind\\BusinessCard\\Property\\Func;\nuse Remind\\BusinessCard\\Property\\N;\nuse Remind\\BusinessCard\\Property\\Version;\n\n$version = new Version();\n$version-\u003esetVersion(Version::VERSION_4_0);\n\n$vCard = new VCard($version);\n\n$n = new N();\n$n-\u003esetGivenName('John');\n$n-\u003esetFamilyName('Doe');\n\n$fn = new Func('John Doe');\n\n$vCard-\u003eaddProperty($n);\n$vCard-\u003eaddProperty($fn);\n\necho $vCard;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremindgmbh%2Fbusinesscard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremindgmbh%2Fbusinesscard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremindgmbh%2Fbusinesscard/lists"}