All Projects â†’ huangyanxiong01 â†’ docker-php

huangyanxiong01 / docker-php

Licence: MIT license
Docker build php development environment

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-php

Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (+220%)
Mutual labels:  build, development-environment
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (+175%)
Mutual labels:  build, development-environment
simple-cpp-setup
Simple C++ setup with CMake and CTest.
Stars: ✭ 19 (-52.5%)
Mutual labels:  build
danger-swift-xcodesummary
A Danger-Swift plugin that adds build errors, warnings and unit tests results generated from xcodebuild to your Danger report
Stars: ✭ 72 (+80%)
Mutual labels:  build
Datafus
The Dofus database and socket events in JSON files. Includes the source code and more...
Stars: ✭ 16 (-60%)
Mutual labels:  build
cqfd
cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
Stars: ✭ 48 (+20%)
Mutual labels:  development-environment
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (+20%)
Mutual labels:  build
foster
An easy way to publish your python packages.
Stars: ✭ 31 (-22.5%)
Mutual labels:  build
xcode-configure
This command can generate makefile to build xcode project in command line just like <configure & make & make install> in C/C++ language world.
Stars: ✭ 34 (-15%)
Mutual labels:  build
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Stars: ✭ 105 (+162.5%)
Mutual labels:  build
kindle-env
Development Environment for Kindle
Stars: ✭ 26 (-35%)
Mutual labels:  development-environment
unity-test-runner
Run tests for any Unity project
Stars: ✭ 134 (+235%)
Mutual labels:  build
angular-build-info
🛠 A CLI to generate an easily importable `build.ts` file containing various details about the application build
Stars: ✭ 25 (-37.5%)
Mutual labels:  build
deblibs-gradle-plugin
A Gradle plugin that creates Github issue and Slack message for outdated dependencies so they can easily be tracked and manually upgraded.
Stars: ✭ 73 (+82.5%)
Mutual labels:  build
vue-js-3-firebase-firestore
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
Stars: ✭ 34 (-15%)
Mutual labels:  build
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (+32.5%)
Mutual labels:  build
drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (+47.5%)
Mutual labels:  development-environment
rae
A docker-compose development environment orchestrator
Stars: ✭ 13 (-67.5%)
Mutual labels:  development-environment
build-scripts
Utility scripts for building of 3rd-party libraries
Stars: ✭ 33 (-17.5%)
Mutual labels:  build
mopt
Babel plugin to optimize Mithril m() calls into simple JS objects for speed
Stars: ✭ 45 (+12.5%)
Mutual labels:  build

Docker-PHP

docker-php

Features

  • Customize the configuration file
  • Data is stored in the host
  • xdebug support
  • Contains commonly used php extensions
  • React/PHP support(Event-driven, non-blocking I/O with PHP.Similar Node.js)
  • swoole support

Software Stack

  • MongoDB
  • Redis
  • MySQL
  • PHP 7.1 + PHP-FPM
  • Nginx with LuaJit

Docs

English įŽ€äŊ“中文

How to use it?

If live behind the GFW please read this post Use Ali cloud

Requirements

Windows and Mac users only need to install Docker

Getting started

git clone https://github.com/huangyanxiong01/docker-php.git
cd docker-php
composer install 
docker-compose up -d

Now,you can open http://127.0.0.1:3000/ in browser

Configure

You can find the custom $software configuration file in ./docker/$software/etc/

Data

You can find the $software data file in ./docker/$software/data/

Log

You can find the $software log file in ./docker/$software/logs/

More

Please read docs

TODO

  • Write a php script that integrates with the framework(Such as Laravel,Symfony)
  • Write usage documentation
  • Test on Windows

Change Log

ChangeLog.md

MIT License

Copyright (c) 2016 Freax

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].