PHP code example of dbwebb / htmlphp
1. Go to this page and download the library: Download dbwebb/htmlphp 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/ */
dbwebb / htmlphp example snippets
$ docker-compose run php php --version
PHP 7.4.4 (cli) (built: Mar 31 2020 18:15:38) ( NTS )
$ docker-compose run php74 php --version
PHP 7.4.4 (cli) (built: Mar 31 2020 18:15:38) ( NTS )
$ docker-compose run php73 php --version
PHP 7.3.16 (cli) (built: Mar 31 2020 18:42:19) ( NTS )
$ docker-compose run php72 php --version
PHP 7.2.29 (cli) (built: Mar 31 2020 19:33:03) ( NTS )