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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T06:00:32.000Z (7 months ago)
- Last Synced: 2025-04-03T00:05:41.992Z (3 months ago)
- Topics: demo, php
- Language: PHP
- Homepage:
- Size: 345 KB
- Stars: 44
- Watchers: 4
- Forks: 5
- 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 }}
[](https://github.com/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}) [](https://packagist.org/packages/{{ EXAMPLE_COMPOSER_PROJECT_EXAMPLE }}) [](https://github.com/{{ EXAMPLE_GIT_USERNAME_EXAMPLE }}/{{ EXAMPLE_GIT_REPO_EXAMPLE }}/releases) [](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