PHPackages                             wave-framework/scaffolding-app - 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. wave-framework/scaffolding-app

ActiveLibrary[Framework](/categories/framework)

wave-framework/scaffolding-app
==============================

An example application using the Wave Framework

0.5.1(13y ago)051PHPPHP &gt;=5.3.3

Since Dec 14Pushed 13y ago1 watchersCompare

[ Source](https://github.com/wave-framework/scaffolding-app)[ Packagist](https://packagist.org/packages/wave-framework/scaffolding-app)[ RSS](/packages/wave-framework-scaffolding-app/feed)WikiDiscussions master Synced 1mo ago

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

Wave Scaffolding App
====================

[](#wave-scaffolding-app)

An example application to get started with the Wave framework.

To get started first install [Composer](http://getcomposer.org)
---------------------------------------------------------------

[](#to-get-started-first-install-composer)

```
$ curl -s http://getcomposer.org/installer | php

```

Then create a new `wave-framework/scaffolding-app` project
----------------------------------------------------------

[](#then-create-a-new-wave-frameworkscaffolding-app-project)

The simplest thing to do is just clone the master branch, (`dev-master`), e.g.

```
$ composer.phar create-project wave-framework/scaffolding-app ./test dev-master

```

Then you can run a few of the setup scripts, but at the very minimum you need to generate the routes cache

```
$ cd test
$ ./vendor/bin/wave generate/routes
Regenerating Routes...  done
$

```

You can also have a script populate the default database configuration by running

```
$ ./vendor/bin/wave install

```

Manually regenerating views can be done with

```
$ ./vendor/bin/wave generate/views

```

In development mode views are automatically regenerated when they change.

Apache configuration
--------------------

[](#apache-configuration)

Wave requires Apache `mod_rewrite` (or an equivilent that can transform each request into `public/index.php`).

A typical `VirtualHost` configuration might look something like this:

```

  ServerName wave-app.localhost

  DocumentRoot /var/www/wave-app/public

     # Rewrite directives are set in public/.htaccess. Move
     # them here if you prefer to leave AllowOverride None
     AllowOverride all

  # Consolidate log files into the same directory the app logs
  # go into.
  ErrorLog /var/www/wave-app/logs/web_error.log
  CustomLog /var/www/wave-app/logs/web_access.log common

```

Once you have configured your Apache environment you should be able to browse to the application in your browser and be met with a welcome page (and an obligatory gold star).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4901d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/344000?v=4)[Patrick Hindmarsh](/maintainers/phindmarsh)[@phindmarsh](https://github.com/phindmarsh)

---

Top Contributors

[![phindmarsh](https://avatars.githubusercontent.com/u/344000?v=4)](https://github.com/phindmarsh "phindmarsh (7 commits)")

### Embed Badge

![Health badge](/badges/wave-framework-scaffolding-app/health.svg)

```
[![Health](https://phpackages.com/badges/wave-framework-scaffolding-app/health.svg)](https://phpackages.com/packages/wave-framework-scaffolding-app)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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