PHPackages                             ryofujimotox/php\_library - 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. ryofujimotox/php\_library

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

ryofujimotox/php\_library
=========================

php library

v2.1.4(2y ago)0722MITPHP

Since May 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ryofujimotox/php_library)[ Packagist](https://packagist.org/packages/ryofujimotox/php_library)[ Docs](https://github.com/ryofujimotox/php_library)[ RSS](/packages/ryofujimotox-php-library/feed)WikiDiscussions v1 Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (2)

How to use
==========

[](#how-to-use)

1. write composer.json

```
"require": {
    "ryofujimotox/php_library": "^1"
},
"repositories": [
    {
    "type": "git",
    "url": "https://github.com/ryofujimotox/php_library"
    }
],
```

2. install

```
composer install

```

3. use

```
// todo FW使ってる場合はいらない
require_once 'vendor/autoload.php';

use FrUtility\Table\Prefecturer;
use FrUtility\Extended\ArrayKit;

// インストールできたことを確認するだけ
function installTest() {
    $Prefs = new Prefecturer();
    var_dump($Prefs);

    $test = ArrayKit::slice_firla([1, 2, 3, 4, 5], 1, 2);
    var_dump($test);
}
installTest();
exit;
```

### update

[](#update)

```
composer update

```

Tests
=====

[](#tests)

1. install

```
composer install

```

2. run

```
./vendor/bin/phpunit tests

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Every ~5 days

Total

12

Last Release

1043d ago

Major Versions

v1.x-dev → v2.0.02023-05-10

### Community

Maintainers

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

---

Top Contributors

[![fujimoto-github](https://avatars.githubusercontent.com/u/61683476?v=4)](https://github.com/fujimoto-github "fujimoto-github (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ryofujimotox-php-library/health.svg)

```
[![Health](https://phpackages.com/badges/ryofujimotox-php-library/health.svg)](https://phpackages.com/packages/ryofujimotox-php-library)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

44763.4k2](/packages/pimcore-data-importer)[portphp/spreadsheet

PhpSpreadsheet reader and writer for Port

14796.4k4](/packages/portphp-spreadsheet)

PHPackages © 2026

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