PHPackages                             seriti/slim3-skeleton - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. seriti/slim3-skeleton

ActiveLibrary[HTTP &amp; Networking](/categories/http)

seriti/slim3-skeleton
=====================

A private MySQL administrative application framework using Seriti Tools library and Slim 3 Framework

v1.1.6(4y ago)467MITPHPPHP &gt;=7.0.0

Since Jul 24Pushed 1y agoCompare

[ Source](https://github.com/seriti/slim3-skeleton)[ Packagist](https://packagist.org/packages/seriti/slim3-skeleton)[ Docs](http://github.com/seriti/slim3-skeleton)[ RSS](/packages/seriti-slim3-skeleton/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (26)Used By (0)

Seriti Slim 3 MySQL application skeleton
========================================

[](#seriti-slim-3-mysql-application-skeleton)

Use this skeleton application to quickly setup and start working on a new Seriti Slim 3 MySQL Framework Application. This application uses Slim-3 micro framework with the default PHP-View template renderer.
\*\*NB: framework uses mysqli components and is therefore mysql/maria database compatible only \*\*

This skeleton application was built for Composer. This makes setting up a new Seriti Slim 3 Framework Application quick and easy.

After you have successfully installed the skeleton, there are several modules which can be easily added:

-
-
-
-
-
-
-
-
-

Install the Application
-----------------------

[](#install-the-application)

Run this command from the directory in which you want to install your new Seriti Slim 3 Framework Application.

Option 1: If you have composer installed already and it is in default path.
**composer create-project seriti/slim3-skeleton \[directory-for-app\]**

Option 2: [Install composer in desired directory](https://getcomposer.org/download/) and then use following syntax.
**php composer.phar create-project seriti/slim3-skeleton \[directory-for-app\]**

Replace `[directory-for-app]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public_html/` directory.
- Ensure `logs/` is web writeable.
- Ensure `storage/docs` is web writeable.
- Ensure `storage/temp` is web writeable.
- Ensure `public_html/files` is web writeable.

FOR WEB SERVERS WHERE YOU HAVE FULL CONTROL, LIKE YOUR DEVELOPMENT SERVER

- Configure "\[directory-for-app\]/public\_html" as web root
- OR run "php -S localhost:8000 -t public\_html" from \[directory-for-app\] folder to use PHP built in web server
- OR use "composer start" or "php composer.phar start" from \[directory-for-app\] folder to run PHP built in web server as configured in composer.json

FOR SHARED HOSTING ENVIRONMENT where service provider has a predefined "public\_html" folder which you cannot change

- Copy all code in "skeleton/public\_html" to host "public\_html" folder.
- Check in "public\_html/index.php" that constant BASE\_DIR is absolute path to \[directory-for-app\] folder,
- Check in "public\_html/index.php" that constant BASE\_DIR\_PUBLIC is absolute path to "public\_html" webroot NB: Some service providers can have public\_html folder as a symbolic link to another location so make sure that these paths are valid

Define framework parameters
---------------------------

[](#define-framework-parameters)

Review contents of \[directory-for-app\]/env-example.php and set MySQL database connection parameters as a minimum requirement.
NB1: MAKE SURE THAT SYSTEM TABLES SPECIFIED DO NOT CLASH WITH ANY OF YOUR EXISTING TABLES IN DATABASE NB2: Unless you have setup default tables already make sure **define('SETUP\_APP',false);**

Rename this file to **\[directory-for-app\]/env.php** once you have modified it.

Check that webserver is working
-------------------------------

[](#check-that-webserver-is-working)

Now goto URL:
"" if you are using php built in server
OR
"" if you have configured a domain on your server

If you have installed this skeleton before on same machine, then you may receive a MySQL database error as the framework tries to access non-existent tables. If this happens then assume the webserver is ok and just access "/setup" as detailed below.

Setup database tables
---------------------

[](#setup-database-tables)

You should see a setup link in welcome page in above step, alternatively you can goto URL:
"" if you are using php built in server
OR
"" if you have configured a domain on your server

If all goes well you should see a message detailing success in creating necessary database tables.
NB: AFTER SUCCESSFUL SETUP, make **define('SETUP\_APP',true);** in **\[directory-for-app\]/env.php**,
and comment out **/setup** route in **directory-for-app\]/src/routes.php**

Finally login to admin interface:
---------------------------------

[](#finally-login-to-admin-interface)

Now goto URL:
"" if you are using php built in server
OR
"" if you have configured a domain on your server

Default login credentials are:

- User: Whatever email address you defined "MAIL\_WEBMASTER" as in **env.php** above
- pwd: SUNFLOWER

### NB: Once you have successfully logged in remember to change password or delete the default user created at setup before using in a production environment

[](#nb-once-you-have-successfully-logged-in-remember-to-change-password-or-delete-the-default-user-created-at-setup-before-using-in-a-production-environment)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~41 days

Recently: every ~108 days

Total

25

Last Release

1540d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91550c020e79bc85799671148610541df2a4573712c5caa9a5adebb796a38490?d=identicon)[Chronarc](/maintainers/Chronarc)

---

Tags

restslimmicroframeworkadminprivateseriti

### Embed Badge

![Health badge](/badges/seriti-slim3-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/seriti-slim3-skeleton/health.svg)](https://phpackages.com/packages/seriti-slim3-skeleton)
```

PHPackages © 2026

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