PHPackages                             honey-comb/scripts - 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. honey-comb/scripts

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

honey-comb/scripts
==================

HoneyComb scripts

0.2.5(7y ago)05.6kMITPHPPHP ^7.1

Since Jan 24Pushed 7y ago2 watchersCompare

[ Source](https://github.com/honey-comb/scripts)[ Packagist](https://packagist.org/packages/honey-comb/scripts)[ Docs](https://github.com/honey-comb/scripts/)[ RSS](/packages/honey-comb-scripts/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (6)Versions (17)Used By (0)

honeycomb-scripts
=================

[](#honeycomb-scripts)

Description
-----------

[](#description)

HoneyComb CMS Automated code generation

Attention
---------

[](#attention)

This is part scripts package for HoneyComb CMS package.

If you want to use laravel version 5.5.\* [use scripts package version 0.1.\*](https://github.com/honey-comb/resources/tree/5.5 "Resources package version 0.1.*")

Requirement
-----------

[](#requirement)

- php: `^7.1`
- laravel: `^5.6`
- composer

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

[](#installation)

Begin by installing this package through Composer.

```
	{
	    "require": {
	        "honey-comb/scripts": "2.*"
	    }
	}
```

or

```
    composer require honey-comb/scripts
```

Usage
=====

[](#usage)

### Creating a honeycomb service

[](#creating-a-honeycomb-service)

Honeycomb Service in honeycomb terms means Routes, Models, Controllers, Services, Repositories, Forms, Requests as one which can be access via url in admin panel.

- create **\_hc\_scripts\_configuration folder** in project root directory
- create config.json file i.e. **w\_rewards.json**
- run `php artisan hc-make:service` it will generate files from given configuration (looks for .json files). It generates 1 file per run and add `.done` extension after success.

**w\_rewads.json example:**

```
{
  "directory": "",
  "url": "rewards",
  "icon": "scroll",
  "serviceName": "WReward",
  "multiLanguage": 1,
  "forms": ["new", "edit"],
  "optionLabelList" : ["label"],
  "models": [
    {
      "tableName": "w_reward",
      "modelName": "WReward",
      "default": 1,
      "repository": 1,
      "use": ["translations"]
    }
  ],
  "actions": {
    "admin": [
      "list",
      "create",
      "update",
      "delete",
      "delete_force",
      "restore"
    ],
    "front": [
    ],
    "api": [
    ]
  }
}

```

- directory - if you are developing package your can write **honey-comb/core** and all files will be generated in this dir. Using for project leave empty `""`
- url - admin access url i.e. `project.local/admin/rewards`
- icon - icon for admin meniu element
- serviceName - used to generate all file prefixes. (must be the same as main `modelName` read below)
- multiLanguage - if service has multilanguage fields than write **1** otherwise 0. If multilanguage is *1* than `w_reward` and `w_reward_translation` table is required otherwise only `w_reward` table.
- forms - dont change
- optionLabelList - dont change
- models - list of models which will be generated. There always must be a model to generate a service. (database table must exist)

    - default - 1 means it will be used for controller and resositry to auto generate default model
    - modelName better must be the same as `serviceName`
    - respository - dont change
    - use - if `multiLanguage` is set to 1 then write `translations` option otherwise leave empty array `"use":[]`you can add multiple models if you want. But they cannot be `default:1`.
- actions - is related to admin `ACL`. Here listed all needed actions. You can add additional actions if you need.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.4% 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 ~20 days

Recently: every ~35 days

Total

14

Last Release

2807d ago

Major Versions

0.1.5 → 5.5.x-dev2018-02-13

PHP version history (2 changes)0.1.0PHP &gt;=7.1

0.2.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/50455fcb3fc494da9ef27a61de8fdb208f589635bcc1a052713050b0f5abca9c?d=identicon)[jdmitrijev](/maintainers/jdmitrijev)

---

Top Contributors

[![m4nt4s](https://avatars.githubusercontent.com/u/9013427?v=4)](https://github.com/m4nt4s "m4nt4s (17 commits)")[![darslu](https://avatars.githubusercontent.com/u/24210912?v=4)](https://github.com/darslu "darslu (8 commits)")[![jdmitrijev](https://avatars.githubusercontent.com/u/545166?v=4)](https://github.com/jdmitrijev "jdmitrijev (1 commits)")

---

Tags

laravelcmshoneyhoneycomb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/honey-comb-scripts/health.svg)

```
[![Health](https://phpackages.com/badges/honey-comb-scripts/health.svg)](https://phpackages.com/packages/honey-comb-scripts)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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