{"id":13453046,"url":"https://github.com/rocketeers/rocketeer","last_synced_at":"2026-01-10T05:02:04.693Z","repository":{"id":9090142,"uuid":"10866815","full_name":"rocketeers/rocketeer","owner":"rocketeers","description":"Send your projects up in the clouds","archived":true,"fork":false,"pushed_at":"2020-09-05T10:17:17.000Z","size":4789,"stargazers_count":2675,"open_issues_count":132,"forks_count":217,"subscribers_count":100,"default_branch":"develop","last_synced_at":"2024-04-12T21:33:29.793Z","etag":null,"topics":["deployment","php"],"latest_commit_sha":null,"homepage":"http://rocketeer.autopergamene.eu/","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/rocketeers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-22T14:56:22.000Z","updated_at":"2024-03-29T15:12:16.000Z","dependencies_parsed_at":"2022-08-29T03:00:29.605Z","dependency_job_id":null,"html_url":"https://github.com/rocketeers/rocketeer","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketeers%2Frocketeer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketeers%2Frocketeer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketeers%2Frocketeer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocketeers%2Frocketeer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocketeers","download_url":"https://codeload.github.com/rocketeers/rocketeer/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234410442,"owners_count":18828205,"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":["deployment","php"],"created_at":"2024-07-31T08:00:32.051Z","updated_at":"2025-09-27T07:32:33.188Z","avatar_url":"https://github.com/rocketeers.png","language":"PHP","funding_links":[],"categories":["Application Deployment","Uncategorized","Deployment","PHP","Libs","部署 Deployment","目录","Table of Contents","部署( Deployment )","Plugins","Ecosystem"],"sub_categories":["Uncategorized","部署 Deployment","Deployment","Libs","Development tool / environment"],"readme":"# Rocketeer is unfortunately not maintained anymore and this repository is archived\n## I recommend to pivot to [Deployer](https://deployer.org/) and/or CD pipelines\n\nThe Gitter chat will stay open for discussions and helping each other if you're locked into Rocketeer.\nYou can also send me the occasional mail but keep in mind I haven't worked on this project in years and probably won't be able to solve your issue\n\n# Rocketeer\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rocketeers/rocketeer?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Build Status](http://img.shields.io/travis/rocketeers/rocketeer.svg?style=flat-square)](https://travis-ci.org/rocketeers/rocketeer)\n[![Latest Stable Version](http://img.shields.io/packagist/v/anahkiasen/rocketeer.svg?style=flat-square)](https://packagist.org/packages/anahkiasen/rocketeer)\n[![Total Downloads](http://img.shields.io/packagist/dt/anahkiasen/rocketeer.svg?style=flat-square)](https://packagist.org/packages/anahkiasen/rocketeer)\n[![Scrutinizer Quality Score](http://img.shields.io/scrutinizer/g/rocketeers/rocketeer.svg?style=flat-square)](https://scrutinizer-ci.com/g/rocketeers/rocketeer/)\n[![Code Coverage](http://img.shields.io/scrutinizer/coverage/g/rocketeers/rocketeer.svg?style=flat-square)](https://scrutinizer-ci.com/g/rocketeers/rocketeer/)\n[![Dependency Status](https://www.versioneye.com/user/projects/53f1c65f13bb0677b1000744/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/53f1c65f13bb0677b1000744)\n[![Support via Gittip](http://img.shields.io/gittip/Anahkiasen.svg?style=flat-square)](https://www.gittip.com/Anahkiasen/)\n\n**Rocketeer** is a modern PHP task runner and deployment package. It is inspired by the [Laravel Framework](http://laravel.com/) philosophy and thus aims to be fast, elegant, and more importantly easy to use.\n\nLike the latter, emphasis is put on smart defaults and modern development. While it is coded in PHP, it can deploy any project from small HTML/CSS websites to large Rails applications.\n\n## Main features\n\n- **Versatile**, support for multiple connections, multiserver connections, multiple stages per server, etc.\n- **Fast**, queue tasks and run them in parallel across all your servers and stages\n- **Modulable**, not only can you add custom tasks and components, every core part of Rocketeer can be hot swapped, extended, hacked to bits, etc.\n- **Preconfigured**, tired of defining the same routines again and again ? Rocketeer is made for modern development and comes with smart defaults and built-in tasks such as installing your application's dependencies\n- **Powerful**, releases management, server checks, rollbacks, etc. Every feature you'd expect from a deployment tool is there\n\n## Installation\n\nThe fastest way is to grab the binary:\n\n```bash\n$ wget http://rocketeer.autopergamene.eu/versions/rocketeer.phar\n$ chmod +x rocketeer.phar\n$ mv rocketeer.phar /usr/local/bin/rocketeer\n```\n\nMore ways to setup Rocketeer can be found in the [official documentation](http://rocketeer.autopergamene.eu/#/docs/docs/I-Introduction/Getting-started).\n\n## Usage\n\nThe available commands in Rocketeer are :\n\n```\n$ php rocketeer\n  check        Check if the server is ready to receive the application\n  cleanup      Clean up old releases from the server\n  current      Display what the current release is\n  deploy       Deploys the website\n  flush        Flushes Rocketeer's cache of credentials\n  help         Displays help for a command\n  ignite       Creates Rocketeer's configuration\n  list         Lists commands\n  rollback     Rollback to the previous release, or to a specific one\n  setup        Set up the remote server for deployment\n  strategies   Lists the available options for each strategy\n  teardown     Remove the remote applications and existing caches\n  test         Run the tests on the server and displays the output\n  update       Update the remote server without doing a new release\n```\n\nDocumentation can be [found here](http://rocketeer.autopergamene.eu/#/docs/rocketeer/README)\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email :author_email instead of using the issue tracker.\n\n## Credits\n\n- [Anahkiasen](https://github.com/Anahkiasen)\n- [All Contributors](https://github.com/rocketeers/rocketeer/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n-----\n\n## Available plugins and integrations\n\n- [Campfire](https://github.com/rocketeers/rocketeer-campfire)\n- [Slack](https://github.com/rocketeers/rocketeer-slack)\n- [HipChat](https://github.com/hannesvdvreken/rocketeer-hipchat)\n- [Wordpress](https://github.com/mykebates/wp-rocketeer)\n- [Bugsnag](https://github.com/bramdevries/rocketeer-bugsnag)\n\n## Why not Capistrano?\n\nThat's a question that's been asked to me, why not simply use Capistrano? I've used Capistrano in the past, it does everything you want it to do, that's a given.\n\nBut, it remains a Ruby package and one that's tightly coupled to Rails in some ways; Rocketeer makes it so that you don't have Ruby files hanging around your app. That way you configure it once and can use it wherever you want in the realm of your application, even outside of the deploy routine.\nIt's also meant to be a lot easier to comprehend, for first-time users or novices, Capistrano is a lot to take in at once – Rocketeer aims to be as simple as possible by providing smart defaults and speeding up the time between installing it and first hitting `deploy`.\n\nIt's also more thought out for the PHP world – although you can configure Capistrano to run Composer and PHPUnit, that's not something it expects from the get go, while those tasks that are a part of every PHP developer are integrated in Rocketeer's core deploy process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketeers%2Frocketeer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketeers%2Frocketeer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketeers%2Frocketeer/lists"}