PHPackages                             kingcun/codestar - 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. kingcun/codestar

ActiveLibrary[Framework](/categories/framework)

kingcun/codestar
================

Composer package for the Codestar Framework

1.3.1(4mo ago)08GPL-3.0-or-laterPHP

Since Mar 2Pushed 4mo agoCompare

[ Source](https://github.com/kingcun/codestar)[ Packagist](https://packagist.org/packages/kingcun/codestar)[ RSS](/packages/kingcun-codestar/feed)WikiDiscussions main Synced today

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

codestar
========

[](#codestar)

codestar

Import this library to your project with Composer command:
----------------------------------------------------------

[](#import-this-library-to-your-project-with-composer-command)

```
composer require kingcun/codestar
```

Example Using:

```
/**
 * Plugin Name:       My Basics Plugin
 * Plugin URI:        https://example.com/plugins/the-basics/
 * Description:       Handle the basics with this plugin.
 * Version:           1.10.3
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            John Smith
 * Author URI:        https://author.example.com/
 * License:           GPL v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Update URI:        https://example.com/my-plugin/
 * Text Domain:       my-basics-plugin
 * Domain Path:       /languages
 */

require __DIR__ . '/vendor/autoload.php';

// Control core classes for avoid errors
if( class_exists( 'CSF' ) ) {

  //
  // Set a unique slug-like ID
  $prefix = 'my_framework';

  //
  // Create options
  CSF::createOptions( $prefix, array(
    'menu_title' => 'My Framework',
    'menu_slug'  => 'my-framework',
  ) );

  //
  // Create a section
  CSF::createSection( $prefix, array(
    'title'  => 'Tab Title 1',
    'fields' => array(

      //
      // A text field
      array(
        'id'    => 'opt-text',
        'type'  => 'text',
        'title' => 'Simple Text',
      ),

    )
  ) );

  //
  // Create a section
  CSF::createSection( $prefix, array(
    'title'  => 'Tab Title 2',
    'fields' => array(

      // A textarea field
      array(
        'id'    => 'opt-textarea',
        'type'  => 'textarea',
        'title' => 'Simple Textarea',
      ),

    )
  ) );

}
```

Get more element Here: View live demo in wordpress website:

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance78

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84% 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 ~387 days

Total

4

Last Release

123d ago

### Community

Maintainers

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

---

Top Contributors

[![tuend-work](https://avatars.githubusercontent.com/u/121396415?v=4)](https://github.com/tuend-work "tuend-work (21 commits)")[![kingcun](https://avatars.githubusercontent.com/u/251869545?v=4)](https://github.com/kingcun "kingcun (4 commits)")

### Embed Badge

![Health badge](/badges/kingcun-codestar/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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