PHP code example of platinumpixs / aws-symfony2-bundle

1. Go to this page and download the library: Download platinumpixs/aws-symfony2-bundle 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/ */

    

platinumpixs / aws-symfony2-bundle example snippets


$loader->registerNamespaces(
  'PlatinumPixs'                  => __DIR__ . '/../vendor/platinumpixs'
)

public function registerBundles() {
  $bundles = array(
    new PlatinumPixs\Aws\PlatinumPixsAwsBundle()
  );
}

$this->get('platinum_pixs_aws.default');

$this->get('platinum_pixs_aws.base');