{"id":15655167,"url":"https://github.com/log1x/envoyer-deploy-commands","last_synced_at":"2025-08-13T01:44:17.572Z","repository":{"id":194116362,"uuid":"690278604","full_name":"Log1x/envoyer-deploy-commands","owner":"Log1x","description":"Simple deployment with Envoyer using Artisan","archived":false,"fork":false,"pushed_at":"2025-02-28T09:07:21.000Z","size":61,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T23:11:36.301Z","etag":null,"topics":["artisan","envoyer","laravel"],"latest_commit_sha":null,"homepage":"https://github.com/Log1x/envoyer-deploy-commands","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/Log1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Log1x"}},"created_at":"2023-09-11T22:24:50.000Z","updated_at":"2025-02-28T09:06:45.000Z","dependencies_parsed_at":"2023-09-11T23:33:04.459Z","dependency_job_id":"69f79eda-914f-4943-9216-9ac58386a3dd","html_url":"https://github.com/Log1x/envoyer-deploy-commands","commit_stats":null,"previous_names":["log1x/envoyer-deploy-commands"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fenvoyer-deploy-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fenvoyer-deploy-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fenvoyer-deploy-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fenvoyer-deploy-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Log1x","download_url":"https://codeload.github.com/Log1x/envoyer-deploy-commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251738864,"owners_count":21635890,"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","envoyer","laravel"],"created_at":"2024-10-03T12:56:48.216Z","updated_at":"2025-04-30T16:07:18.185Z","avatar_url":"https://github.com/Log1x.png","language":"PHP","funding_links":["https://github.com/sponsors/Log1x"],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://i.imgur.com/9987R1B.gif)\n\n# Envoyer Deploy Commands\n\n![Latest Stable Version](https://img.shields.io/packagist/v/log1x/envoyer-deploy-commands.svg?style=flat-square)\n![Total Downloads](https://img.shields.io/packagist/dt/log1x/envoyer-deploy-commands.svg?style=flat-square)\n![Build Status](https://img.shields.io/github/actions/workflow/status/log1x/envoyer-deploy-commands/main.yml?branch=main\u0026style=flat-square)\n\nEnvoyer Deploy Commands is a simple Laravel package providing Artisan commands to deploy through [Envoyer](https://envoyer.io/) using the API.\n\n## Requirements\n\n- [PHP](https://secure.php.net/manual/en/install.php) \u003e= 8.1\n- [Laravel](https://laravel.com/) \u003e= 9.0\n\n## Installation\n\nInstall via Composer:\n\n```bash\n$ composer require log1x/envoyer-deploy-commands --dev\n```\n\n## Getting Started\n\nStart by publishing the package configuration:\n\n```bash\n$ php artisan vendor:publish --tag=envoyer-deploy-config\n```\n\nCustomize the configuration adding your Envoyer API key with the `deployments:create` permission scope.\n\nAfter adding an API key, you can list the available projects and their corrosponding ID's:\n\n```bash\n$ php artisan deploy:list [search]\n```\n\nOnce you have your project ID, add it the `projects` section of `config/envoyer.php` along with an alias (e.g. `production`).\n\n## Usage\n\nUsage is extremely straight forward. Use the `artisan deploy` command optionally specifying your project alias. If you only have 1 project, it will be used by default.\n\n```bash\n$ php artisan deploy [alias]\n```\n\nYou can also get detailed information on your project using the `artisan deploy:info` command:\n\n```bash\n$ php artisan deploy:info [alias]\n```\n\n![Info Screenshot](https://i.imgur.com/u4Gq7sX.png)\n\n## Bug Reports\n\nIf you discover a bug in Envoyer Deploy Commands, please [open an issue](https://github.com/Log1x/envoyer-deploy-commands/issues).\n\n## Contributing\n\nContributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.\n\n## License\n\nEnvoyer Deploy Commands is provided under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Fenvoyer-deploy-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog1x%2Fenvoyer-deploy-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Fenvoyer-deploy-commands/lists"}