Skip to content

Commit 432274b

Browse files
committed
complete the name laminas api tools
1 parent a2f42f3 commit 432274b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Comparison between API Tools and DotKernel API
1+
# Comparison between Laminas API Tools and DotKernel API
22

3-
| | API Tools (Apigility) | DotKernel API |
4-
|---------------------|---------------------------------------------|---------------------------------------------------------------------------------------|
3+
| | API Tools (formerly Apigility) | DotKernel API |
4+
|---------------------|------------------------------------------------|---------------------------------------------------------------------------------------|
55
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
6-
| First Release | 2012 | 2018 |
7-
| PHP Version | <= 8.2 | >= 8.1 |
8-
| Architecture | MVC, Event Driven | Middleware |
9-
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
10-
| Style | REST, RPC | REST |
11-
| Versioning | Yes | Deprecations * |
12-
| Documentation | Swagger (Automated) | Postman (Manual) * |
13-
| Content-Negotiation | Custom | Custom |
14-
| License | BSD-3 | MIT |
15-
| Default DB Layer | laminas-db | doctrine-orm |
16-
| Authorization | ACL | RBAC-guard |
17-
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
18-
| CI/CD | Yes | Yes |
19-
| Unit Tests | Yes | Yes |
20-
| Endpoint Generator | Yes | Under development |
21-
| PSR | PSR-7 | PSR-7, PSR-15 |
6+
| First Release | 2012 | 2018 |
7+
| PHP Version | <= 8.2 | >= 8.1 |
8+
| Architecture | MVC, Event Driven | Middleware |
9+
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
10+
| Style | REST, RPC | REST |
11+
| Versioning | Yes | Deprecations * |
12+
| Documentation | Swagger (Automated) | Postman (Manual) * |
13+
| Content-Negotiation | Custom | Custom |
14+
| License | BSD-3 | MIT |
15+
| Default DB Layer | laminas-db | doctrine-orm |
16+
| Authorization | ACL | RBAC-guard |
17+
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
18+
| CI/CD | Yes | Yes |
19+
| Unit Tests | Yes | Yes |
20+
| Endpoint Generator | Yes | Under development |
21+
| PSR | PSR-7 | PSR-7, PSR-15 |
2222

2323
## Note
2424

25-
> * Versioning is replaced with Deprecations , using evolution strategy
26-
> * Version 5 ( [Roadmap](https://github.com/orgs/dotkernel/projects/15/views/1)) will implement OpenAPi 3.0
25+
> * Versioning is replaced by Deprecations, using evolution strategy
26+
> * Version 5 ([Roadmap](https://github.com/orgs/dotkernel/projects/15/views/1)) will implement OpenAPi 3.0

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nav:
3030
- Tutorials:
3131
- "Creating a book module": v4/tutorials/create-book-module.md
3232
- Transition from API Tools:
33-
- "API Tools vs DotKernel API": v4/transition-from-api-tools/api-tools-vs-dotkernel-api.md
33+
- "Laminas API Tools vs DotKernel API": v4/transition-from-api-tools/api-tools-vs-dotkernel-api.md
3434
- "Transition Approach": v4/transition-from-api-tools/transition-approach.md
3535
- "Discovery Phase": v4/transition-from-api-tools/discovery-phase.md
3636
site_name: api

0 commit comments

Comments
 (0)