PHP code example of keinos / hello-world-tpl

1. Go to this page and download the library: Download keinos/hello-world-tpl 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/ */

    

keinos / hello-world-tpl example snippets

bash
    # For Docker and docker-compose user (No PHP nor composer user)
    git clone https://github.com/KEINOS/TPL-PHP-HelloWorld.git MyNewProject
    cd MyNewProject
    
bash
    rm -rf .git
    git init
    ./.devcontainer/initialize_package.php MyVendorName