File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,26 @@ Wechaty is used in many ChatBot projects by thousands of developers. If you want
4141
4242Scan now, because other Wechaty PHP developers want to talk with you too! (secret code: _ php wechaty_ )
4343
44+ ## Getting Started
45+
46+ ### 1. Docker
47+
48+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/phpwechaty/php-wechaty )] ( https://hub.docker.com/r/phpwechaty/php-wechaty/ )
49+ [ ![ Docker Layers] ( https://images.microbadger.com/badges/image/wechaty/php-wechaty.svg )] ( https://microbadger.com/#/images/wechaty/php-wechaty )
50+
51+ - PHP Wechaty Starter Repository for Docker - < https://github.com/wechaty/docker-php-wechaty-getting-started >
52+
53+ > PHP Wechaty Docker supports PHP Script.
54+
55+ 2.1. Run php script
56+
57+ ``` shell
58+ # for php script
59+ docker run -ti --volume=" $( pwd) " :/bot --rm phpwechaty/php-wechaty:v1 docker/ding-dong-bot.php
60+ ```
61+
62+ > Learn more about Wechaty Docker at [ Wiki: Docker ] ( https://github.com/Wechaty/php-wechaty/wiki/Docker ) .
63+
4464## The World's Shortest PHP ChatBot: 8 lines of Code
4565
4666### php
You can’t perform that action at this time.
0 commit comments