kingfnips/plutonium

All the plutonium are belong to us

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/kingfnips/plutonium

0.0.2 2018-02-06 19:55 UTC

This package is not auto-updated.

Last update: 2025-12-14 14:48:46 UTC


README

All the plutonium are belong to us. Pluto is a planet.

Installation

With Composer

$ composer require kingfnips/Plutonium

composer.json

{
    "require": {
        "kingfnips/Plutonium": "0.0.*"
    }
}
$ composer install
$ composer dump-autoload
<?php
require_once __DIR__ . '/vendor/autoload.php';

use kingfnips\Plutonium\Plutonium;

$miner = new Plutonium;