Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Laminas API Tools compared to Dotkernel API

| | API Tools (formerly Apigility) | Dotkernel API |
|---------------------|------------------------------------------------|---------------------------------------------------------------------------------------|
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
| First Release | 2012 | 2018 |
| PHP Version | <= 8.2 | >= 8.1 |
| Architecture | MVC, Event Driven | Middleware |
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
| Style | REST, RPC | REST |
| Versioning | Yes | Deprecations * |
| Documentation | Swagger (Automated) | Postman (Manual) * |
| Content-Negotiation | Custom | Custom |
| License | BSD-3 | MIT |
| Default DB Layer | laminas-db | doctrine-orm |
| Authorization | ACL | RBAC-guard |
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
| CI/CD | Yes | Yes |
| Unit Tests | Yes | Yes |
| Endpoint Generator | Yes | Under development |
| PSR | PSR-7 | PSR-7, PSR-15 |
| | API Tools (formerly Apigility) | Dotkernel API |
|---------------------|------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
| First Release | 2012 | 2018 |
| PHP Version | <= 8.2 | >= 8.2 |
| Architecture | MVC, Event Driven | Middleware |
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle?style=flat&label=&file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Fapi%2Fblob%2F4.0%2FOSSMETADATA) |
| Style | REST, RPC | REST |
| Versioning | Yes | Deprecations * |
| Documentation | Swagger (Automated) | Postman (Manual) * |
| Content-Negotiation | Custom | Custom |
| License | BSD-3 | MIT |
| Default DB Layer | laminas-db | doctrine-orm |
| Authorization | ACL | RBAC-guard |
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
| CI/CD | Yes | Yes |
| Unit Tests | Yes | Yes |
| Endpoint Generator | Yes | Under development |
| PSR | PSR-7 | PSR-7, PSR-15 |

## Note

> * Versioning is replaced by Deprecations, using evolution strategy
> * Version 5 ([Roadmap](https://github.com/orgs/dotkernel/projects/15/views/1)) will implement OpenAPi 3.0
> \* Versioning will be replaced by Deprecations, using evolution strategy
> \* Version 5 will implement OpenAPI 3.0
40 changes: 0 additions & 40 deletions docs/book/v4/transition-from-api-tools/discovery-phase.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/book/v4/transition-from-api-tools/transition-approach.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Laminas API Tools compared to Dotkernel API

| | API Tools (formerly Apigility) | Dotkernel API |
|---------------------|------------------------------------------------|---------------------------------------------------------------------------------------|
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
| First Release | 2012 | 2018 |
| PHP Version | <= 8.2 | >= 8.1 |
| Architecture | MVC, Event Driven | Middleware |
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
| Style | REST, RPC | REST |
| Versioning | Yes | [Deprecations *](https://docs.dotkernel.org/api-documentation/v5/tutorials/api-evolution/)|
| Documentation | Swagger (Automated) | Postman (Manual) * |
| Content-Negotiation | Custom | Custom |
| License | BSD-3 | MIT |
| Default DB Layer | laminas-db | doctrine-orm |
| Authorization | ACL | RBAC-guard |
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
| CI/CD | Yes | Yes |
| Unit Tests | Yes | Yes |
| Endpoint Generator | Yes | Under development |
| PSR | PSR-7 | PSR-7, PSR-15 |
| | API Tools (formerly Apigility) | Dotkernel API |
|---------------------|------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| URL | [api-tools](https://api-tools.getlaminas.org/) | [Dotkernel API](https://www.dotkernel.org) |
| First Release | 2012 | 2018 |
| PHP Version | <= 8.2 | >= 8.2 |
| Architecture | MVC, Event Driven | Middleware |
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle?style=flat&label=&file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Fapi%2Fblob%2F5.0%2FOSSMETADATA) |
| Style | REST, RPC | REST |
| Versioning | Yes | [Deprecations *](https://docs.dotkernel.org/api-documentation/v5/tutorials/api-evolution/) |
| Documentation | Swagger (Automated) | OpenAPI (Swagger) / Postman (Manual) * |
| Content-Negotiation | Custom | Custom |
| License | BSD-3 | MIT |
| Default DB Layer | laminas-db | doctrine-orm |
| Authorization | ACL | RBAC-guard |
| Authentication | HTTP Basic/Digest OAuth2.0 | OAuth2.0 |
| CI/CD | Yes | Yes |
| Unit Tests | Yes | Yes |
| Endpoint Generator | Yes | Under development |
| PSR | PSR-7 | PSR-7, PSR-15 |

## Note

> * Versioning is replaced by Deprecations, using evolution strategy
> * Version 5 ([Roadmap](https://github.com/orgs/dotkernel/projects/15/views/1)) will implement OpenAPi 3.0
> \* Versioning was replaced by Deprecations, using evolution strategy
> \* Version 5 implemented OpenAPI 3.0
40 changes: 0 additions & 40 deletions docs/book/v5/transition-from-api-tools/discovery-phase.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/book/v5/transition-from-api-tools/transition-approach.md

This file was deleted.

Loading