PHP code example of phalcon / quill

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

    

phalcon / quill example snippets




return [
    'language'   => 'zephir',
    'source'     => 'phalcon',
    'output'     => 'output/docs/api',
    'assets'     => 'output/docs/assets/css',
    'repository' => 'phalcon/cphalcon',
    'branch'     => '5.0.x',
    'prefix'     => 'phalcon',
    'extension'  => 'zep',
    'namespace'  => 'Phalcon',
    'templates'  => 'output/docs/templates',
];