PHP code example of seekquarry / atto

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

    

seekquarry / atto example snippets



seekquarry\atto\Website;

$test = new WebSite();
/*
    A Simple Atto WebSite used to display a Hello World landing page.
    After changing the 



use seekquarry\atto\Website;

$test = new seekquarry\atto\Website();

php index.php 01