PHPackages                             devbr/wscore - 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. devbr/wscore

ActiveProject[Framework](/categories/framework)

devbr/wscore
============

Basic &amp; Simple Skeleton for PHP WebSites

0.0.2(9y ago)133MITPHP &gt;=5.6

Since Jul 30Compare

[ Source](https://github.com/devbr/wscore)[ Packagist](https://packagist.org/packages/devbr/wscore)[ Docs](http://dbrasil.tk/devbr/)[ RSS](/packages/devbr-wscore/feed)WikiDiscussions Synced 2w ago

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

[![](https://camo.githubusercontent.com/8fff0c0f2379956a4f8e3b3f12f119d9557261d95d5a9b3abc5f5d5a572d784c/687474703a2f2f6462726173696c2e746b2f6d656469612f64625f39362e706e67)](https://camo.githubusercontent.com/8fff0c0f2379956a4f8e3b3f12f119d9557261d95d5a9b3abc5f5d5a572d784c/687474703a2f2f6462726173696c2e746b2f6d656469612f64625f39362e706e67)

Website Core
============

[](#website-core)

Core for PHP website.

[![Build Status](https://camo.githubusercontent.com/5f712f5143d0116ee99d82085f543093e79a028be1db7fff3abdf9910d3c95eb/68747470733a2f2f7472617669732d63692e6f72672f64657662722f7773636f72652e737667)](https://travis-ci.org/devbr/wscore)[![Latest Stable Version](https://camo.githubusercontent.com/6c7b7e43d6db94fe38be75970362ef2264f80a615cc0b0e2aa53b1728bde28d1/68747470733a2f2f706f7365722e707567782e6f72672f64657662722f7773636f72652f762f737461626c65)](https://packagist.org/packages/devbr/wscore)[![Latest Unstable Version](https://camo.githubusercontent.com/67e8c3ee6f1b9dd2d4cfb3112446464361a5d79f7d7d7051f7d4c6e70ec59b1c/68747470733a2f2f706f7365722e707567782e6f72672f64657662722f7773636f72652f762f756e737461626c65)](https://packagist.org/packages/devbr/wscore)[![License](https://camo.githubusercontent.com/dddbb47904d97d575349a7fab410d42055e212b8e98b18ef197d2fd58f70adf1/68747470733a2f2f706f7365722e707567782e6f72672f64657662722f7773636f72652f6c6963656e7365)](https://packagist.org/packages/devbr/wscore)[![Total Downloads](https://camo.githubusercontent.com/53e1eb905e716e4f51cd6da7bad29cc9af3d4b4e05756947411fd46430236e29/68747470733a2f2f706f7365722e707567782e6f72672f64657662722f7773636f72652f646f776e6c6f616473)](https://packagist.org/packages/devbr/wscore)[![Monthly Downloads](https://camo.githubusercontent.com/ffd8245be8b6ef4cc782033ba78c1caa63db3dfec696d6163a586c1ff19c64ee/68747470733a2f2f706f7365722e707567782e6f72672f64657662722f7773636f72652f642f6d6f6e74686c79)](https://packagist.org/packages/devbr/wscore)

Install
=======

[](#install)

Open a terminal in root directory of your website and type:

```
Composer create-project devbr/wscore ./
```

Require [PHP 7](http://www.php.net/) &amp; [Composer](https://getcomposer.org/download/).

Commands
========

[](#commands)

Access **devbr** system commands using "Composer run":

```
Composer run -h
```

Displays a list of available commands

Create a Controller
-------------------

[](#create-a-controller)

In a terminal, type:

```
Composer run make:controller Blog\Front\Page
```

A new file in the `.php/Blog/Front/Page.php` path will be created containing the minimum code (based on template).

---

**Attention:**

To use minification and obfuscation of files with the command "optimize" it is necessary to [install JAVA](https://www.java.com/en/download/).

You need to enable Apache mod\_rewrite.

At the terminal, type:

```
$ sudo a2enmod rewrite
```

You may also need to add these (minimum) rows in VirtualHost settings:

```

  DocumentRoot /var/www/website

    AllowOverride All

```

[![](https://camo.githubusercontent.com/432b81716120d1ef8a95c358033fc6523795dfec0187466b95355f8efbbb54c7/687474703a2f2f6462726173696c2e746b2f6d656469612f646236342e706e67)](https://camo.githubusercontent.com/432b81716120d1ef8a95c358033fc6523795dfec0187466b95355f8efbbb54c7/687474703a2f2f6462726173696c2e746b2f6d656469612f646236342e706e67)

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

3292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1afbdaef1e7a22a196a765229a8664640c368682e8af063815df3813ccfa3df7?d=identicon)[pedra](/maintainers/pedra)

---

Tags

phpframeworkwebservercoreSkeletonsiteside

### Embed Badge

![Health badge](/badges/devbr-wscore/health.svg)

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

###  Alternatives

[usbac/wolff-framework

Web development made just right

381.2k1](/packages/usbac-wolff-framework)

PHPackages © 2026

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