We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300e6a1 commit 6869e42Copy full SHA for 6869e42
catalog-info.yaml
@@ -0,0 +1,18 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: php-middleware-stack
5
+ title: PHP Middleware Stack
6
+ description: >
7
+ This is an implementation of PSR-15 using the proposed Interface packages psr/http-server-middleware and
8
+ psr/http-server-handler for PHP ^8.1 runtime environment.
9
+
10
+ It enables a sequential execution of middlewares that use a PSR-7 conform Response/Request implementation.
11
+ annotations:
12
+ github.com/project-slug: idealo/php-middleware-stack
13
+ github.com/team-slug: idealo/merchant-experience
14
+ backstage.io/techdocs-ref: "dir:."
15
+spec:
16
+ type: library
17
+ lifecycle: production
18
+ owner: group:merchant-experience
0 commit comments