PHP Classes

File: src/Support/RadianceAlias.php

Recommend this page to a friend!
  Packages of tomloprod   Radiance   src/Support/RadianceAlias.php   Download  
File: src/Support/RadianceAlias.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Radiance
Generate avatar images from parameters
Author: By
Last change:
Date: 2 months ago
Size: 219 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

use
Tomloprod\Radiance\Services\RadianceManager;

if (!
function_exists('radiance')) {
    function
radiance(): RadianceManager
   
{
        return
RadianceManager::instance();
    }
}