PHPackages                             centagon/build-core - 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. [Framework](/categories/framework)
4. /
5. centagon/build-core

ActiveLibrary[Framework](/categories/framework)

centagon/build-core
===================

The core of the Build CMS.

3.5.3(8y ago)1289MITJavaScriptPHP &gt;=5.6.4

Since Feb 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/centagon/build-core)[ Packagist](https://packagist.org/packages/centagon/build-core)[ RSS](/packages/centagon-build-core/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (5)Versions (34)Used By (0)

Build Core for Laravel
======================

[](#build-core-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/b45f5e40d0b685dea1bd8353deef27d8edd9ba59341f6659593c1a67fdc96f04/68747470733a2f2f706f7365722e707567782e6f72672f63656e7461676f6e2f6275696c642d636f72652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/centagon/build-core)[![Build Status](https://camo.githubusercontent.com/6f82be19e265109fe033c514b044282658e684ef85e476d5bd2ff0429b5ba6ab/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63656e7461676f6e2f6275696c642d636f72652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/centagon/build-core)[![License](https://camo.githubusercontent.com/d8b75e38fa9813efebf6578bdf372b1d17e3a0fc907bb66da2ff6e0255dfc326/68747470733a2f2f706f7365722e707567782e6f72672f63656e7461676f6e2f6275696c642d636f72652f6c6963656e73652e706e67)](https://packagist.org/packages/centagon/build-core)

Getting started
---------------

[](#getting-started)

Add Build Core to your composer.json file:

```
"require": {
    "centagon/build-core": "^1.0"
}

```

Use composer to install this package.

```
$ composer update

```

### Registering the package

[](#registering-the-package)

```
'providers' => [
	// ...
	Build\Core\ServiceProvider::class
]

```

### Updating the Application Kernel

[](#updating-the-application-kernel)

Open your `app/Http/Kernel.php` file and add the following trait to the top of the class:

```
class Kernel extends HttpKernel
{
    use \Build\Core\Http\Kernel;
    // ...
}

```

### Using the Build User instead of the Laravel user.

[](#using-the-build-user-instead-of-the-laravel-user)

Open the `config/auth.php` file and replace the user model with `Build\Core\Eloquent\Models\User` like so:

```
'providers' => [
	'users' => [
		'driver' => 'eloquent',
		'model' => Build\Core\Eloquent\Models\User::class,
	],
],

```

Documentation
-------------

[](#documentation)

Documentation can be [found here](https://centagon.github.io/build-core/).

Contributing
------------

[](#contributing)

Have a bug? Please create an issue here on GitHub that conforms with [our contributing guidelines](https://github.com/centagon/guidelines/blob/master/contributing.md). You can also browse the [Help Wanted](https://github.com/centagon/primer/labels/help%20wanted)tag in our issue tracker to find things to do.

Security
--------

[](#security)

If you discover a security vulnerability within this package, please send an e-mail directly to the Centagon Developers at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

This package is available under the [MIT license](https://github.com/centagon/primer/blob/master/LICENSE).

Copyright (c) 2016 Centagon, B.V.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

14

Last Release

3211d ago

Major Versions

1.1.9 → 3.5.12017-08-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/e50c877848f1470a2f033630d2408a88c90cbf86dfe5d8b74a0845f92ec9e672?d=identicon)[renecentagon](/maintainers/renecentagon)

---

Top Contributors

[![jspekken](https://avatars.githubusercontent.com/u/40019?v=4)](https://github.com/jspekken "jspekken (182 commits)")[![reneheijnemans](https://avatars.githubusercontent.com/u/34155800?v=4)](https://github.com/reneheijnemans "reneheijnemans (121 commits)")[![madmpj](https://avatars.githubusercontent.com/u/6883472?v=4)](https://github.com/madmpj "madmpj (40 commits)")[![bespired](https://avatars.githubusercontent.com/u/3215393?v=4)](https://github.com/bespired "bespired (22 commits)")[![NielsCentagon](https://avatars.githubusercontent.com/u/25748124?v=4)](https://github.com/NielsCentagon "NielsCentagon (2 commits)")

---

Tags

cmslaravelframeworklaravelcms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/centagon-build-core/health.svg)

```
[![Health](https://phpackages.com/badges/centagon-build-core/health.svg)](https://phpackages.com/packages/centagon-build-core)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[lavalite/cms

Lavalite - The Laravel CMS.

2.9k56.4k](/packages/lavalite-cms)[microweber/microweber

New generation CMS with drag and drop

3.4k13.9k1](/packages/microweber-microweber)[october/rain

October Rain Library

1601.7M73](/packages/october-rain)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3501.4k](/packages/bpocallaghan-laravel-admin-starter)

PHPackages © 2026

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