PHPackages                             pessek/hypepostadmin - 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. [Admin Panels](/categories/admin)
4. /
5. pessek/hypepostadmin

ActiveElgg-plugin[Admin Panels](/categories/admin)

pessek/hypepostadmin
====================

Admin interface for managing post schema

v1.0.4(4y ago)03proprietaryPHPPHP &gt;=7.0

Since May 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rheman/hypePostAdmin)[ Packagist](https://packagist.org/packages/pessek/hypepostadmin)[ RSS](/packages/pessek-hypepostadmin/feed)WikiDiscussions master Synced 1mo ago

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

hypePostAdmin
=============

[](#hypepostadmin)

Interactive form builder for managing post schema

This plugin provides an admin interface to extend forms created with hypePost. Dependening on the plugins you have installed, it will provide a set of input fields to choose from, including:

- Text
- Plaintext
- WYSIWYG
- Dropdown / Select
- Checkboxes / Radios
- Boolean / Toggle
- Number
- Email
- URL
- Tags
- Date
- Time (hypeTime)
- User Picker (hypeAutocomplete)
- Group Picker (hypeAutocomplete)
- File Attachments (hypeAttachments)
- Captcha (hypeCaptcha)
- Country (hypeCountries)
- Address (hypeCountries)

Registering new field type
--------------------------

[](#registering-new-field-type)

You can register custom field types. See hypePost to understand how field adapters work.

```
elgg_register_plugin_hook_handler('field_types', 'post', function(Hook $hook) {
   $fields = $hook->getValue();

   $fields[] = [
       'type' => 'postal_code', // corresponds to input/postal_code view
       'config' => [],
       'adapter' => function($params, $entity) {
           return new MetaField($params);
       },
   ];

   return $fields;
});
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1804d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/649b17479d3b3a91bcdbbd05d56d9c55a33e095c8c4412ba6a34fa43bd3aff46?d=identicon)[rhemandaddy](/maintainers/rhemandaddy)

---

Tags

pluginschemaelggadminpost

### Embed Badge

![Health badge](/badges/pessek-hypepostadmin/health.svg)

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

PHPackages © 2026

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