PHPackages                             tombroucke/otomaties-jobs - 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. tombroucke/otomaties-jobs

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

tombroucke/otomaties-jobs
=========================

Allow people to post jobs. Moderate jobs before publishing

2.4.2(1y ago)1854[10 PRs](https://github.com/tombroucke/otomaties-jobs/pulls)PHP

Since Aug 24Pushed 11mo ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (42)Used By (0)

Otomaties Jobs
==============

[](#otomaties-jobs)

Add job functionality to your wordpress website

Prerequisites
-------------

[](#prerequisites)

- PHP 8.x
- ACF PRO

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

[](#installation)

`composer require tombroucke/otomaties-jobs`

The plugin could be installed by cloning this repo and performing calling `composer install` from the root directory, but there will be no updates.

Layout
------

[](#layout)

### Templates

[](#templates)

This plugin doesn't provide any templates. You should add `archive-events.php` and `content-event.php` yourself.

### Bootstrap

[](#bootstrap)

The registration form uses default bootstrap classes. Following classes should be whitelisted from purgecss

- table
- alert
- alert-success
- alert-danger
- col-12
- row
- mb-3
- mb-0
- col-sm-6
- col-sm-4
- col-sm-8
- form-label
- form-control
- text-danger

Customization
-------------

[](#customization)

### Allow classes in job content

[](#allow-classes-in-job-content)

```
add_filter('otomaties_jobs_job_content_allowed_html', function ($allowedHtml) {
    foreach ($allowedHtml as $key => $value) {
        $allowedHtml[$key]['class'] = [];
    }
    return $allowedHtml;
});
```

### Allow all html tags in job content

[](#allow-all-html-tags-in-job-content)

```
add_filter('otomaties_jobs_job_content_allowed_html', function (){
    global $allowedposttags;
    return $allowedposttags;
});
```

### Add svg support to job content

[](#add-svg-support-to-job-content)

```
add_filter('otomaties_jobs_job_content_allowed_html', function ($allowedHtml) {
    $allowedHtml['svg'] = ['class' => [], 'xmlns' => [], 'viewbox' => [], 'fill' => []];
    $allowedHtml['path'] = ['d' => [], 'fill' => []];
	$allowedHtml['circle'] = ['cx' => [], 'cy' => [], 'r' => []];
    return $allowedHtml;
});
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~189 days

Total

31

Last Release

515d ago

Major Versions

1.0.2 → 2.0.02021-11-22

1.0.3 → 2.1.12022-05-13

1.0.4 → 2.2.02022-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/4178291ccf36e3530aa8a8845124c3af1b24c064739ad98ded5b9679a4316033?d=identicon)[tombroucke](/maintainers/tombroucke)

---

Top Contributors

[![tombroucke](https://avatars.githubusercontent.com/u/24292260?v=4)](https://github.com/tombroucke "tombroucke (41 commits)")

### Embed Badge

![Health badge](/badges/tombroucke-otomaties-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/tombroucke-otomaties-jobs/health.svg)](https://phpackages.com/packages/tombroucke-otomaties-jobs)
```

###  Alternatives

[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[wecodemore/current-admin-info

Displays info about the current admin screen and its globals, contextual hooks, etc.

852.7k](/packages/wecodemore-current-admin-info)

PHPackages © 2026

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