PHPackages                             ivoba/silverstripe-profileable - 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. ivoba/silverstripe-profileable

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

ivoba/silverstripe-profileable
==============================

SilverStripe Profileable Module

1.1.0(9y ago)2221MITPHP

Since May 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ivoba/silverstripe-profileable)[ Packagist](https://packagist.org/packages/ivoba/silverstripe-profileable)[ RSS](/packages/ivoba-silverstripe-profileable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

SilverStripe Profileable Module
===============================

[](#silverstripe-profileable-module)

The Profileable module adds typical profile fields like address, email, profilepicture, etc to an object by extending the addressable module. It inherits all functionality from the addressable module like automatic geocoding.

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

[](#requirements)

- SilverStripe 3+
- Addressable:

Quick Usage Overview
--------------------

[](#quick-usage-overview)

Install the Addressable module first! In order to add profile + address fields (name, address, suburb, city, postcode and country, city, phone, fax, email, www, picture) to an object, simply apply to `Profileable` extension:

```
Object::add_extension('Object', 'Profileable');

```

Run *dev/build* and you will have a Profile tab in your backend for the extended Object.

To render the Profile just call this in your template: $getFullProfileHTML This will render the profile in semantic hContact mircroformat markup.

To configure the ProfilePicture Upload set this in your \_config.php:

```
Profileable::$ProfilePictureAllowedTypes = array('png');
Profileable::$ProfilePictureFolder = 'youruploaddir';

```

You can use all functionality from the addressable module like: **automatic geocoding**

```
Object::add_extension('Object', 'Geocodable');

```

Or in \_config.yml:

```
MyPage:
  extensions:
    - Profileable
    - Geocodable

```

**define a global set of allowed states or countries**

```
Profileable::set_allowed_countries(array('DE'=>'Deutschland'));

```

**render a GoogleMap**

```
$ProfileMap(300,200)

```

---

Released under MIT License (i.e., do whatever you want with this and use at your own risk)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 97.7% 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 ~408 days

Total

2

Last Release

3600d ago

### Community

Maintainers

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

---

Top Contributors

[![ivoba](https://avatars.githubusercontent.com/u/471254?v=4)](https://github.com/ivoba "ivoba (42 commits)")[![spekulatius](https://avatars.githubusercontent.com/u/8433587?v=4)](https://github.com/spekulatius "spekulatius (1 commits)")

---

Tags

silverstripeprofile

### Embed Badge

![Health badge](/badges/ivoba-silverstripe-profileable/health.svg)

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

PHPackages © 2026

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