9pow99/donut

2.0.0 2019-04-02 05:58 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:14 UTC


README

使用 Composer 安装包,请运行以下命令

composer require 9pow99/donut

要设置包,请将以下代码添加到您的脚本中

<?php

require_once 'vendor/autoload.php';

$donut = new \Donut\Donut();
$donut->showAnimation();