PHPackages                             vulcandigital/silverstripe-birthdayfield - 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. vulcandigital/silverstripe-birthdayfield

ActiveSilverstripe-vendormodule

vulcandigital/silverstripe-birthdayfield
========================================

An inline birthday field for SilverStripe

1.1.1(8y ago)3133BSD-3-ClausePHP

Since Dec 9Pushed 8y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (3)Used By (0)

silverstripe-birthdayfield
--------------------------

[](#silverstripe-birthdayfield)

Requirements
------------

[](#requirements)

- silverstripe/silverstripe-framework: ^4.0

Install
-------

[](#install)

```
composer require vulcandigital/silverstripe-birthdayfield
```

Usage
-----

[](#usage)

```
class BirthdayForm extends Form
{
    public function __construct(RequestHandler $controller = null, $name = self::DEFAULT_NAME)
    {
        $fields = FieldList::create([
            $birthday = BirthdayField::create('Birthday', 'Birthday')
        ]);

        $actions =  FieldList::create([
            FormAction::create('process', 'Submit Birthday')
        ]);

        $validator = RequiredFields::create([
            'Birthday'
        ]);

        parent::__construct($controller, $name, $fields, $actions, $validator);
    }
}
```

If you wish for it to render inline with columns (Bootstrap v3 required) you can then

```
$birthday->setBootstrapRender(true);
```

If you want to disable the individual labels for each of the fields and leave only the main one:

```
$birthday->disableTitles();
```

Configuration
-------------

[](#configuration)

```
Vulcan\BirthdayField\Forms\BirthdayField:
    # Change the output/read-only format display of the field
    format: 'Y-m-d'
```

License
-------

[](#license)

[BSD 3-Clause](LICENSE.md) © Vulcan Digital Ltd

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~27 days

Total

3

Last Release

3023d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79352f13e05702b6ba2a9e27508d7cbd72e902342ff4e6608861b40a7cab5644?d=identicon)[vulcandigital](/maintainers/vulcandigital)

---

Top Contributors

[![zanderwar](https://avatars.githubusercontent.com/u/13566916?v=4)](https://github.com/zanderwar "zanderwar (10 commits)")

---

Tags

birthdaysilverstripe-4silverstripe-modulevulcandigital

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vulcandigital-silverstripe-birthdayfield/health.svg)

```
[![Health](https://phpackages.com/badges/vulcandigital-silverstripe-birthdayfield/health.svg)](https://phpackages.com/packages/vulcandigital-silverstripe-birthdayfield)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[silverstripe/graphql

GraphQL server for SilverStripe models and other data

512.4M21](/packages/silverstripe-graphql)[silverstripe/admin

SilverStripe admin interface

262.6M325](/packages/silverstripe-admin)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)[silverleague/ideannotator

Generate PHP DocBlock annotations for DataObject and DataExtension databasefields and relation methods

4768.0k43](/packages/silverleague-ideannotator)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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