Overview of KitchenSink application structure
masterThe KitchenSink sample is organized into several key components:
- Entry Point:
public/index.phpserves as the application entry point. - Core Logic:
src/LINEBot/KitchenSink/Route.phpcontains the main application logic interacting with the LINE Messaging API. - Event Handlers:
src/LINEBot/KitchenSink/EventHandlercontains the specific logic for handling different types of LINE Messaging API events. - Multimedia Storage: Files are temporarily stored in
./public/static/tmpdir/.