PHPackages                             minesh93/cms-thing - 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. minesh93/cms-thing

ActiveLibrary[Framework](/categories/framework)

minesh93/cms-thing
==================

CMS Thing

1.0(8y ago)044JavaScript

Since Dec 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/minesh93/cms-thing)[ Packagist](https://packagist.org/packages/minesh93/cms-thing)[ RSS](/packages/minesh93-cms-thing/feed)WikiDiscussions master Synced 3d ago

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

cms-thing (AKA Claws)
=====================

[](#cms-thing-aka-claws)

NPM Dependancies for building JS + CSS
--------------------------------------

[](#npm-dependancies-for-building-js--css)

```
flexboxgrid
vue-multiselect
vue-quill-editor

```

Add config file to use admin templates.

Claws.php

```
   return [
       'admin_templates' => 'claws.admin.templates',
       'site_templates' => 'claws.site',
   ];

```

Changes to Auth (Adding Guard and Provider

```
'claws_admin' => [
    'driver' => 'session',
    'provider' => 'claws_admins',
],

'claws_admins' => [
    'driver' => 'eloquent',
    'model' => Claws\Models\Admin::class,
],

```

Binding Content
---------------

[](#binding-content)

Currently different posts types are assigned to the AppService Provider within the boot method.

Adding types of content or settings

```
        PostRegister::register([
            'name' => 'page',
            'urlBase' => '/',
            'useCustomTemplates' => true,
        ]);

        PostRegister::register([
            'name' => 'post',
            'createText' => 'Write A New Post',
            'urlBase' => 'blog',
            'icon' => 'fa-thumbtack',
        ]);

        PostRegister::addPostRenderTemplate('page','Custom Page Template','custom-page');
        PostRegister::addPostContentTemplate('page','content_test', 'test-content' );
        PostRegister::addPostContentTemplate('page','only_page_type', 'test-content-1', 'custom-page');

        SettingsRegister::addSection('general','General','general');
        // SettingsRegister::addSection('test','Test');

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/973c3fd313bbff6bfd98665374e1a36c54975e7ab9122efb92c95fd109afc667?d=identicon)[minesh93](/maintainers/minesh93)

---

Top Contributors

[![minesh93](https://avatars.githubusercontent.com/u/3218936?v=4)](https://github.com/minesh93 "minesh93 (15 commits)")

### Embed Badge

![Health badge](/badges/minesh93-cms-thing/health.svg)

```
[![Health](https://phpackages.com/badges/minesh93-cms-thing/health.svg)](https://phpackages.com/packages/minesh93-cms-thing)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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