{"id":21141897,"url":"https://github.com/matthewbdaly/artisan-standalone","last_synced_at":"2025-07-09T05:32:09.365Z","repository":{"id":62525199,"uuid":"115934379","full_name":"matthewbdaly/artisan-standalone","owner":"matthewbdaly","description":"Allows you to use Artisan outside of a Laravel install.","archived":false,"fork":false,"pushed_at":"2023-03-21T16:30:15.000Z","size":40,"stargazers_count":32,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T23:34:21.593Z","etag":null,"topics":["artisan","laravel","lumen","php"],"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/matthewbdaly.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-01T17:28:47.000Z","updated_at":"2024-05-25T23:50:11.000Z","dependencies_parsed_at":"2024-06-18T21:12:57.638Z","dependency_job_id":null,"html_url":"https://github.com/matthewbdaly/artisan-standalone","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":"0.30000000000000004","last_synced_commit":"34240c11ebfbcdc5f6cfe1765eed4d10dab8372d"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbdaly%2Fartisan-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbdaly%2Fartisan-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbdaly%2Fartisan-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbdaly%2Fartisan-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewbdaly","download_url":"https://codeload.github.com/matthewbdaly/artisan-standalone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225488557,"owners_count":17482301,"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":["artisan","laravel","lumen","php"],"created_at":"2024-11-20T07:38:17.248Z","updated_at":"2024-11-20T07:38:18.573Z","avatar_url":"https://github.com/matthewbdaly.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# artisan-standalone\n\nAllows you to use Artisan outside of a full Laravel or Lumen install.\n\nWhy do I want this?\n-------------------\n\nIt's intended so that when you're building a standalone Laravel package, you still have access to the Artisan commands for generating boilerplate and don't have to generate them in your application, then copy them elsewhere.\n\nHow do I use it?\n----------------\n\nYou will normally want to install this as a dev dependency in your package:\n\n```bash\ncomposer require --dev matthewbdaly/artisan-standalone\n```\n\nThen you can access the Artisan console in your package as follows:\n\n```bash\nvendor/bin/artisan\n```\n\nCan I use it globally?\n----------------------\n\nIn theory it might, but I haven't set it up to do so - it doesn't actually include Laravel as a dependency, so you'd need to install `laravel/framework` globally as well. My recommendation is to install it on a per-project basis. You might want to check out my [boilerplate package](https://github.com/matthewbdaly/laravel-package-boilerplate), which includes this one as a dependency, and is a good starting point for building a standalone Laravel package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbdaly%2Fartisan-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewbdaly%2Fartisan-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbdaly%2Fartisan-standalone/lists"}