PHPackages                             webigniter-net/laravel-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webigniter-net/laravel-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webigniter-net/laravel-client
=============================

The official Webigniter client for Laravel

1.0.1(1y ago)09MITPHP

Since Jul 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webigniter-net/laravel-client)[ Packagist](https://packagist.org/packages/webigniter-net/laravel-client)[ Docs](https://webigniter.net)[ RSS](/packages/webigniter-net-laravel-client/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Webigniter CMS Laravel client
=============================

[](#webigniter-cms-laravel-client)

This package integrates the Webigniter CMS services into your Laravel applications. This package requires a working Laravel installation. This readme provides an overview of integrating and using the Webigniter Laravel Client in your Laravel projects. For more details, visit the [Webigniter Documentation](https://webigniter.net/documentation).

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

[](#installation)

Install the Webigniter Laravel client via Composer:

```
composer require webigniter-net/laravel-client
```

Get a free license Key
----------------------

[](#get-a-free-license-key)

To generate a free license key, create an account at [Webigniter.net](https://webigniter.net/create-account). Then login to the CMS and head to 'License' and click 'show/hide license key'. For more information about the license key, visit the documentation page about [finding your license key](https://webigniter.net/documentation/getting-started/find-your-license-key)

Setting Up License Key
----------------------

[](#setting-up-license-key)

Add your license key to your `.env` file:

```
WEBIGNITER_KEY=YOURKEY
```

Laravel Blade Integration
-------------------------

[](#laravel-blade-integration)

Once installed and after setting up the license key, you can integrate pages from the Webigniter CMS into your Laravel Blade templates. This integration allows you to display content managed within the Webigniter CMS directly within your Laravel project's views. For a detailed description on creating your first page, visit our documentation page about [creating your first page](https://webigniter.net/documentation/getting-started/create-your-first-page)

Example Blade Layout
--------------------

[](#example-blade-layout)

Here's an example of integrating Webigniter services into your Blade layout:

```

    My awesome Webigniter page

    getSectionsContent(); ?>

```

Example Section File
--------------------

[](#example-section-file)

Here's an example of a section file using Blade syntax, where 'title' corresponds to an element handle in your CMS:

```
{{ $title }}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

715d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16903285?v=4)[Webigniter](/maintainers/webigniter)[@webigniter](https://github.com/webigniter)

---

Top Contributors

[![webigniter-net](https://avatars.githubusercontent.com/u/175861517?v=4)](https://github.com/webigniter-net "webigniter-net (5 commits)")

---

Tags

laravelcmsWebigniter

### Embed Badge

![Health badge](/badges/webigniter-net-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/webigniter-net-laravel-client/health.svg)](https://phpackages.com/packages/webigniter-net-laravel-client)
```

PHPackages © 2026

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