From 7087f3dc770e6585e1d3da3ef2550fb01065ed64 Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari <100275369+rohitkbc@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:04:03 +0530 Subject: [PATCH 1/3] Create .gitpod.Dockerfile --- .gitpod.Dockerfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitpod.Dockerfile 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 From 82890a1c08d07e177e6982a05a0d881fc31a2f32 Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari <100275369+rohitkbc@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:05:53 +0530 Subject: [PATCH 2/3] Create .gitpod.yml --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitpod.yml 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" From cf5dfc2722e06c55c321d58b706022a71788e85f Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari Date: Fri, 6 Oct 2023 16:43:12 +0000 Subject: [PATCH 3/3] Add gitpod badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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