{"id":27788045,"url":"https://github.com/interledger/open-payments-php","last_synced_at":"2025-04-30T16:53:33.735Z","repository":{"id":262709243,"uuid":"881487471","full_name":"interledger/open-payments-php","owner":"interledger","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T07:26:27.000Z","size":222,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-30T16:53:27.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interledger.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-31T17:07:41.000Z","updated_at":"2025-04-28T11:12:50.000Z","dependencies_parsed_at":"2024-11-13T21:36:53.201Z","dependency_job_id":"41d9f538-727e-48bd-a81d-88a67a38b060","html_url":"https://github.com/interledger/open-payments-php","commit_stats":null,"previous_names":["interledger/open-payments-php"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fopen-payments-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fopen-payments-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fopen-payments-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fopen-payments-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger","download_url":"https://codeload.github.com/interledger/open-payments-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748921,"owners_count":21637412,"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":[],"created_at":"2025-04-30T16:53:33.048Z","updated_at":"2025-04-30T16:53:33.723Z","avatar_url":"https://github.com/interledger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Open Payments SDK\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/interledger/open-payments/main/docs/public/img/logo.svg\" width=\"700\" alt=\"Open Payments\"\u003e\n\u003c/p\u003e\n\n## What is Open Payments?\n\nOpen Payments is an open API standard that can be implemented by account servicing entities (e.g. banks, digital wallet providers, and mobile money providers) to facilitate interoperability in the setup and completion of payments for different use cases including:\n\n- [Web Monetization](https://webmonetization.org)\n- Tipping/Donations (low value/low friction)\n- eCommerce checkout\n- P2P transfers\n- Subscriptions\n- Invoice Payments\n\nAn Open Payments server runs two sub-systems, a **resource server** which exposes APIs for performing functions against the\nunderlying accounts and and **authorisation server** which exposes APIs compliant with the\n[GNAP](https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol) standard for getting grants to access the resource server\nAPIs.\n\nThis repository hosts the PHP Open API Specifications of the two APIs which are published along with additional documentation at\nhttps://openpayments.dev.\n\n## Dependencies\n\n- [Interledger](https://interledger.org/developers/rfcs/interledger-protocol/)\n- PHP 8.3\n- Sodium extension - for generating keys\n- BCMath extension - for big numbers comparisons\n- bakame/http-structured-fields - used in http signature\n- justinrainbow/json-schema - for json schema validation\n\n### New to Interledger?\n\nNever heard of Interledger before? Or would you like to learn more? Here are some excellent places to start:\n\n- [Interledger Website](https://interledger.org/)\n- [Interledger Specification](https://interledger.org/developers/rfcs/interledger-protocol/)\n- [Interledger Explainer Video](https://twitter.com/Interledger/status/1567916000074678272)\n- [Open Payments](https://openpayments.dev/)\n- [Web monetization](https://webmonetization.org/)\n\n## Open Payments Catchup Call\n\nOur catchup calls are open to our community. We have them every other Wednesday at 13:00 GMT, via Google Meet.\n\nVideo call link: https://meet.google.com/htd-eefo-ovn\n\nOr dial: (DE) +49 30 300195061 and enter this PIN: 105 520 503#\n\nMore phone numbers: https://tel.meet/htd-eefo-ovn?hs=5\n\n[Add to Google Calendar](https://calendar.google.com/calendar/event?action=TEMPLATE\u0026tmeid=MDNjYTdhYmE5MTgwNGJhMmIxYmU0YWFkMzI2NTFmMjVfMjAyNDA1MDhUMTIwMDAwWiBjX2NqMDI3Z21oc3VqazkxZXZpMjRkOXB2bXQ0QGc\u0026tmsrc=c_cj027gmhsujk91evi24d9pvmt4%40group.calendar.google.com\u0026scp=ALL)\n\n## Local Development Environment\n\nrun tests:\n```\n./vendor/bin/phpunit tests\n```\n\nrun pint:\n```\n./vendor/bin/pint\n```\n\n\nExdended Open Payments documentation: [Open Payments](https://openpayments.dev/) \n\n\nSnippets library: [Open Payments Php Snippets](https://github.com/interledger/open-payments-php-snippets)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger%2Fopen-payments-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger%2Fopen-payments-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger%2Fopen-payments-php/lists"}