kingfnips/plutonium

All the plutonium are belong to us

Maintainers

Package info

github.com/kingfnips/Plutonium

pkg:composer/kingfnips/plutonium

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.0.2 2018-02-06 19:55 UTC

This package is not auto-updated.

Last update: 2026-04-19 16:23:22 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;