{"id":20301288,"url":"https://github.com/indentno/console-driver","last_synced_at":"2026-05-12T06:31:18.723Z","repository":{"id":62542110,"uuid":"82657493","full_name":"indentno/console-driver","owner":"indentno","description":"Laravel explicit console driver for BotMan","archived":false,"fork":false,"pushed_at":"2017-03-13T14:30:56.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-14T10:50:14.696Z","etag":null,"topics":["bot","botman","chatbot","console-driver","laravel","laravel-command"],"latest_commit_sha":null,"homepage":null,"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/indentno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-21T08:53:31.000Z","updated_at":"2017-03-21T09:05:41.000Z","dependencies_parsed_at":"2022-11-02T15:46:46.184Z","dependency_job_id":null,"html_url":"https://github.com/indentno/console-driver","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fconsole-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fconsole-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fconsole-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fconsole-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indentno","download_url":"https://codeload.github.com/indentno/console-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241796215,"owners_count":20021626,"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":["bot","botman","chatbot","console-driver","laravel","laravel-command"],"created_at":"2024-11-14T16:25:08.535Z","updated_at":"2026-05-12T06:31:18.692Z","avatar_url":"https://github.com/indentno.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# console-driver [![Total Downloads](https://poser.pugx.org/sempro/console-driver/downloads)](https://packagist.org/packages/sempro/console-driver)\n\u003e Laravel explicit console driver for BotMan\n\n### WIP\n\n#### Installation\nInstall with composer\n```bash\ncomposer require sempro/console-driver\n```\n\nNavigate to ``config/app.php`` and add the following under providers\n```php\n\\Sempro\\ConsoleDriver\\Providers\\ServiceProvider::class\n```\n\nPublish assets (Console chat command)\n```bash\nphp artisan vendor:publish --force --provider=\"Sempro\\ConsoleDriver\\Providers\\ConsoleDriverServiceProvider\"\n```\n\nRegister command in ``app/Console/Kernel.php``\n```php\nprotected $commands = [\n    App\\Console\\Commands\\ConsoleChat::class\n];\n```\n\n#### Usage\nSend a message to the bot\n```bash\nphp artisan console:chat \"Your message here\"\n```\n\nSend a message and log a message\n```bash\nphp artisan console:chat \"Your message here\" --log\n```\n\n#### License\nMIT © [Sempro AS](http://www.sempro.no)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findentno%2Fconsole-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findentno%2Fconsole-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findentno%2Fconsole-driver/lists"}