{"id":34539738,"url":"https://github.com/codebar-ag/laravel-postfinance-b2b","last_synced_at":"2025-12-24T06:14:55.015Z","repository":{"id":169841361,"uuid":"645911419","full_name":"codebar-ag/laravel-postfinance-b2b","owner":"codebar-ag","description":"Postfinance B2B Service integration for Laravel","archived":false,"fork":false,"pushed_at":"2025-03-03T11:41:01.000Z","size":1043,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T06:38:47.037Z","etag":null,"topics":["laravel","package","php","postfinance"],"latest_commit_sha":null,"homepage":"https://www.postfinance.ch/","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/codebar-ag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null}},"created_at":"2023-05-26T18:30:28.000Z","updated_at":"2025-02-26T13:07:23.000Z","dependencies_parsed_at":"2024-02-21T20:43:45.720Z","dependency_job_id":"6cf2e2a7-374b-4276-8a40-e70058da708d","html_url":"https://github.com/codebar-ag/laravel-postfinance-b2b","commit_stats":null,"previous_names":["codebar-ag/laravel-postfinance-b2b"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/codebar-ag/laravel-postfinance-b2b","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar-ag%2Flaravel-postfinance-b2b","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar-ag%2Flaravel-postfinance-b2b/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar-ag%2Flaravel-postfinance-b2b/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar-ag%2Flaravel-postfinance-b2b/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebar-ag","download_url":"https://codeload.github.com/codebar-ag/laravel-postfinance-b2b/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebar-ag%2Flaravel-postfinance-b2b/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27996109,"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-12-24T02:00:07.193Z","response_time":83,"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":["laravel","package","php","postfinance"],"created_at":"2025-12-24T06:14:54.513Z","updated_at":"2025-12-24T06:14:55.004Z","avatar_url":"https://github.com/codebar-ag.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Usage\n\nInvoice download web services provided by PostFinance\n\n## 🚧 Testing\n\nCopy your own phpunit.xml-file.\n\n```bash\ncp phpunit.xml.dist phpunit.xml\n```\n\nModify environment variables in the phpunit.xml-file:\n\n```xml\n    \u003cenv name=\"POSTFINANCE_B2B_WSDL\" value=\"wds\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_CACHE_WSDL\" value=\"wsdl\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_USERNAME\" value=\"username\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_PASSWORD\" value=\"password\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_DEBUG\" value=\"debug\"/\u003e\n\n    \u003cenv name=\"POSTFINANCE_B2B_TESTS_PAYER_ID\" value=\"\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_TESTS_BILLER_ID\" value=\"\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_TESTS_TRANSACTION_ID\" value=\"\"/\u003e\n    \u003cenv name=\"POSTFINANCE_B2B_TESTS_FILE_TYPE\" value=\"RGXMLSIG\"/\u003e\n```\n\nRun the tests:\n\n```bash\n./vendor/bin/pest\n```\n\n## 📝 Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## ✏️ Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n```bash\nPOSTFINANCE_B2B_USERNAME=xxxxx POSTFINANCE_B2B_PASSWORD='XXXXX' POSTFINANCE_B2B_DEBUG=true composer test\n```\n\n### Code Style\n\n```bash\n./vendor/bin/pint\n```\n\n## 🧑‍💻 Security Vulnerabilities\n\nPlease review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.\n\n## 🙏 Credits\n\n- [Sebastian Bürgin-Fix](https://github.com/StanBarrows)\n- [All Contributors](../../contributors)\n- [Skeleton Repository from Spatie](https://github.com/spatie/package-skeleton-laravel)\n- [Laravel Package Training from Spatie](https://spatie.be/videos/laravel-package-training)\n\n## 🎭 License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebar-ag%2Flaravel-postfinance-b2b","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebar-ag%2Flaravel-postfinance-b2b","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebar-ag%2Flaravel-postfinance-b2b/lists"}