{"id":44855540,"url":"https://github.com/modulusphp/console","last_synced_at":"2026-02-17T07:54:24.986Z","repository":{"id":57018894,"uuid":"133947535","full_name":"modulusphp/console","owner":"modulusphp","description":"Console Commands for modulusPHP","archived":false,"fork":false,"pushed_at":"2019-10-28T23:22:28.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"feature/2.0","last_synced_at":"2024-11-11T23:53:41.834Z","etag":null,"topics":["console","modulus","mvc","symfony"],"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/modulusphp.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":"2018-05-18T11:49:43.000Z","updated_at":"2019-10-28T23:21:41.000Z","dependencies_parsed_at":"2022-08-22T12:00:26.151Z","dependency_job_id":null,"html_url":"https://github.com/modulusphp/console","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/modulusphp/console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulusphp%2Fconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulusphp%2Fconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulusphp%2Fconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulusphp%2Fconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modulusphp","download_url":"https://codeload.github.com/modulusphp/console/tar.gz/refs/heads/feature/2.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modulusphp%2Fconsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29536934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["console","modulus","mvc","symfony"],"created_at":"2026-02-17T07:54:23.865Z","updated_at":"2026-02-17T07:54:24.956Z","avatar_url":"https://github.com/modulusphp.png","language":"PHP","readme":"# Modulus Console\n\nThis package contains Modulus console commands.\n\n### Available Commands\n\n| Command              | Description                                                          |\n|:---------------------|:---------------------------------------------------------------------|\n| `down`               | Put the application into maintenance mode                            |\n| `help`               | Displays help for a command                                          |\n| `list`               | Lists commands                                                       |\n| `migrate`            | Run a migration                                                      |\n| `seed`               | Run a seed                                                           |\n| `serve`              | Serve the application on the PHP development serve                   |\n| `shell`              | An interactive shell for modern PHP                                  |\n| `test`               | Run application tests                                                |\n| `up`                 | Bring the application out of maintenance mode                        |\n| `clear:cache`        | Clear hibernate cache                                                |\n| `clear:logs`         | Clear all logs                                                       |\n| `clear:sessions`     | Clear all user sessions                                              |\n| `clear:views`        | Clear all compiled view files                                        |\n| `craft:abstract`     | Create a new application abstract class                              |\n| `craft:class`        | Create a new application class                                       |\n| `craft:command`      | Create a new Craftsman command                                       |\n| `craft:controller`   | Create a new controller class                                        |\n| `craft:directive`    | Create a new Medusa directive                                        |\n| `craft:event`        | Create a new application event                                       |\n| `craft:exception`    | Create a new custom exception class                                  |\n| `craft:interface`    | Create a new application interface                                   |\n| `craft:middleware`   | Create a new Middleware class                                        |\n| `craft:migration`    | Create a new migration class                                         |\n| `craft:model`        | Create a new Eloquent model class                                    |\n| `craft:notification` | Create a new notification                                            |\n| `craft:querymap`     | Create a new query map                                               |\n| `craft:request`      | Create a new http request                                            |\n| `craft:rule`         | Create a new validation rule                                         |\n| `craft:seeder`       | Create a new seeder class                                            |\n| `craft:test`         | Create a new test class                                              |\n| `craft:trait`        | Create a new application trait                                       |\n| `docsify:link`       | Link Docsify's resources documentations to a public resource         |\n| `frontend:backup`    | Create a backup of your current Frontend                             |\n| `frontend:current`   | Get the name of the current Frontend framework                       |\n| `frontend:restore`   | Restore a backup                                                     |\n| `frontend:switch`    | Change Frontend framework                                            |\n| `key:generate`       | Set the application key                                              |\n| `plugin:install`     | Verify and install a new plugin                                      |\n| `queue:dispatch`     | Process a single job                                                 |\n| `queue:listen`       | Listen to a given queue                                              |\n| `queue:table`        | Create a migration for the queue jobs database table                 |\n| `queue:work`         | Start processing jobs on the queue                                   |\n| `route:list`         | List all registered routes                                           |\n| `schedule:run`       | Run the scheduled commands                                           |\n| `storage:link`       | Create a symbolic link from \"public/storage\" to \"storage/app/public\" |\n\nInstall\n-------\n\nThis package is automatically installed with the Modulus Framework.\n\n```\ncomposer require modulusphp/console\n```\n\nUsage:\n\n```\nphp craftsman \u003cCommand\u003e\n```\n\nExample:\n\n```\nphp craftsman list\n```\n\nSecurity\n-------\n\nIf you discover any security related issues, please email donaldpakkies@gmail.com instead of using the issue tracker.\n\nLicense\n-------\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulusphp%2Fconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodulusphp%2Fconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodulusphp%2Fconsole/lists"}