From 36a958ce8c889d93141f1c89522eec9706eaa1f2 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:35:23 +0100 Subject: [PATCH 1/2] Add PHPrex to Regular Expressions (#16) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 606f29f..fe3ad75 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,7 @@ PHPdoc is intended for documenting your code. The intention is that you always a * [Regular expression](https://en.wikipedia.org/wiki/Regular_expression) * [PCRE Functions](https://secure.php.net/manual/en/ref.pcre.php) * [PHP Live Regex](https://www.phpliveregex.com/) (A Live Regular Expression Tester for PHP) +* [PHPrex](https://phphub.net/regex/) (A Visual Regular Expression Tester for PHP) ## XML From 669bdb6f34a4c65c41a700c0335ec9ad324db0f1 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sun, 8 Dec 2024 16:21:56 +0200 Subject: [PATCH 2/2] Add ddev as Local Development tool (#17) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe3ad75..fa85675 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ A curated list of resources for [PHP](https://php.net/) ## Local Development Environments +* [ddev](https://github.com/ddev/ddev) * [EasyPHP Devserver & Webserver](https://www.easyphp.org/easyphp-devserver.php) * [Homestead](https://laravel.com/docs/master/homestead) * [Laragon](https://laragon.org/)