PHP code example of jaeger-app / platforms

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

    

jaeger-app / platforms example snippets


\JaegerApp\Platforms\AbstractPlatform::getDbCredentials();
\JaegerApp\Platforms\AbstractPlatform::getEmailConfig();
\JaegerApp\Platforms\AbstractPlatform::getCurrentUrl();
\JaegerApp\Platforms\AbstractPlatform::getSiteName();
\JaegerApp\Platforms\AbstractPlatform::getTimezone();
\JaegerApp\Platforms\AbstractPlatform::getSiteUrl();
\JaegerApp\Platforms\AbstractPlatform::getEncryptionKey();
\JaegerApp\Platforms\AbstractPlatform::getConfigOverrides();
\JaegerApp\Platforms\AbstractPlatform::redirect($url);
\JaegerApp\Platforms\AbstractPlatform::getPost($key, $default = false)
\JaegerApp\Platforms\AbstractPlatform::setSettingsTable($table)
\JaegerApp\Platforms\AbstractPlatform::getSettingsTable()