PHP code example of tarik02 / yandex-maps-embed

1. Go to this page and download the library: Download tarik02/yandex-maps-embed 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/ */

    

tarik02 / yandex-maps-embed example snippets


  Tarik02\YandexMapsEmbed\Providers\YandexMapsEmbedServiceProvider::class,

	$name = yandex_map_parse($string); // Using helper
	$name = YandexMapEmbed::parse($string); // Using facade