1. Go to this page and download the library: Download uestla/aliaser 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/ */
uestla / aliaser example snippets
namespace Model\Entities;
use \DateTime;
/**
* @property User $author
* @property DateTime $written
*/
class Book
{}
function foo()
{}