PHP code example of artemevsin / docker-php
1. Go to this page and download the library: Download artemevsin/docker-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
artemevsin / docker-php example snippets
bash
vendor/bin/docker-php
BLACKFIRE_SERVER_ID=xxx
BLACKFIRE_SERVER_TOKEN=xxx
bash
docker exec -it myproject_webserver_1 php vendor/bin/codecept run acceptance