PHPackages                             nestboxphp/babbler - 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. nestboxphp/babbler

ActiveLibrary[Framework](/categories/framework)

nestboxphp/babbler
==================

Content management for website/blog functionality.

v0.0.5(2y ago)012AGPL-3.0PHP

Since May 12Pushed 1y agoCompare

[ Source](https://github.com/NestboxPHP/Babbler)[ Packagist](https://packagist.org/packages/nestboxphp/babbler)[ RSS](/packages/nestboxphp-babbler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (6)Used By (0)

Babbler
=======

[](#babbler)

Settings
--------

[](#settings)

SettingDescriptionDefaultbabblerAuthorSizedefines author column character width`32`babblerCategorySizedefines category column character width`64`babblerSubCategorySizedefines sub\_category column character width`64`babblerTitleSizedefines title column character width`255`Usage
-----

[](#usage)

### Add Entry

[](#add-entry)

```
add_entry(
    string $category,
    string $subCategory,
    string $title,
    string $content,
    string $author,
    string $created = null,
    string $published = "",
    bool   $isDraft = false,
    bool   $isHidden = false
): int|false
```

### Edit Entry

[](#edit-entry)

```
edit_entry(
    string|int $entry_id,
    string     $editor,
    string     $category = "",
    string     $subCategory = "",
    string     $title = "",
    string     $content = "",
    string     $published = "",
    bool       $isDraft = null,
    bool       $isHidden = null,
): int|false
```

### Delete Entry

[](#delete-entry)

```
delete_entry(int $entry_id): bool
```

### Search Entries

[](#search-entries)

```
search_entries(string $words, string $category = "*", bool $strict = true, int $buffer = 100): array
```

### Search Title

[](#search-title)

```
search_title(string $title): array
```

### Search URL Title

[](#search-url-title)

```
search_url_title(string $title): array
```

### Fetch Entry Table

[](#fetch-entry-table)

```
fetch_entry_table(string $orderBy = "", string $sort = "", int $limit = 50, int $start = 0): array
```

### Fetch Entry

[](#fetch-entry)

```
fetch_entry(int $entry_id): array
```

### Fetch Categories

[](#fetch-categories)

```
fetch_categories(): array
```

### Fetch Subcategories

[](#fetch-subcategories)

```
fetch_sub_categories(string $category = ''): array
```

### Fetch Entries by Category

[](#fetch-entries-by-category)

```
fetch_entries_by_category(string $category, string $subCategory = '', string $orderBy = 'created', string $sort = '', int $start = 0, int $limit = 10): array
```

### Fetch Entry by Category and Title

[](#fetch-entry-by-category-and-title)

```
fetch_entry_by_category_and_title(string $category, string $title, string $subCategory = ''): array
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Every ~5 days

Total

5

Last Release

716d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/759db8108809c477a3894c344aaf6a0c39645f3ed81c136f831bf68e1c6417ae?d=identicon)[supergnaw](/maintainers/supergnaw)

---

Top Contributors

[![supergnaw](https://avatars.githubusercontent.com/u/25543199?v=4)](https://github.com/supergnaw "supergnaw (18 commits)")

### Embed Badge

![Health badge](/badges/nestboxphp-babbler/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.

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

A simple API extension for DateTime.

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

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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