PHP code example of simpsyst / improve

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

    

simpsyst / improve example snippets



= new \SimpSyst\Improve\Improve();

echo $op->improver(
    "improve Happy and @SimpSyst",
    "Is a compact and easy-to-use tag creator to improve your site",
    "https://www.diegomatos.com/simpsyst/improve/example/",
    "https://www.diegomatos.com/storage/images/cache/tutorial-blockchain-para-iniciantes-aprenda-a-tecnologia-blockchain-800x500-34fd23f6.jpg"
)->render();


= new \SimpSyst\Improve\Improve();

echo $op->publisher(
  "compusert",
  "diegoamatos"
)->render();


= new \SimpSyst\Improve\Improve();

echo $op->twitterCard(
  "@diegoamatos",
  "@compusert",
  "diegomatos.com",
  "summary_large_image"
)->render();


= new \SimpSyst\Improve\Improve();

echo $op->openGraph(
  "compusert",
  "pt_BR",
  "article"
)->render();