{"id":15296435,"url":"https://github.com/brokeyourbike/fcmb-api-client-php","last_synced_at":"2025-10-06T02:21:14.666Z","repository":{"id":45095335,"uuid":"420217093","full_name":"brokeyourbike/fcmb-api-client-php","owner":"brokeyourbike","description":"First City Monument Bank API Client for PHP","archived":false,"fork":false,"pushed_at":"2025-09-12T15:37:14.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-12T18:13:46.179Z","etag":null,"topics":["api","api-client","api-client-php","fcmb","first-city-monument-bank","hacktoberfest","nigeria-api","php","php8"],"latest_commit_sha":null,"homepage":"https://fcmb.com","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brokeyourbike.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"brokeyourbike","open_collective":"brokeyourbike"}},"created_at":"2021-10-22T19:20:21.000Z","updated_at":"2025-09-12T15:37:04.000Z","dependencies_parsed_at":"2024-09-30T18:10:31.294Z","dependency_job_id":null,"html_url":"https://github.com/brokeyourbike/fcmb-api-client-php","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.2857142857142857,"last_synced_commit":"c70cdda4354f17a25d03aafc31b7934fbc5ebb55"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/brokeyourbike/fcmb-api-client-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokeyourbike%2Ffcmb-api-client-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokeyourbike%2Ffcmb-api-client-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokeyourbike%2Ffcmb-api-client-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokeyourbike%2Ffcmb-api-client-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brokeyourbike","download_url":"https://codeload.github.com/brokeyourbike/fcmb-api-client-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brokeyourbike%2Ffcmb-api-client-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278548011,"owners_count":26004816,"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-10-06T02:00:05.630Z","response_time":65,"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":["api","api-client","api-client-php","fcmb","first-city-monument-bank","hacktoberfest","nigeria-api","php","php8"],"created_at":"2024-09-30T18:10:28.978Z","updated_at":"2025-10-06T02:21:14.618Z","avatar_url":"https://github.com/brokeyourbike.png","language":"PHP","funding_links":["https://github.com/sponsors/brokeyourbike","https://opencollective.com/brokeyourbike"],"categories":[],"sub_categories":[],"readme":"# fcmb-api-client\n\n[![Latest Stable Version](https://img.shields.io/github/v/release/brokeyourbike/fcmb-api-client-php)](https://github.com/brokeyourbike/fcmb-api-client-php/releases)\n[![Total Downloads](https://poser.pugx.org/brokeyourbike/fcmb-api-client/downloads)](https://packagist.org/packages/brokeyourbike/fcmb-api-client)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d38ab570bbbdbe2ac34e/maintainability)](https://codeclimate.com/github/brokeyourbike/fcmb-api-client-php/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/d38ab570bbbdbe2ac34e/test_coverage)](https://codeclimate.com/github/brokeyourbike/fcmb-api-client-php/test_coverage)\n\nFirst City Monument Bank API Client for PHP\n\n## Installation\n\n```bash\ncomposer require brokeyourbike/fcmb-api-client\n```\n\n## Usage\n\n```php\nuse BrokeYourBike\\FirstCityMonumentBank\\Client;\nuse BrokeYourBike\\FirstCityMonumentBank\\Interfaces\\ConfigInterface;\n\nassert($config instanceof ConfigInterface);\nassert($httpClient instanceof \\GuzzleHttp\\ClientInterface);\nassert($psrCache instanceof \\Psr\\SimpleCache\\CacheInterface);\n\n$apiClient = new Client($config, $httpClient, $psrCache);\n$apiClient-\u003efetchAuthTokenRaw();\n```\n\n## Authors\n- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)\n\n## License\n[Mozilla Public License v2.0](https://github.com/brokeyourbike/fcmb-api-client-php/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrokeyourbike%2Ffcmb-api-client-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrokeyourbike%2Ffcmb-api-client-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrokeyourbike%2Ffcmb-api-client-php/lists"}