PHP code example of blessedzulu / nativephp-deeplinks

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

    

blessedzulu / nativephp-deeplinks example snippets


return [
    // Paths the Android app should claim. A glob ('/calculators/*') or a bare
    // prefix ('/calculators') both work. Leave empty to keep NativePHP's
    // default, where the app claims your whole domain.
    'paths' => ['/calculators', '/tools', '/planners'],

    // Keep array query params intact through the WebView bridge. Leave this on.
    'preserve_array_query' => true,
];