9pow99/donut

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/9pow99/donut

2.0.0 2019-04-02 05:58 UTC

This package is auto-updated.

Last update: 2025-10-29 02:21:44 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();