renmichaela/vibrant

一个方便的PHP包,包含一系列占位符照片API

1.2.0 2023-11-04 06:47 UTC

This package is auto-updated.

Last update: 2024-09-04 08:43:28 UTC


README

一个方便的PHP包,包含一系列占位符照片API

composer require renmichaela/vibrant

使用方法

use Vibrant\Random;
use Vibrant\Formatters\StringFormat;
use Vibrant\Formatters\HtmlFormat;
use Vibrant\Formatters\ResponseFormat;

// ...

Random::{method}()->format(new StringFormat); # https://[apisource]
Random::{method}()->format(new HtmlFormat); # <img src="https://[apisource]" alt="Random [Class]" />
Random::{method}()->format(new ResponseFormat); # Sets headers and echos image content