From 3fc1b020df5cb7fc4323d51b979c015ffffefe0c Mon Sep 17 00:00:00 2001 From: Ben Mz Date: Tue, 20 Aug 2024 17:15:44 +0200 Subject: [PATCH 1/2] Add Slim Framework --- data/slimphp#slim.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/slimphp#slim.toml diff --git a/data/slimphp#slim.toml b/data/slimphp#slim.toml new file mode 100644 index 0000000..12d86e8 --- /dev/null +++ b/data/slimphp#slim.toml @@ -0,0 +1,5 @@ +name = "Slim" +description = "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs." +url = "http://slimframework.com/" +github_repo = "slimphp/Slim" +language = "php" From e17f558cb6c557baa074bd455c49ef172e6a2674 Mon Sep 17 00:00:00 2001 From: Ben Mz Date: Tue, 20 Aug 2024 17:58:58 +0200 Subject: [PATCH 2/2] Add awesome Slim repo --- data/slimphp#slim.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/slimphp#slim.toml b/data/slimphp#slim.toml index 12d86e8..08f8188 100644 --- a/data/slimphp#slim.toml +++ b/data/slimphp#slim.toml @@ -2,4 +2,5 @@ name = "Slim" description = "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs." url = "http://slimframework.com/" github_repo = "slimphp/Slim" +awesome_repo = "nekofar/awesome-slim" language = "php"