Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T13:19:47.000Z (over 1 year ago)
- Last Synced: 2024-11-06T13:31:02.189Z (2 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.
![img.png](img.png)
## 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)