https://github.com/devdrops/docker-php-ds
Docker environment for PHP data structures
https://github.com/devdrops/docker-php-ds
Last synced: 3 months ago
JSON representation
Docker environment for PHP data structures
- Host: GitHub
- URL: https://github.com/devdrops/docker-php-ds
- Owner: devdrops
- License: gpl-3.0
- Created: 2017-09-29T13:58:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T03:42:11.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T20:42:41.212Z (5 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devdrops/php-ds
Available as [devdrops/php-ds](https://hub.docker.com/r/devdrops/php-ds/) at Docker Hub.
## Contents
An image containing:
- PHP `Ds` library
- PHP (latest from [Docker's php official image](https://hub.docker.com/_/php/))## Installation
You must have Docker installed in order to use it :wink:
Once you have it installed, just run the following:
```bash
docker pull devdrops/php-ds
```