Skip to content

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

License

Notifications You must be signed in to change notification settings

srmklive/dockernator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages