Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mogria/3source-phpcli

docker image to run php-cli for the 3source project
https://github.com/mogria/3source-phpcli

Last synced: 7 days ago
JSON representation

docker image to run php-cli for the 3source project

Awesome Lists containing this project

README

        

# 3source-phpcli

This docker image installs `php-cli` and all required php extensions
and provides the `php` command line tool.

This image uses the following image as it's base image:

* [3source-base](https://github.com/mogria/3source-base)

This is also the base image for some of my docker images:

* [3source-artisan](https://github.com/mogria/3source-artisan)
* [3source-composer](https://github.com/mogria/3source-composer)

This image is heavily inspired from [dylanlindgren/docker-laravel-phpcli](https://github.com/dylanlindgren/docker-laravel-phpcli).

This image is used to develop the [3source](https://github.com/mogria/3source) project.

View on [dockerhub](https://hub.docker.com/r/mogria/3source-phpcli)
View on [github](https://github.com/mogria/3source-data).