Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)