diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..44d236a3 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1 @@ +FROM gitpod/workspace-full:2022-05-08-14-31-53 diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..94081db9 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: | + echo "Welcome to TheAlgorithms/PHP" diff --git a/README.md b/README.md index 7afa9dc6..f7a4a144 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Algorithms - PHP +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/PHP) + The Algorithms - PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects. ### All algorithms implemented in PHP - for education