kingfnips/plutonium

所有的plutonium都属于我们

0.0.2 2018-02-06 19:55 UTC

This package is not auto-updated.

Last update: 2024-09-22 09:18:40 UTC


README

所有的plutonium都属于我们。Pluto是一颗行星。

安装

使用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;