PHPackages                             fbf/laravel-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. [Queues &amp; Workers](/categories/queues)
4. /
5. fbf/laravel-jobs

ActiveLibrary[Queues &amp; Workers](/categories/queues)

fbf/laravel-jobs
================

A Laravel 4 package for adding jobs listings to a website

v0.3.0(12y ago)2218714[2 issues](https://github.com/FbF/Laravel-Jobs/issues)[8 PRs](https://github.com/FbF/Laravel-Jobs/pulls)MITPHPPHP &gt;=5.3.0

Since Jan 8Pushed 5y ago5 watchersCompare

[ Source](https://github.com/FbF/Laravel-Jobs)[ Packagist](https://packagist.org/packages/fbf/laravel-jobs)[ RSS](/packages/fbf-laravel-jobs/feed)WikiDiscussions master Synced today

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

Laravel-Jobs
============

[](#laravel-jobs)

A Laravel 4 package for adding jobs listings to a website

Features
--------

[](#features)

- Jobs index and detail page functionality with search
- Ability to apply for a job and upload a CV
- Jobs can be draft or approved
- Jobs can be permanent or temporary and part time or full time
- Flexible configurable way of having salaries associated with a job
- They have a published date that you can set in the future for delayed/scheduled publishing
- Job slugs are automatically created from the job title
- Control meta description and keywords of job detail pages for SEO purposes
- Uses soft deletes in case you need to retrieve old content
- Configure the rendered views so you can use one in your app rather than the one in the package
- Make use of partials in your own view so you can add extra stuff around the partial

Comes with a
------------

[](#comes-with-a)

- Migration for creating the fbf\_jobs table (N.B. The search function makes use of MySQL Full Text search, so the engine is set to MyISAM)
- Model, controller and views (main view and partials)
- Built in configurable routes
- Faker seed to seed your database with loads of good test data

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

[](#installation)

Add the following to you composer.json file

```
"fbf/laravel-jobs": "dev-master"

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelJobs\LaravelJobsServiceProvider'

```

Publish the config

```
php artisan config:publish fbf/laravel-jobs

```

Run the migration

```
php artisan migrate --package="fbf/laravel-jobs"

```

Optionally copy the administrator config to your administrators model config directory, if you have one

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

[](#configuration)

There are loads of options in the config file, check it out.

Administrator
-------------

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your jobs.

A ready-to-use model config file for the Job model (jobs.php) is provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model\_config\_path in the administrator config file).

Faker seed
----------

[](#faker-seed)

The package comes with a seed that can populate the table with a whole bunch of sample jobs. To run it:

```
php artisan db:seed --class="Fbf\LaravelJobs\JobsTableFakeSeeder"

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

4484d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fbf-laravel-jobs/health.svg)

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

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)[stancl/jobpipeline

Turn any series of jobs into Laravel listeners.

1226.6M10](/packages/stancl-jobpipeline)[prwnr/laravel-streamer

Events streaming package for Laravel that uses Redis 5 streams

110196.9k1](/packages/prwnr-laravel-streamer)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[saeedvaziry/laravel-async

Run asynchronous code in Laravel without waiting for results

15310.0k](/packages/saeedvaziry-laravel-async)

PHPackages © 2026

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