PHP code example of ntavelis / dockposer
1. Go to this page and download the library: Download ntavelis/dockposer 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/ */
ntavelis / dockposer example snippets
dockerfile
###> ntavelis/dockposer/php-extensions ###
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
RUN install-php-extensions \
ldap
###> ntavelis/dockposer/php-extensions ###