{"id":18757557,"url":"https://github.com/satrun77/moo-command","last_synced_at":"2026-04-17T07:32:00.994Z","repository":{"id":139344957,"uuid":"69060554","full_name":"satrun77/moo-command","owner":"satrun77","description":"Commands to help you manage local development environment for PHP","archived":false,"fork":false,"pushed_at":"2024-03-02T09:55:42.000Z","size":2531,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-20T15:07:00.450Z","etag":null,"topics":["command-line","developer-tools","docker","docker-compose","laravel","php","silverstripe"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/satrun77.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-09-23T21:03:43.000Z","updated_at":"2025-01-06T00:14:30.000Z","dependencies_parsed_at":"2024-03-02T10:51:33.561Z","dependency_job_id":null,"html_url":"https://github.com/satrun77/moo-command","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/satrun77/moo-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrun77%2Fmoo-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrun77%2Fmoo-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrun77%2Fmoo-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrun77%2Fmoo-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satrun77","download_url":"https://codeload.github.com/satrun77/moo-command/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrun77%2Fmoo-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["command-line","developer-tools","docker","docker-compose","laravel","php","silverstripe"],"created_at":"2024-11-07T17:42:52.204Z","updated_at":"2026-04-17T07:32:00.967Z","avatar_url":"https://github.com/satrun77.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moo Development Console\n\nCommands to help you manage local development environment.\n\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/)\n\nInstallation\n--------------------\n\n```bash\n$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha9/moo.phar\n\n$ chmod +x moo.phar\n\n$ mv moo.phar /usr/local/bin/moo\n```\n\nDevelopment\n--------------------\n\n- Clone the source code.\n- Run the installer from the root directory of the source code `./install.sh`\n\n\u003e Note: the installer is going to install [pharcc](https://github.com/cbednarski/pharcc/releases/download/v0.2.3/pharcc.phar), if it does not exists.\n\nUsage\n--------\n\n#### Available commands: \nName | Details\n------------ | -------------\n  commit       |Git Commit wrapper to standardise the commit messages.\n  csfixer      |Execute php-cs-fixer on selected paths.\n  help         |Displays help for a command\n  list         |Lists commands\n  qcode        |Check source code using tool such as, Mess Detector, Copy/Paste Detector, PHP Parallel Lint, \u0026 Security Advisories.\n  faq          |Display FAQs.\n  ws:build     |Build or rebuild services for a site within the workspace. A wrapper to docker-compose build command.\n  ws:clean     |Execute specific commands to free up unwanted space such as, removing old containers, or dangling images.\n  ws:composer  |Execute PHP composer command inside the composer container.\n  ws:cp        |Copy a file from host machine to a docker container or download from a docker container. A wrapper to docker cp command.\n  ws:hosts     |Update the host file in user machine (/etc/hosts) with the docker IP address and the host names setup for all of the sites in workspace.\n  ws:ip        |Display the docker machine IP address.\n  ws:ips       |Display the IP addresses selected for each of the active docker containers.\n  ws:log       |View output from container or containers. A wrapper for docker-compose logs.\n  ws:new       |Create a new site. Create all of the files needed for the docker containers.\n  ws:proxy     |Build the proxy container if not exists or start the container.\n  ws:rm        |Remove stopped containers for a site within the workspace. A wrapper for docker-compose rm.\n  ws:sites     |Display list of available sites and their statuses.\n  ws:ssh       |SSH into a container for a site within the workspace.\n  ws:sh        |Execute a command inside a container for a site within the workspace.\n  ws:start     |Create and start containers for a site within the workspace. A wrapper to docker-compose up.\n  ws:stat      |Display a live stream of container(s) resource usage statistics.\n  ws:stop      |Stop services for a site within the workspace. A wrapper to docker stop command.\n  ws:fe        |Execute a frontend commands to build or watch assets.\n\nLicense\n-------\n\nMoo Command is licensed under the [MIT License](LICENSE.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatrun77%2Fmoo-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatrun77%2Fmoo-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatrun77%2Fmoo-command/lists"}