PHPackages                             splitphp/starter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. splitphp/starter

ActiveProject[Utility &amp; Helpers](/categories/utility)

splitphp/starter
================

SplitPHP starter project scaffold

v2.2.1(7mo ago)1401MITPHP

Since May 26Pushed 6mo agoCompare

[ Source](https://github.com/splitphp/starter)[ Packagist](https://packagist.org/packages/splitphp/starter)[ RSS](/packages/splitphp-starter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (14)Used By (0)

[![splitphp-logo.png](https://camo.githubusercontent.com/c89d94aa490077d33828a355e631906c3aa24bf1f81e5f6516b5ba9b309e6c7f/68747470733a2f2f73706c69747068702d6d656469612d617263686976652e73332e75732d656173742d312e616d617a6f6e6177732e636f6d2f53504c49545f5048502d6c6f676f2d66756c6c2e706e67)](https://camo.githubusercontent.com/c89d94aa490077d33828a355e631906c3aa24bf1f81e5f6516b5ba9b309e6c7f/68747470733a2f2f73706c69747068702d6d656469612d617263686976652e73332e75732d656173742d312e616d617a6f6e6177732e636f6d2f53504c49545f5048502d6c6f676f2d66756c6c2e706e67)

[![Core version](https://camo.githubusercontent.com/5d9993799ef70fc1dfca5df072f9b83fd9e60bbf02a12868fe616a594b0163dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73706c69747068702f636f72652e737667)](https://packagist.org/packages/splitphp/core)

Boilerplate project to scaffold a new SplitPHP application.

Installation
------------

[](#installation)

You can get started in two ways:

### 1. Via Composer

[](#1-via-composer)

```
composer create-project splitphp/starter myapp
cd myapp
```

This will install the `splitphp/core` engine and set up the basic directory structure.

### 2. Download ZIP (For non-composer users)

[](#2-download-zip-for-non-composer-users)

1. Download the latest version from this [link](https://github.com/splitphp/core/releases/latest/download/splitphp-distribution-latest.zip).
2. Extract it:

    ```
    unzip splitphp-distribution-latest.zip -d myapp
    cd myapp
    ```

Directory Structure
-------------------

[](#directory-structure)

```
myapp/
├── core/         # SplitPHP core framework
├── application/  # Application-specific code (user-defined code)
├── modules/      # Reusable scalable modules (user-defined code)
├── public/       # Web entry-point (e.g. index.php)
├── config.ini    # Configurations file
└── README.md     # This file
└── LICENSE       # MIT License file
└── console       # CLI entry-point

```

Getting Started
---------------

[](#getting-started)

1. Setup your application:

```
php console setup
```

This will create your application hash keys and config.ini file from example.config.ini, so you don't have to rename it manually.

2. Run your application's dev server:

```
php console server:start
```

This will create your application hash keys and config.ini file from example.config.ini, so you don't have to rename it manually.

3. Access  in the browser and you shall see the **SPLIT PHP** Welcome Page.

Documentation
-------------

[](#documentation)

For a more complete documentation, usage examples, and advanced topics, see the [SplitPHP Core repository](https://github.com/splitphp/core) README.

---

© Gabriel Valentoni Guelfi | MIT License

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance66

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Recently: every ~27 days

Total

13

Last Release

229d ago

Major Versions

v1.5.9 → v2.0.02025-06-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/a93073c7a216d7543dd3e833d3a1f1f73ec7df743fd2474cc239702d4b50bacb?d=identicon)[gabriel-guelfi](/maintainers/gabriel-guelfi)

---

Top Contributors

[![gabriel-guelfi](https://avatars.githubusercontent.com/u/6461967?v=4)](https://github.com/gabriel-guelfi "gabriel-guelfi (14 commits)")

---

Tags

framework-phplightweightlightweight-frameworkphprestful-apiservicesweb

### Embed Badge

![Health badge](/badges/splitphp-starter/health.svg)

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

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[droptica/droopler-project

Project template for Droopler with Composer

5010.0k](/packages/droptica-droopler-project)[thunder/thunder-project

Project template for Thunder projects with composer

1039.4k](/packages/thunder-thunder-project)

PHPackages © 2026

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