PHP code example of waaseyaa / api
1. Go to this page and download the library: Download waaseyaa/api 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/ */
waaseyaa / api example snippets
'api' => [
'content_search' => [
'enabled' => true,
'rate_limit' => [
'identity_max' => 30,
'global_max' => 300,
'window_seconds' => 60,
],
],
],