PHP code example of ivanlulyf / bunnyphp-memcached

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

    

ivanlulyf / bunnyphp-memcached example snippets


"cache" =>[
    "name" => "bunny.memcached",
    "servers" => [
        ["127.0.0.1",11211],          // replace to your memcached server address list
        ["127.0.0.1",11211,11],       // with priority  
    ]
],