PHPackages                             viget/craft-lever - 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. viget/craft-lever

ActiveCraft-plugin

viget/craft-lever
=================

Wrapper to integrate with the Lever API

3.0.0(2y ago)21.4k1MITPHPPHP ^8.0.2

Since Nov 7Pushed 2y ago13 watchersCompare

[ Source](https://github.com/vigetlabs/craft-lever)[ Packagist](https://packagist.org/packages/viget/craft-lever)[ RSS](/packages/viget-craft-lever/feed)WikiDiscussions main Synced today

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

Lever plugin for Craft CMS
==========================

[](#lever-plugin-for-craft-cms)

[Lever Hire](https://www.lever.co/) is a powerful recruiting platform to track applicants. Now you can integrate with Lever directly from your [Craft](https://craftcms.com/) site.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.0.0 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require viget/craft-lever

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Lever.

Lever Overview
--------------

[](#lever-overview)

Instead of sending applicants to apply on your Lever site, you can create a form to save applicants right on your Craft site.

Configuring Lever
-----------------

[](#configuring-lever)

1. Copy `src/config.php`
2. Save the file as `config/lever.php`
3. Add your Lever values for `apiKey` and `site`

### Finding Your API Key

[](#finding-your-api-key)

[![Screenshot](resources/lever-api-key.png)](resources/lever-api-key.png)

[Visit Sections &gt; Integrations &gt; API to find your API Key](https://hire.lever.co/settings/integrations?tab=api)

### Finding Your Site

[](#finding-your-site)

[![Screenshot](resources/lever-site.png)](resources/lever-site.png)

[Visit Sections &gt; Job site to find your Site](https://hire.lever.co/settings/site). The value you need to use in the config is everything that comes after `https://jobs.lever.co/`. In the screenshot above, the site value is `viget`.

Using Lever
-----------

[](#using-lever)

For applicants to apply to jobs in Lever, you will need to build a form to process these requests. Here is the form in its simplest state:

```

	{{ getCsrfInput() }}

	{{ redirectInput('careers/thanks') }}

	Name

	Email

	...

```

### Fields

[](#fields)

#### `position`

[](#position)

The Lever ID of the position to apply to.

#### `name`

[](#name)

This is a required field.

#### `email`

[](#email)

This is a required field.

#### `urls`

[](#urls)

This is an optional field. It will split a `` on new lines and submit each URL separately.

#### Optional Fields

[](#optional-fields)

You can see additional optional fields in the [Lever Postings API documentation](https://github.com/lever/postings-api#apply-to-a-job-posting).

Field Type
----------

[](#field-type)

A Lever Field Type is also available in this plugin. If you want a control panel user to select which position(s) can be applied to, this will provide a list of open positions from Lever in the Craft control panel for a control panel user to select from.

[![Screenshot](resources/lever-field-type.png)](resources/lever-field-type.png)

### Front-End Example

[](#front-end-example)

```
Position

	Select Position
	{% for opening in entry.leverPositions %}
		{{ opening.leverTitle }}
	{% endfor %}

```

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~1693 days

Total

2

Last Release

1047d ago

Major Versions

2.0.0 → 3.0.02023-06-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/9728af4299f2de6d5f099f957bf6f4c8b312076b104910f8d4d8afc39540b686?d=identicon)[viget](/maintainers/viget)

---

Top Contributors

[![davist11](https://avatars.githubusercontent.com/u/199985?v=4)](https://github.com/davist11 "davist11 (4 commits)")[![ten1seven](https://avatars.githubusercontent.com/u/137020?v=4)](https://github.com/ten1seven "ten1seven (4 commits)")

---

Tags

craft-plugincraft3cmsCraftcraftcmscraft-pluginlever

### Embed Badge

![Health badge](/badges/viget-craft-lever/health.svg)

```
[![Health](https://phpackages.com/badges/viget-craft-lever/health.svg)](https://phpackages.com/packages/viget-craft-lever)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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