kingfnips/plutonium

All the plutonium are belong to us

0.0.2 2018-02-06 19:55 UTC

This package is not auto-updated.

Last update: 2025-07-13 12:58:01 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;