Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.14 KB

dockernator

PHP fork of the Docker Desktop name generator when provisioning containers.

Software License Latest Version on Packagist Total Downloads StyleCI Tests

Installation

The package can be installed through Composer:

composer require srmklive/dockernator

<a name="usage"></a>
## Usage

```php
// Import the class namespaces first, before using it directly
use Srmklive\Dockernator\Generator as NameGenerator;

$provider = new NameGenerator;

// Generate a random beautiful name
$name = $generator->generate();