Skip to content

Commit 3c4e34b

Browse files
committed
organice docs in small files
1 parent aae0448 commit 3c4e34b

13 files changed

+1107
-1057
lines changed

docs/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
Antidot Framework
2-
=================
1+
# Antidot Framework
32

4-
This framework is based on concepts and components of other open source software, especially [Zend Request Handler Runner](https://docs.zendframework.com/zend-httphandlerrunner/), [Zend Expressive](https://docs.zendframework.com/zend-expressive/) and [Zend Stratigillity](https://docs.zendframework.com/zend-stratigility/).
3+
PHP full featured framework designed to allow you creating 100% framework agnostic code.
54

65
## Key Features
76

87
* **Preconfigured Coding Style**: [Psr-1](https://www.php-fig.org/psr/psr-1) and [Psr-2](https://www.php-fig.org/psr/psr-2) code sniffer to help to respect standard
98
* **Logger**: [Psr-3](https://www.php-fig.org/psr/psr-3) implementation by [wshafer/monolog](https://github.com/wshafer/psr11-monolog)
109
* **Auto-loading**: [Psr-4](https://www.php-fig.org/psr/psr-4) Namespaces auto-loading
11-
* **Request Response Lifecycle**: [Psr-7](https://www.php-fig.org/psr/psr-7) Request and responses using [Zend Diactoros](https://docs.zendframework.com/zend-diactoros/)
12-
* **Auto-wired Dependency injection**: [Psr-11](https://www.php-fig.org/psr/psr-11) Container implemented by [Aura/Di](https://github.com/auraphp/Aura.Di)
10+
* **Request Response Lifecycle**: [Psr-7](https://www.php-fig.org/psr/psr-7) Request and responses using [Laminas Diactoros](https://docs.laminas.dev/laminas-diactoros/)
11+
* **Auto-wired Dependency injection**: [Psr-11](https://www.php-fig.org/psr/psr-11) Auto-wired dependency injection container
1312
* **Event Dispatcher**: [Psr-14](https://www.php-fig.org/psr/psr-14) Event dispatching system
1413
* **Request pipeline**: [Psr-15](https://www.php-fig.org/psr/psr-15) Request handler and Middleware
15-
* ***Pipeline based router**: Intuitive to use route system on top of [Aura/Router](https://github.com/auraphp/Aura.Router)
16-
* **Different Config Translators**: [Zend config](https://github.com/zendframework/zend-config) style or [Symfony](https://symfony.com/doc/current/best_practices/configuration.html) style
17-
* **Cli**: Ready to use Console Line Tool by [Symfony Console Tool]()
14+
* **Pipeline based router**: Intuitive to use route system
15+
* **Different Config Translators**: [Laminas config](https://docs.laminas.dev/laminas-config/) style or [Symfony](https://symfony.com/doc/current/best_practices/configuration.html) style
16+
* **Cli**: Ready to use Console Line Tool on top of [Symfony Console Tool](https://symfony.com/doc/current/components/console.html)
1817

1918

20-
###### Special thanks
19+
## Special thanks & Sponsors
2120

2221
* **JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source
2322

@@ -27,4 +26,5 @@ This framework is based on concepts and components of other open source software
2726

2827
###### Disclaimer:
2928

30-
* This framework is created for educational purposes. The full or partial use of this software is the responsibility of the user.
29+
* This framework is based on concepts and components of other open source software, especially [Laminas Request Handler Runner](https://docs.laminas.dev/laminas-httphandlerrunner/), [Mezzio](https://docs.mezzio.dev/mezzio/) and [Laminas API tools legacy Zend Stratigillity](https://api-tools.getlaminas.org/).
30+
* The full or partial use of this software is the responsibility of the user.

docs/_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- docs/_sidebar.md -->
22

33
* Docs
4-
* [Antidot Framework](/framework/)
4+
* [Antidot Framework](/framework/getting-started.md)
55

66
* Tutorials
77
* [Getting Started App](https://getting-started.antidotfw.io/)

0 commit comments

Comments
 (0)