lukman-ss/intisari-starter

Starter project for IntisariPHP applications.

Maintainers

Package info

github.com/lukman-ss/intisari-starter

Type:project

pkg:composer/lukman-ss/intisari-starter

Transparency log

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.2.1 2026-06-28 07:41 UTC

This package is auto-updated.

Last update: 2026-06-28 08:44:49 UTC


README

IntisariPHP Starter Hero

A minimal project starter for building PHP applications with IntisariPHP.

Requirements

  • PHP 8.2 or newer
  • Composer 2.x

Quick Start

composer create-project lukman-ss/intisari-starter my-app
cd my-app
cp .env.example .env
composer serve

The application is available at http://127.0.0.1:8000.

Development Server

composer serve

The built-in development server is intended for local development only.

Running Tests

composer test

Documentation

Start with the documentation index or the getting started guide. See the CLI guide for available console commands.

Project Structure

app/          Application classes
bootstrap/    Application bootstrap
config/       Configuration files
database/     Local database files
public/       Web entry point
resources/    View templates
routes/       Web and console routes
storage/      Runtime files
tests/        PHPUnit tests

IntisariPHP core

IntisariPHP Starter uses lukman-ss/intisari as its framework runtime.

License

MIT