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.5
2026-07-22 11:14 UTC
Requires
- php: >=8.2
- lukman-ss/intisari: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.5
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.