Skip to content

Commit 2f2cd21

Browse files
committed
files linting
1 parent aa1e6cc commit 2f2cd21

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

docs/book/v4/installation/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
* duplicate `config/autoload/local.php.dist` as `config/autoload/local.php`
1212

13-
* duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`
13+
* duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`
1414

1515
### Note
1616

docs/book/v4/introduction/file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ We recommend using the following directory structure:
5757

5858
* `data/cache` - location where caches are stored
5959
* `data/oauth` - encryption, private and public keys needed for authentication.
60-
* `data/doctrine` - fixtures and migrations
60+
* `data/doctrine` - fixtures and migrations
6161
* `data/lock` - lock files generated by `dotkernel/dot-cli` [See more](https://docs.dotkernel.org/dot-cli/v3/lock-files/)
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Comparison between API Tools and DotKernel API
22

3-
| | API Tools (Apigility) | DotKernel API |
4-
|---------------------|------------------------------------------------|------------------------------------------------------------------------------------------|
5-
| 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 | ![](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label= "OSs Lifecycle") |
10-
| Style | REST, RPC | REST |
11-
| Versioning | Yes | No * |
12-
| Documentation | Swagger (Automated) | Postman (Manual) |
13-
| Content-Negotiation | Custom | Hardcoded (hal+json, json) |
14-
| License | BSD-3 | MIT |
15-
| Default DB Layer | laminas-db | doctrine-orm |
16-
| Authorization | ACL | RBAC-guard |
17-
| Authentication | HTTP Basic/Digest <br/> 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 |
3+
| | API Tools (Apigility) | DotKernel API |
4+
|---------------------|---------------------------------------------|----------------------------------------------------------------------------------------|
5+
| 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 | No * |
12+
| Documentation | Swagger (Automated) | Postman (Manual) |
13+
| Content-Negotiation | Custom | Hardcoded (hal+json, json) |
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

23-
### Note
23+
## Note
2424

2525
> * Versioning is not planned at all. [Quote from Roy T. Fielding](https://twitter.com/fielding/status/376835835670167552)

0 commit comments

Comments
 (0)