PHPackages                             visiosoft/list-field\_type - 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. visiosoft/list-field\_type

AbandonedStreams-addon[Utility &amp; Helpers](/categories/utility)

visiosoft/list-field\_type
==========================

A List Field Type.

19.5kPHP

Pushed 5y ago1 watchersCompare

[ Source](https://github.com/openclassify/list-field_type)[ Packagist](https://packagist.org/packages/visiosoft/list-field_type)[ RSS](/packages/visiosoft-list-field-type/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersionsUsed By (0)

README
======

[](#readme)

### What is this repository for?

[](#what-is-this-repository-for)

A simple list field-type for Pyrocms 3 that allows you to add dynamic lists to items without end users breaking the layout.

Reorder, Add more lines, remove them

### How do I use this?

[](#how-do-i-use-this)

Returns an array of values {{ visiosoft.field\_type.list.values }}

Returns the number of list items {{ visiosoft.field\_type.list.count }}

Configuration
=============

[](#configuration)

Below is the full configuration available with defaults.

```
protected $fields = [
    "example" => [
        "type"   => "emange.field_type.list",
        "config" => [
            "min" => null,
            "max" => null
        ]
    ]
];

```

---

Basic Configuration
-------------------

[](#basic-configuration)

### Default Value

[](#default-value)

```
"default_type" => "text"

```

The `default_value` allows you to set the input type for validation. Supports text and email.

---

Usage
=====

[](#usage)

Setting Values
--------------

[](#setting-values)

You must set the list field type value with a value or values from the available options.

```
$entry->example = "foo";

```

You can set multiple values with an array.

```
$entry->example = ["foo", "bar"];

```

---

Basic Output
------------

[](#basic-output)

The list field type returns an array of values.

```
$entry->example->values; // ["foo", "bar"];

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity8

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/f1513f423d85b6576155b0dedf76ba14e63a6c5ef5eeacbd5c31c66a48e24f68?d=identicon)[vedatakd](/maintainers/vedatakd)

---

Top Contributors

[![fatihalp](https://avatars.githubusercontent.com/u/219454?v=4)](https://github.com/fatihalp "fatihalp (3 commits)")

### Embed Badge

![Health badge](/badges/visiosoft-list-field-type/health.svg)

```
[![Health](https://phpackages.com/badges/visiosoft-list-field-type/health.svg)](https://phpackages.com/packages/visiosoft-list-field-type)
```

###  Alternatives

[treeware/plant

13355.9k6](/packages/treeware-plant)[aschmelyun/size

Simple PHP helper to convert bytes to different sizes

471.2k](/packages/aschmelyun-size)

PHPackages © 2026

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