deployer/README.md

39 lines
2.3 KiB
Markdown
Raw Normal View History

2020-04-25 23:00:08 +03:00
<h1><a href="https://deployer.org"><img src="https://medv.io/assets/deployer/logo.png" alt="Deployer Logo" height="30"></a> Deployer</h1>
<p>A deployment tool written in PHP with support for popular frameworks out of the box.</p>
<p align="center"><br><br><a href="https://deployer.org"><img src="https://medv.io/assets/deployer/deployer.gif" alt="Deployer Screenshot" width="530"></a><br><br><br></p>
2016-11-11 21:04:26 +07:00
2016-11-11 21:16:51 +07:00
<a href="https://travis-ci.org/deployphp/deployer"><img src="https://travis-ci.org/deployphp/deployer.svg?branch=master" alt="Build Status"></a>
2018-10-16 10:34:01 +02:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/packagist/v/deployer/deployer.svg?style=flat" alt="Latest Stable Version"></a>
2016-11-11 21:16:51 +07:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License"></a>
2016-10-25 15:30:04 +07:00
See [deployer.org](https://deployer.org) for more information and documentation.
2014-07-05 14:14:58 +04:00
2017-03-26 14:49:28 +07:00
## Contributing
2020-09-03 17:50:45 +03:00
Do you want to contribute to this project? Start working on one of those issues:
2017-03-26 14:49:28 +07:00
2020-09-03 17:50:45 +03:00
- [ ] [Implement host selector](https://github.com/deployphp/deployer/issues/2154) you need to write a simple parser and selector class, this will be a core of new Deployer.
- [ ] [Implement docs generator](https://github.com/deployphp/deployer/issues/2155) a cli command for generating documentation for recipes, website will be built on this feature later.
2017-03-26 14:49:28 +07:00
2020-09-03 17:50:45 +03:00
## Maintainer
2017-03-19 12:39:26 +07:00
* Anton Medvedev [@antonmedv](https://github.com/antonmedv)
2016-03-20 00:02:04 +07:00
See also the list of [contributors](https://github.com/deployphp/deployer/graphs/contributors) who participated in this project.
2015-09-17 12:56:22 +07:00
2018-12-10 11:31:39 +07:00
## Sponsorship
2020-09-03 17:50:45 +03:00
<a href="https://www.patreon.com/deployer"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"></a>
2018-12-10 12:59:24 +07:00
Development of the **Deployer** generously supported by contributions from individuals and corporations. If you are benefiting from **Deployer** and would like to help keep the project financially sustainable, please visit Anton Medvedev's [Patreon page](https://www.patreon.com/deployer) or contact him [via email](mailto:anton@medv.io)
2018-12-10 11:31:39 +07:00
### Top Supporters
2018-09-17 19:21:19 +07:00
* Daniel Knoch from [cariba.de](https://cariba.de)
2018-07-27 08:53:18 +03:00
2018-12-10 11:31:39 +07:00
See a full [list of sponsors](https://github.com/deployphp/deployer/blob/master/SPONSORS.md).
2016-11-11 21:04:26 +07:00
## License
2020-04-25 23:00:08 +03:00
[MIT](https://github.com/deployphp/deployer/blob/master/LICENSE)