PHPackages                             yawik/standard - 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. yawik/standard

AbandonedArchivedProject[Framework](/categories/framework)

yawik/standard
==============

Skeleton for Yawik Applications

v0.35(5y ago)2812[4 issues](https://github.com/yawik/standard/issues)[8 PRs](https://github.com/yawik/standard/pulls)MITPHPPHP ^7.4

Since Nov 4Pushed 3y ago2 watchersCompare

[ Source](https://github.com/yawik/standard)[ Packagist](https://packagist.org/packages/yawik/standard)[ Docs](http://framework.zend.com/)[ GitHub Sponsors](https://github.com/cbleek)[ RSS](/packages/yawik-standard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (5)Versions (14)Used By (0)

Yawik Standard Application
==========================

[](#yawik-standard-application)

[![Build Status](https://camo.githubusercontent.com/0b7b16a632d7f69437813142500fcdbbf31bd342a16f920959274e54b561d5a0/68747470733a2f2f7472617669732d63692e6f72672f796177696b2f7374616e646172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yawik/standard)

Requirements
------------

[](#requirements)

composer will execute [npm](https://github.com/yawik/standard/blob/master/composer.json#L64)

[nodejs](https://nodejs.org/en/download/) is required.

Introduction
------------

[](#introduction)

This is a skeleton application for Yawik.

Installation using Composer
---------------------------

[](#installation-using-composer)

The easiest way to create a new Yawik installation is to use [Composer](https://getcomposer.org/). If you don't have it already installed, then please install as per the [documentation](https://getcomposer.org/doc/00-intro.md).

To create your new Yawik application:

```
$ composer create-project -sdev yawik/standard path/to/install
```

composer will ask you to remove the existing VCS. You should remove it and put add the code to your own VCS.

```
Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
```

Once installed, you can test it out immediately using PHP's built-in web server:

```
$ cd path/to/install
$ composer run --timeout 0 serve
```

This will start the cli-server on port 8080, and bind it to all network interfaces. You can then visit the site at

**Note:** The built-in CLI server is *for development only*. It listen on all interfaces.

Using docker-compose
--------------------

[](#using-docker-compose)

This skeleton provides a `docker-compose.yml` for use with [docker-compose](https://docs.docker.com/compose/); it uses the `Dockerfile` provided as its base. Build and start the image using:

```
$ docker-compose up --build
```

At this point, you can visit  to see the site running.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.5% 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 ~246 days

Total

4

Last Release

1990d ago

PHP version history (3 changes)v0.32.0-RC1PHP ^5.6 || ^7.0 || ^7.1 || 7.2

v0.34PHP ^7.2

v0.35PHP ^7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/858642?v=4)[Carsten Bleek](/maintainers/cbleek)[@cbleek](https://github.com/cbleek)

![](https://www.gravatar.com/avatar/8e41c1fdde09e273e3c0ef6851041c2663a6655f61a5da543629acd2b7031249?d=identicon)[toni.munthi](/maintainers/toni.munthi)

---

Top Contributors

[![kilip](https://avatars.githubusercontent.com/u/301065?v=4)](https://github.com/kilip "kilip (52 commits)")[![cbleek](https://avatars.githubusercontent.com/u/858642?v=4)](https://github.com/cbleek "cbleek (9 commits)")[![TiSiE](https://avatars.githubusercontent.com/u/2029304?v=4)](https://github.com/TiSiE "TiSiE (2 commits)")

---

Tags

yawiklaminasyawikmvc

### Embed Badge

![Health badge](/badges/yawik-standard/health.svg)

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

###  Alternatives

[laminas/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

17224.4M365](/packages/laminas-laminas-mvc)[laminas/laminas-mvc-skeleton

Laminas MVC Skeleton Application

18088.0k](/packages/laminas-laminas-mvc-skeleton)

PHPackages © 2026

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