PHPackages                             fishingboy/external\_sort - 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. fishingboy/external\_sort

ActiveLibrary

fishingboy/external\_sort
=========================

external sort PHP library

023PHP

Since Aug 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fishingboy/ExternalSort)[ Packagist](https://packagist.org/packages/fishingboy/external_sort)[ RSS](/packages/fishingboy-external-sort/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ExternalSort - PHP 外部排序法
========================

[](#externalsort---php-外部排序法)

很久以前寫的 PHP 外部排序法 主要是因為如果要排序的資料非常大，大到在記憶體內無法排序時 可以使用這個外部排序來排，並可以指定一個數量的上限，超過上限才會用外部排序的機制 在上限內的話則會在記憶體內做完排序就把結果輸出出去

拉出來放一個專案是為了可以貢獻到 Packagist 讓有需要的人可以使用 Composer 進行安裝

安裝請下

`  { "require": { "fishingboy/external_sort": "dev-master" } }`

載入請用

`use fishingboy\external_sort\External_sort;`

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/45bf9bc379ef669c12d4f474f48d65b40cc371652e668ec213954817a048309d?d=identicon)[fishingboy](/maintainers/fishingboy)

---

Top Contributors

[![fishingboy](https://avatars.githubusercontent.com/u/4921524?v=4)](https://github.com/fishingboy "fishingboy (11 commits)")

### Embed Badge

![Health badge](/badges/fishingboy-external-sort/health.svg)

```
[![Health](https://phpackages.com/badges/fishingboy-external-sort/health.svg)](https://phpackages.com/packages/fishingboy-external-sort)
```

PHPackages © 2026

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