PHP code example of indatus / assembler

1. Go to this page and download the library: Download indatus/assembler 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/ */

    

indatus / assembler example snippets

 yaml
raw_goods:
  - mysql:
    - user: root
    - password: password
  - php
suppliers:
  - [email protected]:saltstack-formulas/mysql.git
  - [email protected]:saltstack-formulas/php.git
userData: config/provision.sh # optional
 yaml
provider: digitalocean
tokens:
   digitalocean: yoursuperlongapitoken111
ssh:
  keys:
    - 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
userData: config/provision.sh # optional