lukman-ss / intisari-starter
Starter project for IntisariPHP applications.
Package info
github.com/lukman-ss/intisari-starter
Type:project
pkg:composer/lukman-ss/intisari-starter
v1.2.1
2026-06-28 07:41 UTC
Requires
- php: >=8.2
- lukman-ss/intisari: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-28 08:44:49 UTC
README
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
