PHPackages                             surebert/webapp-basic - 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. surebert/webapp-basic

ActiveLibrary[Framework](/categories/framework)

surebert/webapp-basic
=====================

a vanilla surebert web app

1.0.2(10y ago)059[1 issues](https://github.com/surebert/webapp-basic/issues)MITPHPPHP &gt;=5.6

Since Mar 16Pushed 9y ago2 watchersCompare

[ Source](https://github.com/surebert/webapp-basic)[ Packagist](https://packagist.org/packages/surebert/webapp-basic)[ Docs](https://gitlab.com/paulvisco/webapp-basic)[ RSS](/packages/surebert-webapp-basic/feed)WikiDiscussions master Synced 1mo ago

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

Getting Started
===============

[](#getting-started)

Composer
--------

[](#composer)

Download composer in order to download the required dependencies.

Composer can be found at  OR you can download it using curl

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

Then use composer to start a new surebert web project with the framework modules required.

```
composer create-project surebert/webapp-basic -s dev $YOUR_APPLICATION_NAME
```

Serving your project
====================

[](#serving-your-project)

Once they are installed you can begin working on your project. You will need to serve your applications /public directory. This can be done via apache on nginx in production but you can simply user php 5.4 new built in server for testing. To do so cd into the /public directory and type

```
cd /PATH/TO/YOUR/PROJECT/public
php -S 127.0.0.1:9000
```

Immediately you will see you projects /private/view/home/index.view file served.

If serving with apache add the site to your httpd.conf or httpd-vhosts.conf file

```

    ServerName YOUR.DOMAIN
    DocumentRoot /PATH/TO/$YOUR_APPLICATION_NAME/public
    CustomLog /PATH/TO/$YOUR_APPLICATION_NAME_access.log combined
    ErrorLog  /PATH/TO/$YOUR_APPLICATION_NAME_error.log
    RewriteEngine On
    RewriteBase /
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule .* index.php [L]

```

For more information see the wiki on gitlab

The github copy of the repo is just a clone of the gitlab one

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3760d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac01768e887ce6fcf55416a35dcd8c6def1ad3cd29906417d6b84c7545340881?d=identicon)[surebert](/maintainers/surebert)

---

Top Contributors

[![pvrpccc](https://avatars.githubusercontent.com/u/47859229?v=4)](https://github.com/pvrpccc "pvrpccc (26 commits)")

### Embed Badge

![Health badge](/badges/surebert-webapp-basic/health.svg)

```
[![Health](https://phpackages.com/badges/surebert-webapp-basic/health.svg)](https://phpackages.com/packages/surebert-webapp-basic)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M294](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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