9pow99/donut

2.0.0 2019-04-02 05:58 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:59 UTC


README

To install the package using Composer run the following command:

composer require 9pow99/donut

To setup the package add the following code to your script:

<?php

require_once 'vendor/autoload.php';

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