PHP code example of firemidge / identifier

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

    

firemidge / identifier example snippets

public function findById(UserId $id) : ?User;
public function findById(string $id) : ?User;
public function __construct(FileId $id, ProjectId $projectId, CreatorId $creatorId)