# Knowledge of Laravel: Traditional Chinese 我的套件

## 我的套件

### GitHub Copilot

- [Laravel Boost Custom Agent for GitHub Copilot CLI](https://kawax.biz/zh-TW/packages/laravel-boost-copilot-cli.md): 為 Laravel Boost 增加 GitHub Copilot CLI 用自定義 agent 的包。以支援 Testbench 為特色。
- [Laravel Boost Custom Agent for PhpStorm with GitHub Copilot](https://kawax.biz/zh-TW/packages/laravel-boost-phpstorm-copilot.md): 面向 PhpStorm 的 GitHub Copilot 外掛，為 Laravel Boost 增加自定義 agent 的包。支援 macOS/Windows/Linux/WSL。

#### GitHub Copilot SDK for Laravel

- [GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/index.md): 了解 Laravel Copilot SDK 提供的功能，並前往設定、session、工具、執行時期組態的主要指南。
- [開始使用 - GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/getting-started.md): 建立第一個使用 Copilot 的 Laravel 指令，並學習 Laravel Copilot SDK 的基本工作流程。
- [認證 - GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/auth.md): 了解 Laravel Copilot SDK 的認證方式，並選擇適用於本機開發、CI、伺服器執行與 BYOK 的方法。
- [SessionConfig](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/session-config.md): 透過 Laravel Copilot SDK 的 SessionConfig 設定工具、MCP、Hooks、Agent 與生命週期事件。
- [權限請求](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/permission-request.md): 透過預設值、內建處理器與自訂核准回呼來控制 Laravel Copilot SDK 的權限請求。
- [SessionEvent](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/session-event.md): 以 Laravel 風格的輔助方法、型別判斷與廣播來處理 Laravel Copilot SDK 的 SessionEvent。
- [RPC(Remote Procedure Call)](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/rpc.md): 使用 Laravel Copilot SDK 的 ServerRpc 與 SessionRpc,呼叫模型、工具、權限等協定方法。
- [模型](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/models.md): 確認 Copilot CLI 支援的模型清單,並在 Laravel Copilot SDK 的 Session 設定中指定模型 ID。
- [Session 恢復](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/resume.md): 使用 listSessions()、固定 Session ID、ResumeSessionConfig 與恢復最後 Session 的方式,還原 Laravel Copilot SDK 的對話。
- [工具](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/tools.md): 使用 Laravel Copilot SDK 定義與處理自訂工具,並處理權限設定、呼叫 metadata 與 MCP 結果轉換。
- [Ask user](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/ask-user.md): 透過 Laravel Copilot SDK 的 onUserInputRequest handler，回應 ask_user 工具傳來的使用者提問。
- [MCP](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/mcp.md): 說明如何透過 Laravel Copilot SDK 的 session 設定與 Server RPC API 設定與管理 MCP 伺服器。
- [Session Hook](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/hooks.md): 透過 SessionHooks 於 Copilot session 生命週期中插入處理，實作執行控制、稽核、復原邏輯。
- [Skills](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/skills.md): 說明如何載入可重用的 SKILL.md,並透過 SessionConfig 管理領域專屬指令。
- [Plugin Directories](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/plugin-directories.md): 介紹如何使用 Plugin Directory 一次載入 Skills、Hooks、MCP、Custom Agents 等擴充功能。
- [自訂 Agent](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/custom-agents.md): 說明如何以 SessionConfig 的 customAgents 定義依用途區分的 sub-agent。
- [Fleet Mode](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/fleet-mode.md): 說明如何使用 Fleet Mode，從單一父 session 並行執行多個 sub-agent。
- [Agent Loop](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/agent-loop.md): 說明 Copilot CLI 從接收 prompt 到 session.idle 的處理過程。
- [事件](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/events.md): 說明如何運用 Laravel Copilot SDK 觸發的 Laravel 事件，於日誌收集、除錯、非同步處理中使用。
- [send() 與 on()](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/send-on.md): 說明如何組合 Laravel Copilot SDK 的 send() / sendAndWait() 與 on(),處理中間事件與最終回應。
- [Streaming](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/streaming.md): 說明如何在 CLI、SSE、WebSocket、Livewire 中處理 Laravel Copilot SDK 的 Streaming 回應。
- [Streaming Events](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/streaming-events.md): 整理啟用 SessionConfig 的 streaming 時可接收的 Session Event 種類與 payload。
- [Attachments](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/attachments.md): 說明如何在 Laravel Copilot SDK 中附加檔案、目錄、選取範圍、Blob 並送出 prompt。
- [測試 - GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/fake.md): 說明如何在 Laravel Copilot SDK 中使用 Copilot::fake()、斷言、預防 stray request 進行測試。
- [Laravel Cloud - GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/laravel-cloud.md): 說明如何在 Laravel Cloud 執行 Laravel Copilot SDK，包含 Copilot CLI 安裝、環境變數、stdio/TCP 模式的運作要點。
- [GitHub Actions - GitHub Copilot SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/github-actions.md): 說明如何在 GitHub Actions 中使用 Laravel Copilot SDK，包含 Copilot CLI 安裝與 token 認證設定。
- [GitHub Token](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/github-token.md): 說明如何在 Laravel Copilot SDK 中，於執行期切換每位使用者的 GitHub token。
- [Laravel AI SDK 整合](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/ai-sdk.md): 說明如何在 Laravel Copilot SDK 中啟用實驗性的 Laravel AI SDK 整合，並使用文字生成與串流。
- [打包 Copilot CLI](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/bundle-cli.md): 當你想嚴格控制 Copilot CLI 版本時，說明如何將其作為 npm 依賴打包進 Laravel 專案。
- [TCP 模式](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/tcp-mode.md): 說明如何以 Laravel Copilot SDK 連線至事先啟動的 Copilot CLI 伺服器,以低額外負擔進行共用運作。
- [Remote Sessions](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/remote-sessions.md): 說明如何在 Laravel Copilot SDK 中啟用 Remote Sessions,透過 GitHub 的 Mission Control 從網頁或行動裝置存取相同 Session。
- [Cloud Sessions](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/cloud-sessions.md): 說明 Cloud Sessions 的用法：不使用本機的 Copilot CLI，而是在 GitHub 託管環境中執行 session。
- [Session Context 與篩選](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/session-context.md): 說明如何使用 Laravel Copilot SDK 的 SessionContext 與 SessionListFilter,依 working directory 或 Git 資訊查詢與篩選 Session。
- [Session 生命週期事件](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/session-lifecycle-event.md): 說明如何訂閱 Laravel Copilot SDK 的 Session 建立、更新、刪除,以及 Foreground 狀態變更事件。
- [Telemetry](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/telemetry.md): 說明如何在 Laravel Copilot SDK 啟用 OpenTelemetry,並串接應用程式與 Copilot CLI 的 Trace Context。
- [自訂 Provider](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/custom-providers.md): 說明如何在 Laravel Copilot SDK 中設定 OpenAI 相容 API、Ollama、Azure OpenAI 等 BYOK provider。
- [Concurrency](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/concurrency.md): 說明在 Laravel Copilot SDK 的 stdio / TCP 模式中，使用 Laravel Concurrency 進行並行執行時的實務要點。
- [Steering 與 Queueing](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/steering.md): 說明 Laravel Copilot SDK 的 steering(immediate)與 queueing(enqueue)差異,以及在 Laravel 中的實際使用建議。
- [官方 SDK 相容層的使用方式](https://kawax.biz/zh-TW/packages/laravel-copilot-sdk/bare-usage.md): 說明如何以官方 SDK 風格使用 Laravel Copilot SDK，並一併確認 Laravel 中的建議風格。

### SDK

- [Laravel Nostr](https://kawax.biz/zh-TW/packages/laravel-nostr.md): Nostr 協定的 Laravel 套件。Key 管理、事件操作、pool 支援、NIP-05 / NIP-17、Laravel Notifications 整合。
- [Laravel Notification for Discord(Webhook)](https://kawax.biz/zh-TW/packages/laravel-notification-discord-webhook.md): 使用 Discord Webhook 從 Laravel 輕鬆傳送通知的套件。無需 Bot、無需 WebSocket,只要設定 Webhook URL 即可使用。
- [Socialite for Discord](https://kawax.biz/zh-TW/packages/socialite-discord.md): 以 Laravel Socialite 實作 Discord OAuth2 認證的驅動程式套件。

#### Laravel Bluesky

- [Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/index.md): 彙整 revolution/laravel-bluesky 的概觀、需求、安裝、初始設定，直到完成第一則貼文的流程。
- [Basic client - Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/basic-client.md): Laravel Bluesky 的基本 client 操作。介紹認證、貼文、媒體、回覆、引用、feed 取得與搜尋。
- [Bot 教學 - Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/bot-tutorial.md): AT Protocol 官方 bot 教學的 Laravel 版。使用 laravel-bluesky 套件實作貼文 bot、回覆 bot 與 label bot。
- [TextBuilder](https://kawax.biz/zh-TW/packages/laravel-bluesky/text-builder.md): 在 PHP 中建立 Bluesky 富文字（facets）的 TextBuilder 類別詳細用法。
- [認證方式比較 - Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/authentication.md): 說明 Laravel Bluesky 的 App Password (LegacyAgent) 與 OAuth (OAuthAgent) 的差異、內部架構與程式碼範例。
- [Socialite - Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/socialite.md): Laravel Bluesky 的 OAuth 認證。使用 AT Protocol 專屬的 DPoP、PAR 端點的 Socialite 設定與用法。
- [通知頻道 - Laravel Bluesky](https://kawax.biz/zh-TW/packages/laravel-bluesky/notification.md): 說明如何以 Laravel Notification 頻道向 Bluesky 發送貼文與 DM。
- [測試](https://kawax.biz/zh-TW/packages/laravel-bluesky/testing.md): 使用 laravel-bluesky 的程式碼測試方法。Facade mock、HTTP fake，以及無法測試的功能說明。
- [Identity](https://kawax.biz/zh-TW/packages/laravel-bluesky/identity.md): Bluesky 中 Handle 與 DID 的互解方式。彙整使用 Bluesky::identity() 的操作。
- [路由](https://kawax.biz/zh-TW/packages/laravel-bluesky/route.md): laravel-bluesky 套件自動定義的 AT Protocol / XRPC 路由清單與設定方式。
- [驗證（Verify）](https://kawax.biz/zh-TW/packages/laravel-bluesky/verify.md): Bluesky / AT Protocol 的驗證功能。貼文、圖像、CAR 檔的 CID 驗證方式。
- [Feed Generator](https://kawax.biz/zh-TW/packages/laravel-bluesky/feed-generator.md): 使用 Laravel Bluesky 建立並公開自訂演算法 feed 的方法。說明註冊、指令建立、多個 feed、類別分離、認證與進階用法。
- [Labeler](https://kawax.biz/zh-TW/packages/laravel-bluesky/labeler.md): 使用 Laravel Bluesky 建置與運作 Labeler 伺服器的方式。說明繼承 AbstractLabeler、標籤定義、WebSocket 連線，直到在 Laravel Forge 部署的完整流程。
- [BlueskyManager 與 HasShortHand](https://kawax.biz/zh-TW/packages/laravel-bluesky/bluesky-manager.md): 說明 Bluesky Facade 的實體 BlueskyManager 的架構，以及 HasShortHand trait 所提供的捷徑方法。
- [WebSocket (Jetstream / Firehose)](https://kawax.biz/zh-TW/packages/laravel-bluesky/websocket.md): Laravel Bluesky 的 WebSocket 功能。透過 Bluesky Jetstream 與 AT Protocol Firehose 進行即時事件處理。介紹 JetstreamServeCommand 與 FirehoseServeCommand 的使用方式。
- [Crypto — AT Protocol 加密](https://kawax.biz/zh-TW/packages/laravel-bluesky/crypto.md): Laravel Bluesky 套件的 Crypto 模組。說明 P-256 / secp256k1 金鑰對、DID 金鑰、JWT、DPoP、簽章格式轉換。
- [Core — AT Protocol 核心操作](https://kawax.biz/zh-TW/packages/laravel-bluesky/core.md): Laravel Bluesky 的 Core 模組。說明 CBOR 編碼、以 CID 進行內容驗證、CAR 檔操作，以及以 TID 產生時序 record key。

#### LINE SDK for Laravel

- [LINE SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-line-sdk/index.md): 將 LINE 官方 SDK 針對 Laravel 打造為易於使用的套件。提供 Webhook、Bot、通知、Socialite 四項功能。
- [Webhook / Bot - LINE SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-line-sdk/bot.md): 透過 Webhook Controller 與 Bot Facade 進行 LINE Messaging API 的訊息收發。
- [通知 Channel - LINE SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-line-sdk/notification.md): 整合 Laravel Notification System 與 LINE Messaging API 傳送通知。
- [Socialite(LINE Login)- LINE SDK for Laravel](https://kawax.biz/zh-TW/packages/laravel-line-sdk/socialite.md): 使用 Laravel Socialite 實作 LINE Login 的 OAuth2 驗證。

#### Google Sheets API for Laravel

- [Google Sheets API for Laravel](https://kawax.biz/zh-TW/packages/laravel-google-sheets/index.md): 在 Laravel 中使用 Google Sheets API v4。流暢且直觀的介面。
- [Service Account 驗證 - Google Sheets API for Laravel](https://kawax.biz/zh-TW/packages/laravel-google-sheets/service-account.md): 設定 Google Sheets API 的 Service Account 驗證。適合伺服器間通訊。
- [OAuth 2.0 驗證 - Google Sheets API for Laravel](https://kawax.biz/zh-TW/packages/laravel-google-sheets/oauth.md): Google Sheets API 的 OAuth 2.0 驗證。適合使用者個別存取。

### AI SDK

- [Laravel AI SDK 的 Amazon Bedrock 驅動](https://kawax.biz/zh-TW/packages/laravel-amazon-bedrock.md): Laravel AI SDK 的 Amazon Bedrock 驅動。支援文字生成、串流、工具使用、結構化輸出、檔案附件、對話歷史、嵌入、圖像生成、語音（TTS）、重新排序。

### VOICEVOX

#### VOICEVOX Core for PHP

- [VOICEVOX Core for PHP](https://kawax.biz/zh-TW/packages/voicevox-core-php/index.md): 使用 PHP FFI 包裝 VOICEVOX CORE C 動態函式庫的 Pure PHP 套件。可直接從 PHP 使用文字轉語音（TTS）。
- [使用方式 - VOICEVOX Core for PHP](https://kawax.biz/zh-TW/packages/voicevox-core-php/usage.md): VOICEVOX Core for PHP 的基本使用方式。介紹文字轉語音（TTS）與語音合成的程式碼範例。
- [API 參考 - VOICEVOX Core for PHP](https://kawax.biz/zh-TW/packages/voicevox-core-php/api.md): VOICEVOX Core for PHP 所有類別、方法與 enum 的參考文件。

#### VOICEVOX for Laravel

- [VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/index.md): 整理從 Laravel 使用 VOICEVOX 的 Client、Native、Engine API 套件的概觀與各模式入口。
- [安裝與設定 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/installation.md): 說明 VOICEVOX for Laravel 的導入方式、依 FFI 有無的安裝、設定檔、.env、引擎資源的準備。
- [入門 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/getting-started.md): 整理 VOICEVOX for Laravel 的基本概念、3 種模式比較、快速開始(Client 模式)與主要功能。
- [設定參考 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/configuration.md): 說明 config/voicevox.php 的所有設定項目、環境變數、預設值與設定範例。
- [Client 模式:Talk(文字語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/client-talk.md): 說明如何在 VOICEVOX for Laravel 的 Client 模式連線至官方 VOICEVOX 引擎進行文字語音合成。
- [Client 模式:Song(歌聲語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/client-song.md): 說明如何在 VOICEVOX for Laravel 的 Client 模式,以 Score 與 Note 進行歌聲語音合成。
- [Client 模式 - 使用者字典 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/client-user-dict.md): 說明如何在 VOICEVOX for Laravel 的 Client 模式操作官方引擎的使用者字典,登記專有名詞或專業術語的讀音。
- [Client 模式 - 預設集 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/client-presets.md): 說明如何在 VOICEVOX for Laravel 的 Client 模式操作官方引擎的預設集,儲存與重用語音合成參數。
- [Native 模式:Talk(文字語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/native-talk.md): 說明如何在 VOICEVOX for Laravel 的 Native 模式,透過 PHP FFI 直接呼叫 VOICEVOX CORE 進行文字語音合成。
- [Native 模式:Song(歌聲語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/native-song.md): 說明如何在 VOICEVOX for Laravel 的 Native 模式,透過 PHP FFI 直接呼叫 VOICEVOX CORE 進行歌聲語音合成。
- [Native 模式 - 使用者字典 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/native-user-dict.md): 說明如何在 VOICEVOX for Laravel 的 Native 模式使用使用者字典,登記、更新與匯入專有名詞或專業術語的讀音。
- [Native 模式 - 預設集 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/native-presets.md): 說明如何在 VOICEVOX for Laravel 的 Native 模式使用預設集功能,儲存與重用語音合成參數。
- [Engine API 模式:Talk(文字語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/engine-talk.md): 說明如何在 Laravel 應用中內建 VOICEVOX Engine 相容 HTTP API,使用與官方引擎相同的 Talk endpoint。
- [Engine API 模式:Song(歌聲語音合成)- VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/engine-song.md): 說明如何在 Laravel 應用內的 VOICEVOX Engine 相容 API 使用歌聲合成 endpoint。
- [Score 與 Note 詳細解說 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/song-score-note.md): 解說 VOICEVOX for Laravel 的 Song 合成中所使用的 Score 與 Note 的設計、影格長度計算方式與 JSON 管理模式。
- [VoicevoxResponse - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/response.md): 說明 VOICEVOX for Laravel 語音合成結果所代表的 VoicevoxResponse 類別方法。
- [.vvproj 檔案規格 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/vvproj.md): 整理讀取 VOICEVOX 編輯器 .vvproj JSON，並在 Laravel 中生成 Talk／Song 的實務規格。
- [引擎 API 整合應用開發指南 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/app-guide.md): 為了開發呼叫 VOICEVOX 引擎 API 的 client 應用,從 URL 註冊、song 合成 pipeline、快取到多引擎設計,以實作觀點整理。
- [Laravel AI SDK 整合 - VOICEVOX for Laravel](https://kawax.biz/zh-TW/packages/laravel-voicevox/ai-sdk.md): 說明從 Laravel AI SDK 的 Audio Facade 使用 VOICEVOX for Laravel 的設定與用法。

#### VOICEVOX 引擎 API 參考

##### Query Creation

- [Create query for speech synthesis](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-creation/create-query-for-speech-synthesis.md): Get initial values for speech synthesis query. The query obtained here can be used directly for speech synthesis. Refer to `Schemas` for the meaning of each value.
- [Create query for speech synthesis using preset](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-creation/create-query-for-speech-synthesis-using-preset.md): Get initial values for speech synthesis query. The query obtained here can be used directly for speech synthesis. Refer to `Schemas` for the meaning of each value.
- [Create query for singing voice synthesis](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-creation/create-query-for-singing-voice-synthesis.md): Get initial values for singing voice synthesis query. The query obtained here can be used directly for Singing Voice Synthesis. Refer to `Schemas` for the meaning of each value.

##### Query Editing

- [Get accent phrases from text](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-accent-phrases-from-text.md): Get accent phrases from text.
- [Get phoneme lengths and pitch from accent phrases](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-phoneme-lengths-and-pitch-from-accent-phrases.md)
- [Get phoneme lengths from accent phrases](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-phoneme-lengths-from-accent-phrases.md)
- [Get pitch from accent phrases](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-pitch-from-accent-phrases.md)
- [Get frame-by-frame fundamental frequency from a score / singing voice synthesis query](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-frame-by-frame-fundamental-frequency-from-a-score-singing-voice-synthesis-query.md)
- [Get frame-by-frame volume from a score / singing voice synthesis query](https://kawax.biz/en/packages/laravel-voicevox/engine-api/query-editing/get-frame-by-frame-volume-from-a-score-singing-voice-synthesis-query.md)

##### Speech Synthesis

- [Perform speech synthesis](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/perform-speech-synthesis.md)
- [Perform speech synthesis (cancellable)](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/perform-speech-synthesis-cancellable.md)
- [Synthesize multiple speeches at once](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/synthesize-multiple-speeches-at-once.md)
- [Frame Synthesis](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/frame-synthesis.md): Perform singing voice synthesis.
- [Check if morphing is possible for specified style](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/check-if-morphing-is-possible-for-specified-style.md): Check if each character in the engine can use morphing feature for specified base style.
- [Synthesize speech morphed with two styles](https://kawax.biz/en/packages/laravel-voicevox/engine-api/speech-synthesis/synthesize-speech-morphed-with-two-styles.md): Synthesize audio using the two specified styles and obtain audio morphed at the specified ratio.

##### OpenAI Compatible

- [Create speech with an OpenAI-compatible API](https://kawax.biz/en/packages/laravel-voicevox/engine-api/openai-compatible/create-speech-with-an-openai-compatible-api.md): Create speech from an OpenAI Audio Speech API-compatible request and return WAV audio. `voice` accepts a VOICEVOX style ID, an AI SDK voice alias, or an OpenAI voice name. `speed` is applied to VOICEVOX `speedScale`. `model`, `instructions`, `response_format`, and `stream_format` are accepted for co…

##### Other

- [Combine multiple base64-encoded wav data into one](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/combine-multiple-base64-encoded-wav-data-into-one.md): Combine multiple base64-encoded wav data into one and return as wav file.
- [Validate AquesTalk-style notation](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/validate-aquestalk-style-notation.md): Validate whether text follows AquesTalk-style notation.
- [Initialize Speaker](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/initialize-speaker.md): Initialize specified style.
- [Is Initialized Speaker](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/is-initialized-speaker.md): Check if specified style is initialized.
- [Supported Devices](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/supported-devices.md): Get list of supported devices.
- [Get Presets](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/get-presets.md): Return the preset settings held by the engine.
- [Add Preset](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/add-preset.md): Add preset.
- [Update Preset](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/update-preset.md): Update preset.
- [Delete Preset](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/delete-preset.md): Delete preset.
- [Speakers](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/speakers.md): Return list of speaking character information.
- [Speaker Info](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/speaker-info.md): Return information of speaking character specified by UUID.
- [Singers](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/singers.md): Return list of singing character information.
- [Singer Info](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/singer-info.md): Return information of singing character specified by UUID.
- [Version](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/version.md): Get engine version.
- [Core Versions](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/core-versions.md): Get list of available core versions.
- [Engine Manifest](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/engine-manifest.md): Get engine manifest.
- [Get Portal Page](https://kawax.biz/en/packages/laravel-voicevox/engine-api/other/get-portal-page.md): Return portal page.

##### Voice Library Management

- [Downloadable Libraries](https://kawax.biz/en/packages/laravel-voicevox/engine-api/voice-library-management/downloadable-libraries.md): Return downloadable voice library information.
- [Installed Libraries](https://kawax.biz/en/packages/laravel-voicevox/engine-api/voice-library-management/installed-libraries.md): Return installed voice library information.
- [Install Library](https://kawax.biz/en/packages/laravel-voicevox/engine-api/voice-library-management/install-library.md): Install voice library.
- [Uninstall Library](https://kawax.biz/en/packages/laravel-voicevox/engine-api/voice-library-management/uninstall-library.md): Uninstall voice library.

##### User Dictionary

- [Get User Dict Words](https://kawax.biz/en/packages/laravel-voicevox/engine-api/user-dictionary/get-user-dict-words.md): Return the list of words registered in the user dictionary.
- [Add User Dict Word](https://kawax.biz/en/packages/laravel-voicevox/engine-api/user-dictionary/add-user-dict-word.md): Add word to user dictionary.
- [Rewrite User Dict Word](https://kawax.biz/en/packages/laravel-voicevox/engine-api/user-dictionary/rewrite-user-dict-word.md): Update a word registered in the user dictionary.
- [Delete User Dict Word](https://kawax.biz/en/packages/laravel-voicevox/engine-api/user-dictionary/delete-user-dict-word.md): Delete a word registered in the user dictionary.
- [Import User Dict Words](https://kawax.biz/en/packages/laravel-voicevox/engine-api/user-dictionary/import-user-dict-words.md): Import another user dictionary.

##### Settings

- [Setting Get](https://kawax.biz/en/packages/laravel-voicevox/engine-api/settings/setting-get.md): Return the settings page.
- [Setting Post](https://kawax.biz/en/packages/laravel-voicevox/engine-api/settings/setting-post.md): Update settings.

### 入門套件

#### Laravel Console Starter

- [Laravel Console Starter](https://kawax.biz/zh-TW/packages/laravel-console-starter/index.md): 以 artisan 指令為主的 Laravel starter kit。透過 GitHub Actions 排程執行，並以通知傳送輸出結果。
- [教學 - Laravel Console Starter](https://kawax.biz/zh-TW/packages/laravel-console-starter/tutorial.md): 使用 Laravel Console Starter 建置 console 應用程式的步驟。學習指令建立、GitHub Actions 排程、通知發送與實務應用範例。

### Feed 與 RSS

- [Laravel FullFeed](https://kawax.biz/zh-TW/packages/laravel-fullfeed.md): 為 feed reader 從網頁擷取主要內容的 Laravel 套件。活用 Laravel 的 Pipeline pattern。

#### Feedable

- [Feedable](https://kawax.biz/zh-TW/packages/feedable/index.md): 從未提供 RSS feed 的網站產生 RSS 的 Laravel starter kit
- [核心套件與自訂驅動 - Feedable](https://kawax.biz/zh-TW/packages/feedable/core.md): feedable-core 套件的核心輔助工具與自訂驅動的建立方式
- [支援網站清單 - Feedable](https://kawax.biz/zh-TW/packages/feedable/drivers.md): Feedable 目前支援的網站清單

### 中介層

- [Laravel Fetch Metadata](https://kawax.biz/zh-TW/packages/laravel-fetch-metadata.md): 透過使用 Sec-Fetch-* 標頭的安全性 middleware,保護 Laravel 應用免受 CSRF 攻擊與跨站請求。

## OpenAPI Specs

- [laravel-openapi](https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/en/laravel-openapi.json)
