https://github.com/modess/deploying-php-applications
The book Deploying PHP applications, best practices and tools for deploying your PHP application.
https://github.com/modess/deploying-php-applications
Last synced: 9 months ago
JSON representation
The book Deploying PHP applications, best practices and tools for deploying your PHP application.
- Host: GitHub
- URL: https://github.com/modess/deploying-php-applications
- Owner: modess
- License: other
- Created: 2014-08-11T15:02:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T07:47:01.000Z (about 4 years ago)
- Last Synced: 2025-10-07T20:46:21.404Z (9 months ago)
- Language: PHP
- Homepage: https://leanpub.com/deploying-php-applications
- Size: 15.4 MB
- Stars: 133
- Watchers: 15
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Deploying PHP Applications
==========================
This repository contains the entire book [Deploying PHP applications](https://leanpub.com/deploying-php-applications) with code samples. If you enjoy the book, please consider [buying it on Leanpub](https://leanpub.com/deploying-php-applications)!
You can contribute by [creating issues](https://github.com/modess/deploying-php-applications/issues/new) for reporting errors and typos in it. Or by forking the repository and creating a PR. All help is appreciated!


Deploying PHP Applications by Niklas Modess is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
## Contributors
In chronological order:
* simpgeek <[https://github.com/simpgeek](https://github.com/simpgeek)>
* begumserraaydin <[https://github.com/begumserraaydin](https://github.com/begumserraaydin)>
* mathieuimbert <[https://github.com/mathieuimbert](https://github.com/mathieuimbert)>
* DivineDominion <[https://github.com/DivineDominion](https://github.com/DivineDominion)>
* *[Your name or handle] <[email or website]>*
## Changelog
### 1.0.1 - 2016-04-09
* Updated Phing section to clarify it's a tool written in PHP
* Updated symlink target location in Phing code example
### 1.0 - 2016-01-06
* Added chapter 9 - "Running tests"
* Added chapter 10 - "Logs and notifications"
* Added "Conclusion"
### 0.1 - 2015-10-05
* Open sourced the book
* Added to chapter 3 - "Environments"
- Environment variables
- Server access
* Added to chapter 5 - "Tools"
- Capistrano
- Rocketeer
* Added chapter 7 - "Dependencies"
* Added chapter 8 - "Database migrations"