https://github.com/phacman/micro-start-php
Simple microservice with native PHP based on Alpine
https://github.com/phacman/micro-start-php
alpine microservice native nginx php php-fpm
Last synced: 5 months ago
JSON representation
Simple microservice with native PHP based on Alpine
- Host: GitHub
- URL: https://github.com/phacman/micro-start-php
- Owner: phacman
- Created: 2023-09-28T05:40:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T13:19:47.000Z (over 2 years ago)
- Last Synced: 2025-06-24T04:39:39.850Z (9 months ago)
- Topics: alpine, microservice, native, nginx, php, php-fpm
- Language: HTML
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro Start PHP
Simple microservice with native PHP.
> Feature: Alpine + NGINX + PHP-FPM
Based on `alpine:3.18.4`. Built image: `23.8 MB`;
```shell
# run this command to start
make d-up
```
### URL addresses
- main page: `/`
- simple api: `/api`
- static file: `/download/some.txt`
> Just **_click on the logo_** to download a static file.

## Analogs
- Node.js Vanilla: [micro-start-node](https://github.com/phacman/micro-start-node)
- Golang Native: [micro-start-go](https://github.com/phacman/micro-start-go)
- Python Native: [micro-start-python](https://github.com/phacman/micro-start-python)