PHP code example of humanmade / aws-rekognition

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

    

humanmade / aws-rekognition example snippets



define( 'AWS_REKOGNITION_REGION', 'eu-west-1' );
define( 'AWS_REKOGNITION_KEY', '*************' );
define( 'AWS_REKOGNITION_SECRET', '*************' );