Simple REST API based on Slim Skeleton 4.5.0.
Built image: 46.2MB;
- Vanilla Alpine 3.18.4
- NGINX
- PHP-FPM
- PHP 8.2.16
- Slim Skeleton 4.5.0
- cgi-fcgi, Core, date, filter, hash, intl, json, ldap,
- libxml, mbstring, pcre, random, readline, Reflection,
- session, sodium, SPL, standard, xml, zlib
Just run this command to start
make d-upExecute http-file from http directory
- index.http: GET:
/ - get.http: GET:
/get - post.http: POST:
/post - php.http: GET:
- php: version, extensions:
/php - phpinfo():
/php/info
- php: version, extensions:
- users.http: GET:
- persons list:
/users - one person:
/users/1
- persons list:
- PHP Native: micro-start-php
- Golang Native: micro-start-go
- Node.js Vanilla: micro-start-node
- Python Native: micro-start-python