PHPackages                             tarosky/tscf - 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. tarosky/tscf

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

tarosky/tscf
============

Tarosky's custom field manager.

2.0.2(1y ago)95423[9 issues](https://github.com/tarosky/tscf/issues)[1 PRs](https://github.com/tarosky/tscf/pulls)1GPL-3.0-or-laterPHPPHP &gt;=7.4CI passing

Since Oct 23Pushed 4w ago11 watchersCompare

[ Source](https://github.com/tarosky/tscf)[ Packagist](https://packagist.org/packages/tarosky/tscf)[ RSS](/packages/tarosky-tscf/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (15)Used By (1)

TSCF - Tarosky Custom Field manager
===================================

[](#tscf---tarosky-custom-field-manager)

Contributors: Takahashi\_Fumiki, tarosky
Tags: custom field
Requires at least: 5.9.0
Requires PHP: 7.4
Tested up to: 6.5
Stable tag: 1.2.0
License: GPLv3 or later
License URI:

TaroSky's Custom Field manager. Scalable, Well-Structured and Maintainable. Requires PHP5.4 or later.

Description
-----------

[](#description)

Custom fields are stuff box for WordPress. They can store almost everything. Number, Date, CSV and nested array.

Besides that, custom fields can be used for many purpose.

- To display extra information for posts.
- To sort posts by their event date.
- To hide posts from unregistered user.

Thus, they can be easily uncontrollable.

**TSCF** provides scalable way. A JSON file indicates what custom fields should be and you can get their value.

You can maintain it on VCS like git or svn.

Additional features:

- Supports child theme. you can override config file.
- JSON editor. But we don't recommend it. Don't edit it directly on production environment.

Installation
------------

[](#installation)

1. Upload the plugin files to the `/wp-content/plugins/tscf` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. If JSON doesn't exist, put it or create from `Appearance > Custom Fields Config`.

We also host this plugin on [github](https://github.com/tarosky/tscf), build like below. composer and npm are required.

```
# Move to your plugin directory.
cd wp-content/plugins
# Clone repo.
git clone git@github.com:tarosky/tscf.git
# Buidl plugin.
cd tscf
composer install
npm install
npm run package
# If you want watch assets, run watch.
npm run watch
```

Of course, any pull requests are welcomed :)

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

### I founded a bug.

[](#i-founded-a-bug)

Please make issue on [github](https://github.com/tarosky/tscf/issues).

Screenshots
-----------

[](#screenshots)

W.I.P

Changelog
---------

[](#changelog)

### 1.2.0

[](#120)

- Add support for term meta (taxonomy).

### 1.1.1

[](#111)

- Fix fatal error on composer loading.

### 1.1.0

[](#110)

- Composer ready.

### 1.0.0

[](#100)

- Initial release.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance50

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~333 days

Recently: every ~641 days

Total

9

Last Release

501d ago

Major Versions

1.1.5 → 2.0.02024-04-25

PHP version history (2 changes)1.0.0PHP &gt;=5.4

2.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/84587?v=4)[Takahashi Fumiki](/maintainers/fumikito)[@fumikito](https://github.com/fumikito)

![](https://avatars.githubusercontent.com/u/1564991?v=4)[Toru Miki](/maintainers/waviaei)[@waviaei](https://github.com/waviaei)

![](https://avatars.githubusercontent.com/u/12147452?v=4)[ryouta-igarashi](/maintainers/ryouta-igarashi)[@ryouta-igarashi](https://github.com/ryouta-igarashi)

---

Top Contributors

[![fumikito](https://avatars.githubusercontent.com/u/84587?v=4)](https://github.com/fumikito "fumikito (67 commits)")[![MarikoMorimoto](https://avatars.githubusercontent.com/u/100060953?v=4)](https://github.com/MarikoMorimoto "MarikoMorimoto (58 commits)")[![ko31](https://avatars.githubusercontent.com/u/84167?v=4)](https://github.com/ko31 "ko31 (4 commits)")[![mayukojpn](https://avatars.githubusercontent.com/u/1886443?v=4)](https://github.com/mayukojpn "mayukojpn (2 commits)")[![tunetomo-yamamoto](https://avatars.githubusercontent.com/u/22634413?v=4)](https://github.com/tunetomo-yamamoto "tunetomo-yamamoto (2 commits)")[![ryouta-igarashi](https://avatars.githubusercontent.com/u/12147452?v=4)](https://github.com/ryouta-igarashi "ryouta-igarashi (1 commits)")

---

Tags

custom-fieldswordpresswordpress-pluginwordpress-plugin-ga

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tarosky-tscf/health.svg)

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

###  Alternatives

[jawira/case-converter

Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.

1747.5M86](/packages/jawira-case-converter)

PHPackages © 2026

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