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 1mo ago

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

Maturity32

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://www.gravatar.com/avatar/edd812a055e10338da34ba719c228245d153d57762c428f24ca3c4f74b3685b0?d=identicon)[dmlogic](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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