PHPackages                             adamlindqvist/betong - 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. adamlindqvist/betong

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

adamlindqvist/betong
====================

Concrete5 CMS Boilerplate for spinning up new projects.

v1.0.2(9y ago)429MITPHPPHP &gt;=5.6

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/adamlindqvist/betong)[ Packagist](https://packagist.org/packages/adamlindqvist/betong)[ RSS](/packages/adamlindqvist-betong/feed)WikiDiscussions master Synced today

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

*Deprecated...*

Betong
======

[](#betong)

[![betong-logo](https://cloud.githubusercontent.com/assets/13795561/19984580/587e1fac-a20f-11e6-9e50-91cceeffd220.png)](https://cloud.githubusercontent.com/assets/13795561/19984580/587e1fac-a20f-11e6-9e50-91cceeffd220.png)A modern Concrete5 starting point. Trying to make it as easy as possible to get started with a Concrete5 site.

```
composer create-project adamlindqvist/betong

```

Features
--------

[](#features)

- Gulp with Laravel Elixir
- Clean project structure
- Package boilerplate
- Theme boilerplate
- PHP Helpers

Gulp
----

[](#gulp)

Betong has integrated [Elixir](https://laravel.com/docs/5.3/elixir). It provides a clean, fluent API for defining basic Gulp tasks for your Betong application.

#### Installation

[](#installation)

Before triggering Elixir, you must first ensure that [Node.js](https://nodejs.org/en/) is installed on your machine.

```
node -v
```

If you don't have Node on your machine you can install it by visiting their [download page](https://nodejs.org/download/).

Within a fresh installation of Betong, you'll find a `package.json` file in the root. Think of this like your `composer.json` file, except it defines Node dependencies instead of PHP. You may install the dependencies it references by running:

```
npm install
```

If you are developing on a Windows system or you are running your VM on a Windows host system, you may need to run the `npm install` command with the `--no-bin-links` switch enabled:

```
npm install --no-bin-links
```

#### Usage

[](#usage)

To use Elixir and Gulp, please run one of the following commands:

##### Development

[](#development)

```
gulp watch
```

##### Production

[](#production)

```
gulp --production
```

For more information about Elixir please visit the [official document page](https://laravel.com/docs/5.3/elixir).

Package boilerplate
-------------------

[](#package-boilerplate)

Betong ships with a example package which contains code to accomplish common tasks directly from the code:

- Install pagetypes
- Install pagetemplates
- Install custom-blocks
- Install attributes
- Install composer-fields and attach them to a pagetype

See the controller.php in `public/package/betong/controller.php`

Helpers
-------

[](#helpers)

Below is a list of all supported helper methods.

ArraysStringsMiscellaneous[array\_add](https://laravel.com/docs/5.3/helpers#method-array-add)[camel\_case](https://laravel.com/docs/5.3/helpers#method-camel-case)[collect](https://laravel.com/docs/5.3/helpers#method-collect)[array\_collapse](https://laravel.com/docs/5.3/helpers#method-array-collapse)[class\_basename](https://laravel.com/docs/5.3/helpers#method-class-basename)[dd](https://laravel.com/docs/5.3/helpers#method-dd)[array\_divide](https://laravel.com/docs/5.3/helpers#method-array-divide)[e](https://laravel.com/docs/5.3/helpers#method-e)[dump](https://laravel.com/docs/5.3/helpers#method-dd)[array\_dot](https://laravel.com/docs/5.3/helpers#method-array-dot)[ends\_with](https://laravel.com/docs/5.3/helpers#method-ends-with)[elixir](https://laravel.com/docs/5.3/helpers#method-elixir)[array\_except](https://laravel.com/docs/5.3/helpers#method-array-except)[snake\_case](https://laravel.com/docs/5.3/helpers#method-snake-case)[value](https://laravel.com/docs/5.3/helpers#method-value)[array\_first](https://laravel.com/docs/5.3/helpers#method-array-first)[starts\_with](https://laravel.com/docs/5.3/helpers#method-starts-with)[array\_flatten](https://laravel.com/docs/5.3/helpers#method-array-flatten)[str\_contains](https://laravel.com/docs/5.3/helpers#method-str-contains)[array\_forget](https://laravel.com/docs/5.3/helpers#method-array-forget)[str\_finish](https://laravel.com/docs/5.3/helpers#method-str-finish)[array\_get](https://laravel.com/docs/5.3/helpers#method-array-get)[str\_is](https://laravel.com/docs/5.3/helpers#method-str-is)[array\_has](https://laravel.com/docs/5.3/helpers#method-array-has)[str\_limit](https://laravel.com/docs/5.3/helpers#method-str-limit)[array\_last](https://laravel.com/docs/5.3/helpers#method-array-last)[str\_plural](https://laravel.com/docs/5.3/helpers#method-str-plural)[array\_only](https://laravel.com/docs/5.3/helpers#method-array-only)[str\_random](https://laravel.com/docs/5.3/helpers#method-str-random)[array\_pluck](https://laravel.com/docs/5.3/helpers#method-array-pluck)[str\_singular](https://laravel.com/docs/5.3/helpers#method-str-singular)[array\_prepend](https://laravel.com/docs/5.3/helpers#method-array-prepend)[str\_slug](https://laravel.com/docs/5.3/helpers#method-str-slug)[array\_pull](https://laravel.com/docs/5.3/helpers#method-array-pull)[studly\_case](https://laravel.com/docs/5.3/helpers#method-studly-case)[array\_set](https://laravel.com/docs/5.3/helpers#method-array-set)[title\_case](https://laravel.com/docs/5.3/helpers#method-title-case)[array\_sort](https://laravel.com/docs/5.3/helpers#method-array-sort)[array\_sort\_recursive](https://laravel.com/docs/5.3/helpers#method-array-sort-recursive)[array\_where](https://laravel.com/docs/5.3/helpers#method-array-where)[head](https://laravel.com/docs/5.3/helpers#method-head)[last](https://laravel.com/docs/5.3/helpers#method-last)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~0 days

Total

3

Last Release

3513d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13795561?v=4)[Adam Lindqvist](/maintainers/adamlindqvist)[@adamlindqvist](https://github.com/adamlindqvist)

---

Top Contributors

[![adamlindqvist](https://avatars.githubusercontent.com/u/13795561?v=4)](https://github.com/adamlindqvist "adamlindqvist (22 commits)")[![gillstrom](https://avatars.githubusercontent.com/u/972551?v=4)](https://github.com/gillstrom "gillstrom (1 commits)")

---

Tags

boilerplateconcrete5laravel-elixirconcrete5boilerplateConcrete5 CMSConcrete5boilerplateConcete5 boilerplate

### Embed Badge

![Health badge](/badges/adamlindqvist-betong/health.svg)

```
[![Health](https://phpackages.com/badges/adamlindqvist-betong/health.svg)](https://phpackages.com/packages/adamlindqvist-betong)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-flare

Send Laravel errors to Flare

111.2M6](/packages/spatie-laravel-flare)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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