PHP code example of withfatpanda / bamboo

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

    

withfatpanda / bamboo example snippets


  namespace ChangeThisNamespace; // change this...

  class Plugin // ...don't change this.

  extends FatPanda\Illuminate\WordPress\Plugin { }

  

  /*
  Plugin Name:    @@PLUGIN_NAME@@
  Plugin URI:     @@PLUGIN_URI@@
  Description:    @@PLUGIN_DESCRIPTION@@
  Version:        @@PLUGIN_VERSION@@
  Author:         @@PLUGIN_AUTHOR@@ 
  Author URI:     @@PLUGIN_AUTHOR_URI@@
  License:        @@PLUGIN_LICENSE@@
  License URI:    @@PLUGIN_LICENSE_URI@@
  Text Domain:    @@PLUGIN_TEXT_DOMAIN@@
  Domain Path:    /resources/lang
  */