PHPackages                             leon0204/superget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. leon0204/superget

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

leon0204/superget
=================

Just for get everthing.

0162PHP

Since Nov 7Pushed 8y agoCompare

[ Source](https://github.com/leon0204/superget)[ Packagist](https://packagist.org/packages/leon0204/superget)[ RSS](/packages/leon0204-superget/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Superget 轻量级工具
==============

[](#superget-轻量级工具)

For get everthing.
------------------

[](#for-get-everthing)

[![icon](https://camo.githubusercontent.com/a5c22a33ea7dbe753501dc9c2986383aec436d6c4c85ca127d37b36dc1d83cb2/68747470733a2f2f63646e302e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f626c61636b2d69636f6e2d736f6369616c2d6d656469612f3235362f3039393238302d626c696e6b6c6973742d6c6f676f2e706e67)](https://camo.githubusercontent.com/a5c22a33ea7dbe753501dc9c2986383aec436d6c4c85ca127d37b36dc1d83cb2/68747470733a2f2f63646e302e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f626c61636b2d69636f6e2d736f6369616c2d6d656469612f3235362f3039393238302d626c696e6b6c6973742d6c6f676f2e706e67)

Via `Composer`
==============

[](#via---composer)

- bash
- `composer` require `leon0204/superget` dev-master (推荐)
- php
- $superget = new SuperGet\\SuperGet;

更新日志
====

[](#更新日志)

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)and this project adheres to [Semantic Versioning](http://semver.org/).

\[0.1.0\] - 2017-1-16
---------------------

[](#010---2017-1-16)

### 添加基础配置

[](#添加基础配置)

- INIT add base config@leon0204.
- Model add base model.etc,Catch,Img,Article.@leon0204.

\[0.1.1\] - 2017-1-17
---------------------

[](#011---2017-1-17)

### 添加快照

[](#添加快照)

- ADD curl -snapshot @leon0204

\[0.1.2\] - 2017-1-29
---------------------

[](#012---2017-1-29)

### 添加邮件发送

[](#添加邮件发送)

- ADD `email` send - `email` @leon0204
- `composer` require `phpmailer/phpmailer` `dev-master`
- 使用案例

```
use `SuperGet\Utils`  as `Utils`;

//必填参数
$params['username'] = '邮箱号';
$params['password'] = '设置SMTP服务密码，注意不是邮箱密码';
$params['port'] = 25;  //设置端口号
$params['host'] = 'smtp.qq.com';  //邮件服务器

$params['subject'] = '邮件标题';
$params['text'] = '邮件正文';//可以设置成带css的html内容

$params['sendTo'] = '收件邮箱';
$params['sendNick'] = '发件人昵称';
$params['sendToNick'] = '收件人昵称';

//选填参数
$params['filePath'] = '';//附件路径
$params['fileName'] = '';//附件名称
$params['picPath'] = '';//图片路径
$params['picName'] = '';//图片名称

$send  =  Utils\SendEmail::send($params);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f415a9c0b93568bf0e1f398530145e5a7a97ca4a4a0d31e454248c4e9897c178?d=identicon)[leon0204](/maintainers/leon0204)

---

Top Contributors

[![leon0204](https://avatars.githubusercontent.com/u/13375688?v=4)](https://github.com/leon0204 "leon0204 (9 commits)")

### Embed Badge

![Health badge](/badges/leon0204-superget/health.svg)

```
[![Health](https://phpackages.com/badges/leon0204-superget/health.svg)](https://phpackages.com/packages/leon0204-superget)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
