Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khs1994-docker/php-demo
CI/CD 自动测试部署 Docker (On Kubernetes)化 PHP 项目最佳实践示例 (从 docker run ... 到 Kubernetes) | $ composer create-project --prefer-dist khs1994/example example
https://github.com/khs1994-docker/php-demo
demo php
Last synced: 1 day ago
JSON representation
CI/CD 自动测试部署 Docker (On Kubernetes)化 PHP 项目最佳实践示例 (从 docker run ... 到 Kubernetes) | $ composer create-project --prefer-dist khs1994/example example
- Host: GitHub
- URL: https://github.com/khs1994-docker/php-demo
- Owner: khs1994-docker
- License: mit
- Created: 2018-03-07T02:45:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T06:00:32.000Z (about 1 month ago)
- Last Synced: 2024-12-16T16:04:26.267Z (11 days ago)
- Topics: demo, php
- Language: PHP
- Homepage:
- Size: 345 KB
- Stars: 43
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.example.md
- Changelog: CHANGELOG.example.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# {{ EXAMPLE_GIT_REPO_EXAMPLE }}
[![GitHub stars](https://img.shields.io/github/stars/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}.svg?style=social&label=Stars)](https://github.com/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}) [![PHP from Packagist](https://img.shields.io/packagist/php-v/{{ EXAMPLE_COMPOSER_PROJECT_EXAMPLE }}.svg)](https://packagist.org/packages/{{ EXAMPLE_COMPOSER_PROJECT_EXAMPLE }}) [![GitHub (pre-)release](https://img.shields.io/github/release/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}/all.svg)](https://github.com/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}/releases) [![StyleCI](https://styleci.io/repos/{{ EXAMPLE_STYLECI_ID_EXAMPLE }}/shield?branch=master)](https://styleci.io/repos/{{ EXAMPLE_STYLECI_ID_EXAMPLE }})
{{ EXAMPLE_COMPOSER_DESCRIPT_EXAMPLE }}
## 微信订阅号
关注项目作者微信订阅号,接收项目最新动态
## Installation
To Use the package, simply:
```bash
$ composer require {{ EXAMPLE_COMPOSER_PROJECT_EXAMPLE }}
```For latest commit version:
```bash
$ composer require {{ EXAMPLE_COMPOSER_PROJECT_EXAMPLE }} dev-master
```## Usage
```php