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

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

catpaw/web-starter
==================

A php CatPaw starter template

4.5.0(1mo ago)11841MITJavaScriptPHP ^8.4CI failing

Since Nov 21Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (118)Used By (0)

Catpaw Web Starter
==================

[](#catpaw-web-starter)

Install dependencies with

```
make install
```

Note

If you don't have [Bun](https://bun.sh) in your path, this step will install it for you.

Note

You can run `make clean` at any time in order to remove created directories and files.
Running `make clean` will **not** uninstall [Bun](https://bun.sh).

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

[](#watch-mode)

Enter Watch Mode with

```
make watch
```

This mode will run the Vite server and your server with [XDebug](https://xdebug.org) enabled.
Each time your make any change to your **server source code**, the server will restart automatically.

Note

By default "server source code" means the "src/server" directory.
You can change this configuration in your [make file](./makefile).

Note

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

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

[](#development-mode)

Enter Development Mode with

```
make dev
```

This mode will build the Svelte application and run your server with [XDebug](https://xdebug.org) enabled.
Unlike [Watch Mode](#watch-mode), your server will not restart when you make changes to your code.
This mode is useful for quick debugging.

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

[](#production-mode)

Enter Production Mode with

```
make start
```

This will build your client bundle and run your server without any debuggers or any other 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/server`
- `vendor`
- `statics`
- `.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

51

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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 ~7 days

Recently: every ~66 days

Total

117

Last Release

49d ago

Major Versions

1.0.17 → 2.0.02024-01-11

2.1.5 → 3.0.02024-05-07

3.8.1 → 4.0.02024-10-27

PHP version history (3 changes)1.0.0PHP ^8.2

4.0.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 (307 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[nzedb/nzedb

A Usenet Indexer

6415.4k](/packages/nzedb-nzedb)

PHPackages © 2026

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