{"id":27637019,"url":"https://github.com/maidtools/maid","last_synced_at":"2026-04-08T11:32:47.954Z","repository":{"id":40568681,"uuid":"334762062","full_name":"maidtools/maid","owner":"maidtools","description":"Maid is a containerized deployment platform for Laravel","archived":false,"fork":false,"pushed_at":"2023-04-07T13:39:48.000Z","size":29953,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T20:24:13.721Z","etag":null,"topics":["cache","database","dns","docker","laravel","php","storage"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maidtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-01-31T21:37:03.000Z","updated_at":"2022-06-25T12:06:51.000Z","dependencies_parsed_at":"2024-11-15T21:41:37.824Z","dependency_job_id":"4fb0a947-c063-4907-9e1a-18b73ed4da5b","html_url":"https://github.com/maidtools/maid","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"5b4eaf931873fc51d6e698b790c75cf9ce1ecf00"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maidtools/maid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maidtools%2Fmaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maidtools%2Fmaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maidtools%2Fmaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maidtools%2Fmaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maidtools","download_url":"https://codeload.github.com/maidtools/maid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maidtools%2Fmaid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"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":["cache","database","dns","docker","laravel","php","storage"],"created_at":"2025-04-23T21:15:52.320Z","updated_at":"2026-04-08T11:32:47.927Z","avatar_url":"https://github.com/maidtools.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://cdn.maid.sh/ghostzero/maid-banner-v3.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://packagist.org/packages/maidtools/maid\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/maidtools/maid\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/maidtools/maid\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/maidtools/maid\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/maidtools/maid\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/maidtools/maid\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://ghostzero.dev/discord\"\u003e\u003cimg src=\"https://discordapp.com/api/guilds/590942233126240261/embed.png?style=shield\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Make Development Faster\n\nMaid is a **containerized deployment platform** for Laravel, powered by Kubernetes. From simple to complex apps, launch your Laravel application on [maid.sh](https://maid.sh), enjoy the simplicity and focus on innovating and shipping value.\n\n\u003e Created by GhostZero, Certified Laravel Developer\n\n# Quick Start\n\n## Installation\n\nMost likely you want to install maid as a global command, this can be done with Composer using the following command:\n\n```shell\ncomposer global require maid/maid\n```\n\nTo upgrade maid, simply use the following command:\n\n```shell\ncomposer global update maid/maid\n```\n\n## Logging In\n\nAfter installing the maid-cli, you need to authorize using your user account credentials.\n\n```shell\nmaid login\n```\n\n\u003e Note: To prevent the command from launching a web browser, use **maid login --console-only**. To authorize without a web browser and non-interactively, create a `credentials.json` file within the maid-cli config directory.\n\n## Create a Manifest\n\nFirst we need to create a `maid.yml` within the root directory of your project, this is done interactively by the following command:\n\n```shell\nmaid init\n```\n\n\u003e During the initialization process it tries to recognize frequently used Laravel ecosystem components from your project and also define them in your manifest file.\n\n## Deploy your Application\n\nAfter initializing your project you can start to deploy your first version:\n\n```shell\nmaid deploy\n```\n\n![](https://cdn.maid.sh/ghostzero/maid-cli-usage-v1.gif)\n\n# Official Documentation\n\nYou can view our official documentation [here](https://docs.maid.build/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaidtools%2Fmaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaidtools%2Fmaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaidtools%2Fmaid/lists"}