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: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.2.5 2026-07-22 11:14 UTC

This package is auto-updated.

Last update: 2026-07-22 11:16:33 UTC


README

A minimal, fast, and clean starter project for IntisariPHP applications.

Requirements

  • PHP >= 8.2
  • Composer

Quick Start

Create a new project using Composer:

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

Development Server

Start the built-in development server:

composer serve

The application will be accessible at http://127.0.0.1:8000.

Testing & Quality

Run the test suite:

composer test

Check source integrity:

composer source:check

Check documentation integrity:

composer docs:check

Documentation

For more information on how to build applications, refer to the documentation in the docs directory.

License

This project is open-sourced software licensed under the MIT license.