PHP code example of mkorkmaz / elastico

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

    

mkorkmaz / elastico example snippets


mkdir elastico
cd elastico
composer ./app
cp app/app_config.sample.php app/app_config.php


composer create-project mkorkmaz/elastico
cd elastico
cp app/app_config.sample.php app/app_config.php