PHPackages                             dmlogic/recruitment-api - 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. [API Development](/categories/api)
4. /
5. dmlogic/recruitment-api

ActiveLibrary[API Development](/categories/api)

dmlogic/recruitment-api
=======================

Take job applications via a REST API

012PHP

Since Sep 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dmlogic/recruitment-api)[ Packagist](https://packagist.org/packages/dmlogic/recruitment-api)[ RSS](/packages/dmlogic-recruitment-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Recruitment API
===============

[](#recruitment-api)

This is a Laravel package that provides a REST API to receive applications for job positions.

The idea with this package is advertise the endpoint, give the applicant whatever information we choose with a welcome view and let them figure it out from there. If they can, at least some of our candidate filtering is done.

Application process
-------------------

[](#application-process)

- The applicant is directed to GET /api where any instructions you wish to give are shown
- The applicant is expected to discover detailed instructions at OPTIONS /api
- The applicant submits to POST /api with `email` and position `reference`
- A notification is implemented to send the applicant their unique URL and access token. The URL is `route('view',['uuid' => $application->uuid'])`
- The applicant finds details instructions at OPTIONS /{$url}
- The applicant submits one or more requests to POST|PUT|PATCH /{$url} until all fields are complete
- The applicant optionally uploads a CV to POST /{$url}/cv\_upload
- The applicant reviews their data at GET /{$url}
- Once happy, the applicant submits to POST /{$url}/confirm
- A notification is implemented to advise of a confirmed submission

Notifications
-------------

[](#notifications)

This package does not make any assumptions about the notifications you'd like to send. Instead it fires events at appropriate times so you can implement the notitification workflow of your choice.

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

[](#installation)

- Create a Laravel 8.x app
- `composer require dmlogic/recruitment-api`
- `php artisan vendor:publish` and amend views and config values as required
- The database tables will need creating. This will not happen automatically. You can copy migrations from "database/migrations" to your app or make tables manually
- Implement appropriate listeners for `ApplicationCreated` and `ApplicationConfirmed`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1250252?v=4)[Darren Miller](/maintainers/dmlogic)[@dmlogic](https://github.com/dmlogic)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dmlogic-recruitment-api/health.svg)

```
[![Health](https://phpackages.com/badges/dmlogic-recruitment-api/health.svg)](https://phpackages.com/packages/dmlogic-recruitment-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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