PHPackages                             enygma/sunphp17 - 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. enygma/sunphp17

ActiveLibrary[Framework](/categories/framework)

enygma/sunphp17
===============

A skeleton of a Slim application (with extras) for SunshinePHP 2017

0.3(9y ago)048MITPHP

Since Jan 22Pushed 9y agoCompare

[ Source](https://github.com/enygma/sunphp17)[ Packagist](https://packagist.org/packages/enygma/sunphp17)[ RSS](/packages/enygma-sunphp17/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

Sunshine PHP 2017 - Build Security In
=====================================

[](#sunshine-php-2017---build-security-in)

This repository is a compliment to the "Build Security In" session presented at the Sunshine PHP Conference 2017

Setup
-----

[](#setup)

This application makes use of a database connection for some things. The use the settings:

```
username: sunphp
password: subphp17
database name: sunphp
host: localhost

```

### Create the project

[](#create-the-project)

```
composer create-project enygma/sunphp17

```

### Create the MySQL database

[](#create-the-mysql-database)

By default this application uses a MySQL database but that can be changed if desired with some config updates. First, though, you'll need to make your DB:

```
mysqladmin create sunphp17
mysql -p mysql
> grant all on sunphp.* to 'sunphp'@'localhost' identified by 'sunphp17';
> flush privileges;
> quit;

```

### Run the setup script

[](#run-the-setup-script)

The setup script will perform a few actions and ask a few questions. Be sure that when it asks about the database information you use the connection information above.

```
./setup

```

### Finished Product

[](#finished-product)

Once the setup has completed and the migrations have run you should have a database with two users: user1 and user2. These users will have the password "test123".

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Every ~4 days

Total

4

Last Release

3386d ago

### Community

Maintainers

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

---

Top Contributors

[![enygma](https://avatars.githubusercontent.com/u/66796?v=4)](https://github.com/enygma "enygma (36 commits)")

---

Tags

securitysunphp17sunshinephptutorialframeworkslimSkeletonslimframework

### Embed Badge

![Health badge](/badges/enygma-sunphp17/health.svg)

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

PHPackages © 2026

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