{"id":33996900,"url":"https://github.com/hnworisa/wallets-africa-php","last_synced_at":"2026-04-09T00:32:08.064Z","repository":{"id":62534664,"uuid":"302203488","full_name":"hnworisa/wallets-africa-php","owner":"hnworisa","description":"PHP wrapper for the Wallets Africa API","archived":false,"fork":false,"pushed_at":"2020-10-23T20:58:12.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T20:50:52.915Z","etag":null,"topics":["php-wrapper","walletsafrica"],"latest_commit_sha":null,"homepage":"","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/hnworisa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-08T01:34:36.000Z","updated_at":"2020-10-23T20:57:38.000Z","dependencies_parsed_at":"2022-11-02T14:47:10.429Z","dependency_job_id":null,"html_url":"https://github.com/hnworisa/wallets-africa-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hnworisa/wallets-africa-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnworisa%2Fwallets-africa-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnworisa%2Fwallets-africa-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnworisa%2Fwallets-africa-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnworisa%2Fwallets-africa-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hnworisa","download_url":"https://codeload.github.com/hnworisa/wallets-africa-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnworisa%2Fwallets-africa-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["php-wrapper","walletsafrica"],"created_at":"2025-12-13T08:48:23.191Z","updated_at":"2026-04-09T00:32:08.025Z","avatar_url":"https://github.com/hnworisa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wallets-africa-php\nA PHP wrapper for the [Wallets Africa](https://wallets.africa/) API\n\n## Installation\nInstall the library using Composer. Please read the [Composer Documentation](https://getcomposer.org/doc/01-basic-usage.md) if you're unfamiliar with Composer or dependency managers in general.\n\n```bash\ncomposer require remeni/wallets-africa-php\n```\n\n## Usage\nBefore  using the Wallets Africa API, you'll need to request for API Keys at [Wallets Africa site](https://wallets.africa/)\n```php\nrequire('vendor/autoload.php');\n\nuse Remeni\\WalletsAfrica\\Configuration;\nuse Remeni\\WalletsAfrica\\ApiException;\nuse Remeni\\WalletsAfrica\\WalletsAfrica;\n\n$configuration = new Configuration([\n    'publicKey' =\u003e 'YOUR_PUBLIC_KEY',\n    'secretKey' =\u003e 'YOUR_SECRET_KEY',\n    'currency' =\u003e 'NGN'\n]);\n$client = new WalletsAfrica($configuration);\n\ntry {\n    $response = $client-\u003eaccount-\u003echeckBalance();\n\n    if ($response-\u003egetStatusCode() == 200) {\n        // Successful\n    }\n} catch (ApiException $e) {\n    if ($e-\u003egetResponseBody()) {\n        // No response from the server\n    } else {\n        // Response was returned from the server\n    }\n}\n```\n\n### Supported API Calls\n* Account\n* Airtime\n* Identity\n* Wallet\n* Payout\n\n\n## Contributing\nYou can contribute to the project in multiple ways:\n* Write Documentation\n* Implement features\n* Fix bugs\n* Add unit and functional tests\n\n### Code style and structure\nThe coding style must conform with [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), the easiet way to apply the conventions is to install [PHP_CodeSniffer](https://pear.php.net/package/PHP_CodeSniffer)\n\n## Additional resources\nAdditional resources are available at:\n* [API Documentation](https://documenter.getpostman.com/view/10058163/SWLk4RPL?version=latest)\n## License\nThe MIT License (MIT). Please see [License File](https://github.com/remeni/wallets-africa-php/blob/master/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnworisa%2Fwallets-africa-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhnworisa%2Fwallets-africa-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnworisa%2Fwallets-africa-php/lists"}