{"id":37005754,"url":"https://github.com/zahav/cryptobot","last_synced_at":"2026-01-14T00:41:02.840Z","repository":{"id":57089128,"uuid":"332704531","full_name":"zahav/cryptobot","owner":"zahav","description":"Free, open source crypto trading bot for Laravel.","archived":false,"fork":false,"pushed_at":"2022-02-02T16:07:42.000Z","size":22,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-19T18:20:59.631Z","etag":null,"topics":["coinspot","cryptobot","laravel-package"],"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/zahav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-25T10:07:56.000Z","updated_at":"2024-04-08T17:24:26.000Z","dependencies_parsed_at":"2022-08-20T16:00:35.406Z","dependency_job_id":null,"html_url":"https://github.com/zahav/cryptobot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zahav/cryptobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahav%2Fcryptobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahav%2Fcryptobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahav%2Fcryptobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahav%2Fcryptobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zahav","download_url":"https://codeload.github.com/zahav/cryptobot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zahav%2Fcryptobot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["coinspot","cryptobot","laravel-package"],"created_at":"2026-01-14T00:41:02.757Z","updated_at":"2026-01-14T00:41:02.822Z","avatar_url":"https://github.com/zahav.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptocurrency trading bot for Laravel\n\nThis package provides an easily customisable trading bot to implement in your own projects.\nIt follows a conservative trading strategy and supports the [Coinspot](https://www.coinspot.com.au/api) API.\n\n\n## Installation via Composer\n\nAdd zahav/zahav-laravel to your composer.json:\n\n```php\ncomposer require \"zahav/cryptobot\"\n```\n\nRegister our service provider in `config/app.php`, within the `providers` array:\n\n```php\n'providers' =\u003e [\n    // ...\n    Zahav\\ZahavLaravel\\ZahavServiceProvider::class,\n    // ...\n],\n```\n\nTo use the configured Zahav client, import the facade each time:\n\n```php\nuse Zahav\\ZahavLaravel\\Facades\\Zahav;\n```\n\nOptionally, you can register an alias in `config/app.php`:\n\n```php\n'aliases' =\u003e [\n    // ...\n    'Zahav' =\u003e Zahav\\ZahavLaravel\\Facades\\Zahav::class,\n],\n```\n\n## Configuration\n\nPublish the default config file to your application so you can make modifications:\n\n```console\nfoo@bar:~$ php artisan vendor:publish\n```\n\nNext, you should configure your CoinspotAPI keys in your application's `.env` file. You can retrieve your Coinspot API keys from the Coinspot settings page:\n\n```console\nCOINSPOT_KEY=\nCOINSPOT_SECRET=\n```\n\n```console\nZAHAV_STRATEGY=conservative\nZAHAV_BUY_AMOUNT=0.0025\nZAHAV_SELL_AMOUNT=0.025\n```\n\n## Usage\n\nZahav includes an Artisan command that will complete a buy/sell trade pair. You may run the worker using the `zahav:work` Artisan command.\n\n```console\nfoo@bar:~$ php artisan zahav:work\n```\n\nFor regular trading, you can add a cron entry to keep your `zahav:work` process running.\n\n```console\n0 * * * * php /home/forge/app.com/artisan zahav:work \u003e\u003e /dev/null 2\u003e\u00261\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahav%2Fcryptobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzahav%2Fcryptobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahav%2Fcryptobot/lists"}