@@ -20,7 +20,7 @@ This framework is based on concepts and components of other open source software
20
20
21
21
### Installation
22
22
23
- > https://github.com/kpicaza /antidot-starter
23
+ > https://github.com/antidot-framework /antidot-starter
24
24
25
25
Using [ composer] ( https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos ) package manager
26
26
@@ -55,7 +55,7 @@ README.md
55
55
56
56
## Running Application
57
57
58
- > https://github.com/kpicaza /antidot-framework
58
+ > https://github.com/antidot-framework /antidot-framework
59
59
60
60
### Running PHP build in web server
61
61
@@ -189,7 +189,7 @@ class SomeRequestHandler implements RequestHandlerInterface
189
189
190
190
## Dependency Injection
191
191
192
- > https://github.com/kpicaza /antidot-symfony-config. translator
192
+ > https://github.com/antidot-framework /antidot-symfony-config- translator
193
193
194
194
Auto wired dependency injection system, the only thing you have to do is declare dependencies in ` config/autoload/ ` directory
195
195
@@ -605,7 +605,7 @@ return [
605
605
606
606
## Logger
607
607
608
- > https://github.com/kpicaza /antidot-logger
608
+ > https://github.com/antidot-framework /antidot-logger
609
609
610
610
[ Psr 3 Logger] ( https://github.com/php-fig/logger ) implementation by Monolog.
611
611
@@ -737,7 +737,7 @@ class HomePageRequestHandler implements RequestHandlerInterface
737
737
738
738
## Event System
739
739
740
- > https://github.com/kpicaza /antidot-event-dispatcher
740
+ > https://github.com/antidot-framework /antidot-event-dispatcher
741
741
742
742
[ Psr 14 Event dispatcher] ( https://github.com/php-fig/event-dispatcher ) implementation.
743
743
@@ -909,6 +909,8 @@ final class SomeEvent extends Event
909
909
910
910
## Console Line Tool
911
911
912
+ > https://github.com/antidot-framework/antidot-cli
913
+
912
914
The CLI component is available in ` bin/console ` file, you can watch listed commands executing it in a terminal
913
915
914
916
```` bash
0 commit comments