PHPackages                             craftzing/laravel-lokalise-webhooks - 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. craftzing/laravel-lokalise-webhooks

ActiveLibrary[API Development](/categories/api)

craftzing/laravel-lokalise-webhooks
===================================

Handle Lokalise webhooks in a Laravel app

1.0.0-rc.2(5y ago)32.5kMITPHPPHP ^7.4|^8.0

Since Dec 16Pushed 5y agoCompare

[ Source](https://github.com/craftzing/laravel-lokalise-webhooks)[ Packagist](https://packagist.org/packages/craftzing/laravel-lokalise-webhooks)[ RSS](/packages/craftzing-laravel-lokalise-webhooks/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![Laravel Lokalise webhooks](art/banner.jpg)](https://craftzing.com)

[![Quality assurance](https://github.com/craftzing/laravel-lokalise-webhooks/workflows/Quality%20assurance/badge.svg)](https://github.com/craftzing/laravel-lokalise-webhooks/workflows/Quality%20assurance/badge.svg)[![Code style](https://github.com/craftzing/laravel-lokalise-webhooks/workflows/Code%20style/badge.svg)](https://github.com/craftzing/laravel-lokalise-webhooks/workflows/Code%20style/badge.svg)[![Test Coverage](https://camo.githubusercontent.com/e23391fd5d1eabc1fb87bbe6fd7a5c38f731222fff427da9d7565ead867b4bee/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38383165623731333732633162313263313864352f746573745f636f766572616765)](https://codeclimate.com/github/craftzing/laravel-lokalise-webhooks/test_coverage)[![Maintainability](https://camo.githubusercontent.com/d474cb1c08ff2ea9147b6e63b64cf80d3ad2d9cada332f8b818fd1f1f64e6c6b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38383165623731333732633162313263313864352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/craftzing/laravel-lokalise-webhooks/maintainability)[![Software License](https://camo.githubusercontent.com/6854267b6cdc0df277f6ecbe6492f94b0236c0254585b656be8a7775bdd11256/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c617426636f6c6f723d344436434238)](https://github.com/craftzing/laravel-lokalise-webhooks/blob/master/LICENSE)

Lokalise offers a bunch of [webhooks](https://docs.lokalise.com/en/articles/3184756-webhooks) you can listen to in order to get instant notifications about events happening in one of your Lokalise projects. This package aims at helping you manage these Lokalise events within a Laravel app.

🔥 Features
----------

[](#-features)

- **Integrates with Laravel events.** Lokalise events get converted to an event you can hook into using [Laravel's event architecture](https://laravel.com/docs/8.x/events).
- **Automatic secret validation.** Every incoming Lokalise requests gets validated automatically to ensure it originates from the expected Lokalise project.
- **Plug 'n play common event listeners**. A couple fully optional event listeners you can re-use in any project.

📚 Docs
------

[](#-docs)

- [Getting started](/docs/getting-started.md)
- [Usage](/docs/usage.md)
- [Common event listeners](/docs/common-event-listeners.md)

📝 Changelog
-----------

[](#-changelog)

Check out our [Changelog](/CHANGELOG.md).

🤝 How to contribute
-------------------

[](#-how-to-contribute)

Have an idea for a feature? Wanna improve the docs? Found a bug? Check out our [Contributing guide](/CONTRIBUTING.md).

💙 Thanks to...
--------------

[](#-thanks-to)

- [The entire Craftzing team](https://craftzing.com)
- [All current and future contributors](https://github.com/creaftzing/laravel-lokalise-webhooks/graphs/contributors)
- [Spatie](https://spatie.be). Not only is this package built on top of Spatie's fantastic [Laravel webhook client](https://github.com/spatie/laravel-webhook-client), its development (and documentation) is also heavily inspired by their [Laravel Stripe webhooks](https://github.com/spatie/laravel-stripe-webhooks)package. So we owe them a TON of gratitude!

🔑 License
---------

[](#-license)

The MIT License (MIT). Please see [License File](/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

2018d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3226002?v=4)[Rémi Pelhate](/maintainers/remipelhate)[@remipelhate](https://github.com/remipelhate)

---

Top Contributors

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

---

Tags

laravellokalisewebhookslaravelwebhookslokalisecraftzing

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/craftzing-laravel-lokalise-webhooks/health.svg)

```
[![Health](https://phpackages.com/badges/craftzing-laravel-lokalise-webhooks/health.svg)](https://phpackages.com/packages/craftzing-laravel-lokalise-webhooks)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[hotmeteor/receiver

A drop-in webhook handling library for Laravel

393147.1k](/packages/hotmeteor-receiver)[binary-cats/laravel-mailgun-webhooks

Handle Mailgun webhooks in a Laravel application

64318.4k](/packages/binary-cats-laravel-mailgun-webhooks)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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