PHPackages                             kickupx/hsc - 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. kickupx/hsc

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

kickupx/hsc
===========

Hierarchal String Config, for dealing with large strings in config

1.0.0(10y ago)017GPLv3PHP

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Kickupx/HSC)[ Packagist](https://packagist.org/packages/kickupx/hsc)[ RSS](/packages/kickupx-hsc/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

HSC
===

[](#hsc)

Hierarchal String Config, For dealing with customizable strings where input is wanted in the middle of it. For example HTML strings.

\#Configformat

Really simple

```
 /NAME
```

Where NAME is the name of the config. Normal characters, numbers, \_ and . are recognized ===== denotes where insertion is meant to happen. And last row denotes the end. Notice name is required.

\#Usage

Dealing with this is done using the Parser and Document class.

Parse
-----

[](#parse)

```
$code =
     "
     >> /Config

     > /Super

";
$parser = new Parser();
$doc = $parser->parse($code);
```

Get entries
-----------

[](#get-entries)

```
$doc->get('Config');
$doc->get('Config', 'default start', 'default end');
```

\##Add entries

```
$doc->addEntry(new Entry('Config');
$doc->addEntry(new Entry('Config', 'default start', 'default end'));
```

\##Serializing

```
$doc->__toString();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

3792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6db01b43c293298eff0ea07b06a70ff8b678a9bc06cee1eb9f14da34b9002f79?d=identicon)[Kickupx](/maintainers/Kickupx)

### Embed Badge

![Health badge](/badges/kickupx-hsc/health.svg)

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

###  Alternatives

[savannabits/primevue-datatables

Easy Laravel Server-Side implementation of PrimeVue Datatables

337.8k1](/packages/savannabits-primevue-datatables)[saadj55/filament-copyable

Filament fields and columns with copyable values

365.7k](/packages/saadj55-filament-copyable)[a1essandro/perlin-noise

Algorithm for generating heightmaps

125.9k](/packages/a1essandro-perlin-noise)

PHPackages © 2026

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