PHP Framework

The only open-source PHP framework released by a Korean company. We keep the source open on Git so you can verify Lucidasoft's engineering firsthand.

Architecture & Data Flow

Framework architecture
Send email, PUSH, and SMS with ease. The LS system delivers a powerful 1,000 PUSH notifications per second.

Key Features

Core features of the PHP framework provide a fast, reliable server development environment - from the HTTP router to the MVC pattern, all proven in production.

HTTP Router

A fast, powerful router that maps route callbacks to specific HTTP methods and URIs, with parameter and pattern matching support.

Logging

Every request and response can be logged locally, making it easy to trace the cause when errors occur.

PSR Support

Complies with PHP Standards Recommendations (PSR), including PSR-1, PSR-2, PSR-3, and PSR-4.

Benchmarking

Measures code execution time, helping you identify performance bottlenecks.

Additional Libraries

Supports adding libraries for large-scale applications - file uploads, image resizing, text encryption/decryption, and more.

MVC Pattern

Supports MVC-pattern development for a code structure that's easier to maintain and extend.