From 23e7366ca3d03636b6aae13e13a7472cf7c7d711 Mon Sep 17 00:00:00 2001 From: Leo Cavalcante Date: Sat, 23 Dec 2023 12:22:52 -0300 Subject: [PATCH] chore(docs): Add phpctl to the examples phpclt is a CLI tool that works as a set of Bash scripts for a container-based development environment for PHP and its tested using bashunit --- docs/examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index 45d0468c..d5db45bc 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -23,3 +23,6 @@ A specification for adding human and machine-readable meaning to commit messages ### [Tito-Kati/fizzbuzz-bashunit](https://github.com/Tito-Kati/fizzbuzz-bashunit) Popular introductory FizzBuzz kata solved in Bash with **bashunit** as the testing framework. + +### [phpctl](https://github.com/opencodeco/phpctl) +It is a Docker (containers) based development environment for PHP.