PHPackages                             catpaw/starter - 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. catpaw/starter

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

catpaw/starter
==============

A php CatPaw starter template

4.5.0(2mo ago)2101MITPHPPHP ^8.4CI failing

Since Nov 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/razshare/catpaw-starter)[ Packagist](https://packagist.org/packages/catpaw/starter)[ Docs](https://github.com/tncrazvan/catpaw-starter)[ RSS](/packages/catpaw-starter/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (8)Versions (81)Used By (0)

Catpaw Starter
==============

[](#catpaw-starter)

You can run your program in one of three modes.

Development Mode
================

[](#development-mode)

Enter Development Mode with

```
make dev
```

This mode will run your program with [XDebug](https://xdebug.org) enabled.

Note

See [section Debugging with VSCode](#debugging-with-vscode)

Watch Mode
==========

[](#watch-mode)

Enter Watch Mode with

```
make watch
```

This mode will run your program with [XDebug](https://xdebug.org) enabled and it will restart your program every time you make a change to your source code.

Note

See [section Debugging with VSCode](#debugging-with-vscode)

Note

By default "source code" means the "src" directory.
You can change this configuration in your [makefile](./makefile), see section `watch`, parameter `resources`.

Production Mode
===============

[](#production-mode)

Enter Production Mode with

```
make start
```

It's just as it sounds, run your program directly.
No debuggers, not extra overhead.

Build
=====

[](#build)

It is possible, but no required, to bundle your program into a single `.phar` file with

```
make build
```

The building process can be configured inside the `build.ini` file.

After building your application, you can simply run it using

```
php out/app.phar

```

The resulting `.phar` will include the following directories

- `src`
- `vendor`
- `.build-cache` (created at build time)

It's a portable bundle, you just need to make sure php is installed on whatever machine you're trying to run it on.

Debugging with VSCode
=====================

[](#debugging-with-vscode)

Install xdebug

```
apt install php8.3-xdebug
```

Configure your `.vscode/launch.json`

```
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Listen",
            "type": "php",
            "request": "launch",
            "port": 9003
        }
    ]
}
```

Start debugging.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 99.9% 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 ~11 days

Recently: every ~37 days

Total

80

Last Release

87d ago

Major Versions

1.0.9 → 2.0.02024-01-11

2.1.3 → 3.0.02024-05-07

3.8.2 → 4.0.02024-10-27

PHP version history (3 changes)1.0.0PHP ^8.2

4.3.2PHP ^8.3

4.5.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a17d8165898575f819668fa41fdb760fc139591b0f9161cf322c86a72409a8b?d=identicon)[loopcake](/maintainers/loopcake)

---

Top Contributors

[![razshare](https://avatars.githubusercontent.com/u/6891346?v=4)](https://github.com/razshare "razshare (670 commits)")[![razvanps](https://avatars.githubusercontent.com/u/98652653?v=4)](https://github.com/razvanps "razvanps (1 commits)")

---

Tags

amphpasyncphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/catpaw-starter/health.svg)

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

###  Alternatives

[muayyad-alsadi/yii-extended-clientscript

Extension to improve yiis native client script module

478.4k](/packages/muayyad-alsadi-yii-extended-clientscript)

PHPackages © 2026

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