{"id":36335206,"url":"https://github.com/adcoin-project/api-php-wrapper","last_synced_at":"2026-01-11T12:05:20.160Z","repository":{"id":56940586,"uuid":"122313466","full_name":"adcoin-project/api-php-wrapper","owner":"adcoin-project","description":"Easy-to-use AdCoin Wallet API wrapper for PHP","archived":false,"fork":false,"pushed_at":"2018-02-28T10:12:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-24T19:18:24.958Z","etag":null,"topics":["adcoin-wallet-api","payment-gateway","php","php-wrapper","receive-payments"],"latest_commit_sha":null,"homepage":"https://www.getadcoin.com/api","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adcoin-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-21T09:04:17.000Z","updated_at":"2018-02-22T21:34:40.000Z","dependencies_parsed_at":"2022-08-21T01:40:33.460Z","dependency_job_id":null,"html_url":"https://github.com/adcoin-project/api-php-wrapper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/adcoin-project/api-php-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adcoin-project%2Fapi-php-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adcoin-project%2Fapi-php-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adcoin-project%2Fapi-php-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adcoin-project%2Fapi-php-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adcoin-project","download_url":"https://codeload.github.com/adcoin-project/api-php-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adcoin-project%2Fapi-php-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adcoin-wallet-api","payment-gateway","php","php-wrapper","receive-payments"],"created_at":"2026-01-11T12:05:19.592Z","updated_at":"2026-01-11T12:05:20.155Z","avatar_url":"https://github.com/adcoin-project.png","language":"PHP","readme":"# AdCoin API client for PHP\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/adcoin-project/api-php-wrapper.php/graphs/commit-activity)\n[![GitHub contributors](https://img.shields.io/github/contributors/adcoin-project/api-php-wrapper.svg)](https://GitHub.com/adcoin-project/api-php-wrapper/graphs/contributors/)\n[![GitHub issues](https://img.shields.io/github/issues/adcoin-project/api-php-wrapper.svg)](https://github.com/adcoin-project/api-php-wrapper/issues/)\n[![Packagist](https://img.shields.io/packagist/v/adcoin-project/api-php-wrapper.svg)]()\n[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/adcoin-project/)\n\nAccept payments in AdCoin on your website or inside your platform in minutes with the official AdCoin Payment Gateway. No fixed costs or punishing registration procedures. Receive payments anonymous and without transaction or registration costs for both the receiver and sender. \n\nThis project serves as an easy-to-use PHP wrapper for the functionalities provided by the AdCoin Wallet API.\nFurthermore, this repository contains a handful of example implementations utilizing the wrapper.\n\n## Requirements\n\n* Get yourself a free AdCoin Web Wallet account at [wallet.getadcoin.com](https://wallet.getadcoin.com). No sign up costs.\n* Click on your username in the right upper corner and go to ‘API Key’ and generate your key. \n* Now you’re ready to use the AdCoin API Client. \n* PHP \u003e= 5.3\n* PHP cURL extension\n\n## Receiving payments \n\nTo successfully receive a payment, these steps should be implemented:\n1.\tUse the AdCoin Payment Gateway client to start a new payment request. \n2.\tThe gateway redirects the user directly after the unconfirmed ACC amount is received within the Web wallet\n3.\tThe customer returns and after 5 minutes the webhook is called to check if the amount of AdCoin is already getting confirmed by the blockchain network. \n\n## Getting started\n\nInstall the library using [Composer](https://getcomposer.org):\n\n```shell\ncomposer require adcoin-project/api-php-wrapper\n```\n\nSee [examples](EXAMPLES.md) for an example implementation\n\n### Catching initial succesful payment\n\nThe redirectUrl only get’s called when a payment is succesful. Otherwise the user is getting returned to the previous page. After the payment is confirmed by the blockchain network, the webhookUrl is called with the definitive status.  \n\n## API documentation ##\n\nIf you wish to learn more about our API, please visit the [Official API Documentation](https://www.getadcoin.com/api). API Documentation is available in English.\n\n## Want to help us make our API client even better? ##\n\nWant to help us make our API client even better? We take [pull requests](https://github.com/adcoin-project/api-php-wrapper/pulls), sure.  AdCoin Click BV is hiring developers and system engineers. Interested? [Join us for a coffee](mailto:info@getadcoin.com).\n\n## License ##\n[BSD (Berkeley Software Distribution) License](https://opensource.org/licenses/bsd-license.php).\nCopyright (c) 2013-2018, AdCoin Click B.V.\n\n## Support ##\nContact: [www.getadcoin.com](https://www.getadcoin.com) — support@getadcoin.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadcoin-project%2Fapi-php-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadcoin-project%2Fapi-php-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadcoin-project%2Fapi-php-wrapper/lists"}