{"id":15517987,"url":"https://github.com/ju5t/bitvavo-client","last_synced_at":"2025-04-08T23:36:44.949Z","repository":{"id":57002539,"uuid":"369635770","full_name":"ju5t/bitvavo-client","owner":"ju5t","description":"A Modern Bitvavo Client for PHP","archived":false,"fork":false,"pushed_at":"2021-08-17T07:59:27.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T04:42:42.554Z","etag":null,"topics":["bitvavo","cryptocurrency","rest-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ju5t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-21T19:31:19.000Z","updated_at":"2021-08-17T07:59:29.000Z","dependencies_parsed_at":"2022-08-21T14:10:48.680Z","dependency_job_id":null,"html_url":"https://github.com/ju5t/bitvavo-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju5t%2Fbitvavo-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju5t%2Fbitvavo-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju5t%2Fbitvavo-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju5t%2Fbitvavo-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ju5t","download_url":"https://codeload.github.com/ju5t/bitvavo-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947823,"owners_count":21023058,"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":["bitvavo","cryptocurrency","rest-api"],"created_at":"2024-10-02T10:14:41.656Z","updated_at":"2025-04-08T23:36:44.931Z","avatar_url":"https://github.com/ju5t.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitvavo Client for PHP\n\nThis is a work in progress.\n\nAll trades on the Bitvavo platform are processed based on\n[Trading Rules](https://bitvavo.com/en/trading-rules). Please\nread this document to understand more about the nitty gritty\nof fees, orders and other parameters.\n\nWe want to be 100% clear. Using this client is at your own\nrisk. Bitvavo and the makers of this package are not liable\nfor any potential damages caused. We provide no warranties\nwhatsoever, neither explicit or implicit.\n\n## Installation\n\n```bash\ncomposer install bitvavo/bitvavo-client\n```\n\n## Usage\n\n```php\ninclude 'vendor/autoload.php';\n\nuse Bitvavo\\Bitvavo;\n\n$bitvavo = new Bitvavo(apiKey: $apiKey, apiSecret: $apiSecret);\nBitvavo::setInstance($bitvavo);\n```\n\nThis will give you access to the Bitvavo API through `$bitvavo`. However,\nwe do recommend using Models to fetch information from the API. For\nexample:\n\n```php\n$market = Market::make(coin: 'BTC', currency: 'EUR');\n$all = Trade::market($market)-\u003eall();\n```\n\nThis will give you all Trades, based on the `BTC-EUR` market.\n\n## Dates \u0026 Timezones\n\nBitvavo returns timestamps, not dates. As timestamps are hard(er) to work\nwith when developing applications, we try to append a public property\ncalled `date`. This will be a [Carbon](https://carbon.nesbot.com/) object.\n\nBy default, timestamps are returned as UTC. This can be practical, but\nit isn't when your displaying dates. The `date` property is converted\nto the `Europe/Amsterdam` timezone by default. If you want to change\nthis, you can use:\n\n```php\nBitvavo::setTimezone('America/Toronto')\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju5t%2Fbitvavo-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fju5t%2Fbitvavo-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju5t%2Fbitvavo-client/lists"}