{"id":13556928,"url":"https://github.com/fellwell5/bezahlcode","last_synced_at":"2025-04-03T10:31:45.378Z","repository":{"id":54565048,"uuid":"128068562","full_name":"fellwell5/bezahlcode","owner":"fellwell5","description":"Generates SEPA QR-Codes for money transfer","archived":false,"fork":false,"pushed_at":"2021-11-07T14:40:54.000Z","size":77,"stargazers_count":27,"open_issues_count":2,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-04T06:35:25.270Z","etag":null,"topics":["banking","bezahlcode","girocode","iban","money","sepa","transfer"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fellwell5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T13:47:43.000Z","updated_at":"2024-09-30T10:07:17.000Z","dependencies_parsed_at":"2022-08-13T19:50:47.294Z","dependency_job_id":null,"html_url":"https://github.com/fellwell5/bezahlcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellwell5%2Fbezahlcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellwell5%2Fbezahlcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellwell5%2Fbezahlcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellwell5%2Fbezahlcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fellwell5","download_url":"https://codeload.github.com/fellwell5/bezahlcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246984664,"owners_count":20864488,"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":["banking","bezahlcode","girocode","iban","money","sepa","transfer"],"created_at":"2024-08-01T12:04:05.211Z","updated_at":"2025-04-03T10:31:44.957Z","avatar_url":"https://github.com/fellwell5.png","language":"PHP","funding_links":[],"categories":["PHP","others"],"sub_categories":[],"readme":"# Bezahlcode\nGenerates SEPA QR-Codes for money transfer\n\n## Prerequisite\n\nphp GD2 extension must be installed\n\n## Get started\nCopy \"bezahlcode.class.php\" and \"phpqrcode.php\" to your desired location.\n\"phpqrcode.php\" is only needed if you want to generate the QRCodes local, it is possible to use the Google QRcode API.\n\n```php\nrequire \"bezahlcode.class.php\";\n\n$bezahlcode = new Bezahlcode(\"IBAN\", \"BIC\", \"bankaccount owner\");\n$bezahlcode-\u003egeneratePayload(\"usage\", \"amount\");\n```\n\nYou can get the code as base 64:\n```php\n$base64 = $bezahlcode-\u003egenerateBase64(); // Specified filetypes can be: jpg, png, gif; defaults to jpg\necho \"\u003cimg src='$base64' alt='Bezahlcode' /\u003e\";\n```\n\nor save the code as image file\n```php\n$bezahlcode-\u003esaveImage(\"output.jpg\");\n$bezahlcode-\u003esaveImage(\"output.png\", \"png\"); // Specified filetypes can be: jpg, png, gif; defaults to jpg\n```\n\nor output the Bezahlcode to the webbrowser\n```php\n$bezahlcode-\u003eoutputImage();\n$bezahlcode-\u003eoutputImage(\"jpg\"); // Specified filetypes can be: jpg, png, gif; defaults to jpg\n```\n\nThere are two optional arguments for the constructor.\n```php\n/**\n * @param string $iban\n *\n * @param string $bic\n *\n * @param string $name Name of the bank account owner.\n *\n * @param string $qrprovider (optional)\n * \t\tDefaults to 'phpqrcode'.\n * \t\toptions are 'phpqrcode' or 'google'\n *\n * @param boolean $use_frame (optional) Use Bezahlcode-Frame around the QRcode. Defined by the public variable $base64_frame\n */\n$bezahlcode = new Bezahlcode(\"IBAN\", \"BIC\", \"bankaccount owner\", \"phpqrcode\", true);\n```\n\n# API\nIf you don't want to install the class, you can also use our api:\nhttps://dev.matthiasschaffer.com/bezahlcode/api.php?iban=[IBAN]\u0026bic=[BIC]\u0026name=[bankaccountowner]\u0026usage=[usage]\u0026amount=[amount]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffellwell5%2Fbezahlcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffellwell5%2Fbezahlcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffellwell5%2Fbezahlcode/lists"}