Skip to content

Commit f9fb1d8

Browse files
authored
Update api-tools-vs-dotkernel-api.md
1 parent 78ffe25 commit f9fb1d8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/book/v4/transition-from-api-tools/api-tools-vs-dotkernel-api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
| | API Tools (Apigility) | DotKernel API |
44
|--------------------|------------------------------------------------|--------------------------------------------------------------------------|
55
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
6-
| YEAR | 2012 | 2018 |
6+
| First Release | 2012 | 2018 |
77
| PHP VERSION | <= 8.2 | >= 8.1 |
8-
| ARCHITECTURE | MVC, Event Driven | Middleware |
8+
| Architecture | MVC, Event Driven | Middleware |
99
| OSS Lifecycle | Archived | ![](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
10-
| STYLE | REST, RPC | REST |
11-
| VERSIONING | Yes | No |
12-
| DOCUMENTATION | Swagger (Automated) | Postman (Manual) |
13-
| LICENSE | BSD-3 | MIT |
14-
| DEFAULT DB LAYER | laminas-db | doctrine-orm |
15-
| AUTHORIZATION | ACL | RBAC-guard |
16-
| AUTHENTICATION | HTTP Basic/Digest <br/> OAuth2.0 | OAuth2.0 |
10+
| Style | REST, RPC | REST |
11+
| Versioning | Yes | No |
12+
| Documentation | Swagger (Automated) | Postman (Manual) |
13+
| License | BSD-3 | MIT |
14+
| Default DB Layer | laminas-db | doctrine-orm |
15+
| Authorization | ACL | RBAC-guard |
16+
| Authentication | HTTP Basic/Digest <br/> OAuth2.0 | OAuth2.0 |
1717
| CI/CD | Yes | Yes |
1818
| Unit Tests | Yes | Yes |
1919
| Endpoint Generator | Yes | No |

0 commit comments

Comments
 (0)