{"id":22608929,"url":"https://github.com/bitfinexcom/bitfinex-api-php","last_synced_at":"2025-04-11T06:14:06.534Z","repository":{"id":62494586,"uuid":"409620581","full_name":"bitfinexcom/bitfinex-api-php","owner":"bitfinexcom","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-08T14:08:02.000Z","size":628,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T06:13:58.438Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitfinexcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-23T14:15:19.000Z","updated_at":"2023-06-10T10:48:20.000Z","dependencies_parsed_at":"2022-11-02T11:46:01.478Z","dependency_job_id":null,"html_url":"https://github.com/bitfinexcom/bitfinex-api-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbitfinex-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbitfinex-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbitfinex-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbitfinex-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitfinexcom","download_url":"https://codeload.github.com/bitfinexcom/bitfinex-api-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351393,"owners_count":21089270,"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":"2024-12-08T15:10:07.083Z","updated_at":"2025-04-11T06:14:06.504Z","avatar_url":"https://github.com/bitfinexcom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitfinex-api-php\n\n## Features\n\n* Official implementation\n* REST v2 API\n\n## Installation\n```bash\ncomposer require bitfinex/api-rest\n```\n\n## Usage\n\n```php\nrequire __DIR__.'/vendor/autoload.php';\n\nuse BFX\\RESTv2;\n\n$restV2 = new RESTv2([\n  'apiKey' =\u003e '...',\n  'apiSecret' =\u003e '...',\n  'transform' =\u003e true\n]);\n\ntry {\n  $res = $restV2-\u003euserInfo();\n  print_r($res);\n} catch (\\Throwable $ex) {\n  var_dump($ex-\u003egetMessage());\n}\n```\n\n## Testing\n```bash\ncomposer run-script test\n```\n\n## Docs\n\nDocumentation at [https://docs.bitfinex.com/v2/reference](https://docs.bitfinex.com/v2/reference)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbitfinex-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfinexcom%2Fbitfinex-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbitfinex-api-php/lists"}