# Knowledge of Laravel: English My Packages

## My Packages

### GitHub Copilot

- [Laravel Boost custom agent for GitHub Copilot CLI](https://kawax.biz/en/packages/laravel-boost-copilot-cli.md): A package that adds a custom agent for the GitHub Copilot CLI to Laravel Boost, with first-class Testbench support.
- [Laravel Boost Custom Agent for PhpStorm with GitHub Copilot](https://kawax.biz/en/packages/laravel-boost-phpstorm-copilot.md): A package that adds a Laravel Boost custom agent for the PhpStorm GitHub Copilot plugin, with macOS/Windows/Linux/WSL support.

#### GitHub Copilot SDK for Laravel

- [GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/index.md): Understand what the Laravel Copilot SDK provides, and jump into the main guides for setup, sessions, tools, and runtime configuration.
- [Getting started - GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/getting-started.md): Build your first Copilot-powered Laravel command and learn the core Laravel Copilot SDK workflow.
- [Authentication - GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/auth.md): Choose the appropriate Laravel Copilot SDK authentication method for local development, CI, server workloads, or BYOK setups.
- [SessionConfig](https://kawax.biz/en/packages/laravel-copilot-sdk/session-config.md): Configure Laravel Copilot SDK sessions with SessionConfig, including tools, MCP, hooks, agents, and lifecycle event handlers.
- [Permission requests](https://kawax.biz/en/packages/laravel-copilot-sdk/permission-request.md): Control permission requests in the Laravel Copilot SDK with defaults, built-in handlers, and custom approval callbacks.
- [SessionEvent](https://kawax.biz/en/packages/laravel-copilot-sdk/session-event.md): Work with the Laravel Copilot SDK's SessionEvent using Laravel-native helpers, type checks, and broadcasting.
- [RPC (Remote Procedure Call)](https://kawax.biz/en/packages/laravel-copilot-sdk/rpc.md): Use ServerRpc and SessionRpc in Laravel Copilot SDK to call generated protocol methods for models, tools, permissions, and more.
- [Models](https://kawax.biz/en/packages/laravel-copilot-sdk/models.md): List the models supported by the Copilot CLI and specify a model ID in the Laravel Copilot SDK's session configuration.
- [Resume session](https://kawax.biz/en/packages/laravel-copilot-sdk/resume.md): Resume previous Laravel Copilot SDK sessions using listSessions(), fixed session IDs, ResumeSessionConfig, and last-session helpers.
- [Tools](https://kawax.biz/en/packages/laravel-copilot-sdk/tools.md): Define and handle custom tools in Laravel Copilot SDK, including permissions, invocation metadata, and MCP result conversion.
- [Ask user](https://kawax.biz/en/packages/laravel-copilot-sdk/ask-user.md): Respond to user questions via the ask_user tool with Laravel Copilot SDK's onUserInputRequest handler.
- [MCP](https://kawax.biz/en/packages/laravel-copilot-sdk/mcp.md): Configure and manage MCP servers using SessionConfig and the Server RPC API in the Laravel Copilot SDK.
- [Session hooks](https://kawax.biz/en/packages/laravel-copilot-sdk/hooks.md): Insert custom logic into Copilot session lifecycle events with SessionHooks in Laravel Copilot SDK.
- [Skills](https://kawax.biz/en/packages/laravel-copilot-sdk/skills.md): Load reusable SKILL.md prompt modules and manage them with SessionConfig skillDirectories and disabledSkills.
- [Plugin Directories](https://kawax.biz/en/packages/laravel-copilot-sdk/plugin-directories.md): Load skills, hooks, MCP servers, and custom agents together from plugin directories in Laravel Copilot SDK.
- [Custom agents](https://kawax.biz/en/packages/laravel-copilot-sdk/custom-agents.md): Define task-specific sub-agents with SessionConfig customAgents in Laravel Copilot SDK.
- [Fleet Mode](https://kawax.biz/en/packages/laravel-copilot-sdk/fleet-mode.md): Run multiple sub-agents in parallel from a single parent session with Fleet Mode in Laravel Copilot SDK.
- [Agent loop](https://kawax.biz/en/packages/laravel-copilot-sdk/agent-loop.md): Understand how Copilot CLI processes a prompt end-to-end from session.send() to session.idle.
- [Events](https://kawax.biz/en/packages/laravel-copilot-sdk/events.md): Use the Laravel events emitted by the Laravel Copilot SDK for logging, debugging, and asynchronous processing.
- [send() and on()](https://kawax.biz/en/packages/laravel-copilot-sdk/send-on.md): How to combine send() / sendAndWait() with on() in the Laravel Copilot SDK to handle intermediate events and the final response.
- [Streaming](https://kawax.biz/en/packages/laravel-copilot-sdk/streaming.md): Stream Copilot responses in Laravel Copilot SDK for CLI, SSE, WebSocket, and Livewire workflows.
- [Streaming events](https://kawax.biz/en/packages/laravel-copilot-sdk/streaming-events.md): Reference for session event types and payloads when streaming is enabled in Laravel Copilot SDK.
- [Attachments](https://kawax.biz/en/packages/laravel-copilot-sdk/attachments.md): Send prompts with attached files, directories, selections, and blobs using the Laravel Copilot SDK.
- [Testing - GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/fake.md): Test Laravel Copilot SDK integration with Copilot::fake(), prompt assertions, and stray request prevention.
- [Laravel Cloud - GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/laravel-cloud.md): Run Laravel Copilot SDK on Laravel Cloud with Copilot CLI installation, environment variables, and stdio or TCP mode guidance.
- [GitHub Actions - GitHub Copilot SDK for Laravel](https://kawax.biz/en/packages/laravel-copilot-sdk/github-actions.md): Run Laravel Copilot SDK commands in GitHub Actions using Copilot CLI authentication tokens.
- [GitHub token](https://kawax.biz/en/packages/laravel-copilot-sdk/github-token.md): Switch GitHub tokens at runtime in Laravel Copilot SDK for per-user authentication in stdio or TCP mode sessions.
- [Laravel AI SDK integration](https://kawax.biz/en/packages/laravel-copilot-sdk/ai-sdk.md): Enable the experimental Laravel AI SDK integration in Laravel Copilot SDK and use text generation and streaming.
- [Bundle Copilot CLI](https://kawax.biz/en/packages/laravel-copilot-sdk/bundle-cli.md): Bundle Copilot CLI as an npm dependency in your Laravel project when you need strict CLI version control.
- [TCP mode](https://kawax.biz/en/packages/laravel-copilot-sdk/tcp-mode.md): Connect the Laravel Copilot SDK to a pre-started Copilot CLI server for low-overhead, shared operation.
- [Remote Sessions](https://kawax.biz/en/packages/laravel-copilot-sdk/remote-sessions.md): Enable remote sessions in Laravel Copilot SDK to access the same session from the web or mobile via GitHub Mission Control.
- [Cloud Sessions](https://kawax.biz/en/packages/laravel-copilot-sdk/cloud-sessions.md): Run Copilot sessions on GitHub-hosted infrastructure instead of the local Copilot CLI with Cloud Sessions.
- [Session context and filtering](https://kawax.biz/en/packages/laravel-copilot-sdk/session-context.md): Use SessionContext and SessionListFilter in Laravel Copilot SDK to inspect and filter sessions by workspace and Git metadata.
- [Session lifecycle events](https://kawax.biz/en/packages/laravel-copilot-sdk/session-lifecycle-event.md): How to subscribe to the Laravel Copilot SDK's session creation, update, deletion, and foreground/background state change events.
- [Telemetry](https://kawax.biz/en/packages/laravel-copilot-sdk/telemetry.md): Enable OpenTelemetry in the Laravel Copilot SDK and link trace contexts between your app and the Copilot CLI.
- [Custom providers](https://kawax.biz/en/packages/laravel-copilot-sdk/custom-providers.md): Configure BYOK providers such as OpenAI-compatible APIs, Ollama, and Azure OpenAI with the Laravel Copilot SDK.
- [Concurrency](https://kawax.biz/en/packages/laravel-copilot-sdk/concurrency.md): Practical tips for running Laravel Copilot SDK in parallel with Laravel Concurrency in both stdio and TCP modes.
- [Steering and queueing](https://kawax.biz/en/packages/laravel-copilot-sdk/steering.md): Understand the difference between steering (immediate) and queueing (enqueue) in the Laravel Copilot SDK, and how to choose between them in Laravel.
- [Official SDK-compatible layer](https://kawax.biz/en/packages/laravel-copilot-sdk/bare-usage.md): Use the Laravel Copilot SDK with an official SDK-style flow while keeping Laravel-friendly ergonomics.

### SDK

- [Laravel Nostr](https://kawax.biz/en/packages/laravel-nostr.md): A Laravel package for the Nostr protocol. Supports key management, event operations, pool (multi-relay), NIP-05 / NIP-17, and Laravel Notifications integration.
- [Laravel Notification for Discord(Webhook)](https://kawax.biz/en/packages/laravel-notification-discord-webhook.md): A Laravel package for sending notifications to Discord via Webhook. No Bot, no WebSocket — just configure a Webhook URL and start sending.
- [Socialite for Discord](https://kawax.biz/en/packages/socialite-discord.md): A Laravel Socialite driver for Discord OAuth2 authentication.

#### Laravel Bluesky

- [Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/index.md): An overview of revolution/laravel-bluesky covering requirements, installation, initial configuration, and your first post.
- [Basic client - Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/basic-client.md): Core Laravel Bluesky client usage: authentication, posting, media, replies, quotes, feeds, and search.
- [Bot tutorial - Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/bot-tutorial.md): Laravel version of the AT Protocol official bot tutorial. Build a posting bot, reply bot, and label bot using the laravel-bluesky package.
- [TextBuilder](https://kawax.biz/en/packages/laravel-bluesky/text-builder.md): Detailed guide for TextBuilder, the class that constructs Bluesky rich text (facets) in PHP.
- [Authentication methods - Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/authentication.md): Compare App Password (LegacyAgent) and OAuth (OAuthAgent) in Laravel Bluesky: architecture, implementation, and when to use each.
- [Socialite - Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/socialite.md): Bluesky OAuth authentication with Laravel Socialite. AT Protocol-specific DPoP and PAR endpoint setup and usage.
- [Notification channel - Laravel Bluesky](https://kawax.biz/en/packages/laravel-bluesky/notification.md): Send Bluesky posts and direct messages using Laravel's notification system.
- [Testing](https://kawax.biz/en/packages/laravel-bluesky/testing.md): How to test code that uses laravel-bluesky: Facade mocks, HTTP fakes, and features that cannot be mocked.
- [Identity](https://kawax.biz/en/packages/laravel-bluesky/identity.md): Resolve Bluesky handles and DIDs with Bluesky::identity(). Handle-to-DID, DID-to-document, and profile lookups.
- [Routes](https://kawax.biz/en/packages/laravel-bluesky/route.md): AT Protocol and XRPC routes automatically registered by the laravel-bluesky package.
- [Verify](https://kawax.biz/en/packages/laravel-bluesky/verify.md): Verify posts, images, and CAR files in Bluesky / AT Protocol using CID and cryptographic checks.
- [Feed Generator](https://kawax.biz/en/packages/laravel-bluesky/feed-generator.md): Build and publish custom algorithmic feeds on Bluesky with Laravel Bluesky. Covers registration, publish commands, multiple feeds, class-based algorithms, authentication, and advanced patterns.
- [Labeler](https://kawax.biz/en/packages/laravel-bluesky/labeler.md): Build and operate a Labeler server with Laravel Bluesky. Covers AbstractLabeler implementation, label definitions, WebSocket streaming, and deploying on Laravel Forge.
- [BlueskyManager and HasShortHand](https://kawax.biz/en/packages/laravel-bluesky/bluesky-manager.md): Architecture of BlueskyManager, the implementation behind the Bluesky facade, and the shortcut methods provided by the HasShortHand trait.
- [WebSocket (Jetstream / Firehose)](https://kawax.biz/en/packages/laravel-bluesky/websocket.md): Laravel Bluesky's WebSocket features. How to process real-time events with Bluesky Jetstream and the AT Protocol Firehose. Walkthrough of JetstreamServeCommand and FirehoseServeCommand.
- [Crypto — AT Protocol Cryptography](https://kawax.biz/en/packages/laravel-bluesky/crypto.md): The Crypto module of the Laravel Bluesky package. Covers P-256 / secp256k1 key pairs, DID keys, JWT, DPoP, and signature format conversion.
- [Core — AT Protocol Core Operations](https://kawax.biz/en/packages/laravel-bluesky/core.md): The Core module of the Laravel Bluesky package. Covers CBOR encoding, CID-based content verification, CAR file operations, and TID record-key generation.

#### LINE SDK for Laravel

- [LINE SDK for Laravel](https://kawax.biz/en/packages/laravel-line-sdk/index.md): A Laravel package wrapping the official LINE SDK. Provides Webhook, Bot, Notifications, and Socialite (LINE Login) in one package.
- [Webhook / Bot - LINE SDK for Laravel](https://kawax.biz/en/packages/laravel-line-sdk/bot.md): Webhook routing and Bot Facade for LINE Messaging API message handling.
- [Notifications - LINE SDK for Laravel](https://kawax.biz/en/packages/laravel-line-sdk/notification.md): Send LINE messages through the Laravel Notification System using Messaging API.
- [Socialite (LINE Login) - LINE SDK for Laravel](https://kawax.biz/en/packages/laravel-line-sdk/socialite.md): OAuth2 authentication with LINE Login using Laravel Socialite.

#### Google Sheets API for Laravel

- [Google Sheets API for Laravel](https://kawax.biz/en/packages/laravel-google-sheets/index.md): Laravel wrapper for Google Sheets API v4. Fluent and intuitive interface.
- [Service Account Authentication - Google Sheets API for Laravel](https://kawax.biz/en/packages/laravel-google-sheets/service-account.md): Configure Service Account authentication for Google Sheets API. Best for server-to-server access.
- [OAuth 2.0 Authentication - Google Sheets API for Laravel](https://kawax.biz/en/packages/laravel-google-sheets/oauth.md): Configure OAuth 2.0 authentication for user-specific Google Sheets access.

### AI SDK

- [Amazon Bedrock driver for Laravel AI SDK](https://kawax.biz/en/packages/laravel-amazon-bedrock.md): An Amazon Bedrock driver for Laravel AI SDK. Supports text generation, streaming, tool use, structured output, file attachments, conversation history, embeddings, image generation, audio (TTS), and reranking.

### VOICEVOX

#### VOICEVOX Core for PHP

- [VOICEVOX Core for PHP](https://kawax.biz/en/packages/voicevox-core-php/index.md): A pure PHP package that wraps VOICEVOX CORE's C dynamic library via PHP FFI. Use text-to-speech (TTS) directly from PHP.
- [Usage - VOICEVOX Core for PHP](https://kawax.biz/en/packages/voicevox-core-php/usage.md): Basic usage of VOICEVOX Core for PHP. Code samples for text-to-speech (TTS) and speech synthesis.
- [API Reference - VOICEVOX Core for PHP](https://kawax.biz/en/packages/voicevox-core-php/api.md): Complete reference for all classes, methods, and enums in VOICEVOX Core for PHP.

#### VOICEVOX for Laravel

- [VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/index.md): Overview of the package for working with VOICEVOX from Laravel via client, native, and engine APIs, with links to each mode.
- [Installation and setup - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/installation.md): How to install VOICEVOX for Laravel, including FFI-aware installation, configuration files, .env, and preparing engine resources.
- [Getting started - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/getting-started.md): Learn the package basics, compare the three modes, and run a quick start (client mode) for VOICEVOX for Laravel.
- [Configuration reference - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/configuration.md): Reference for all config/voicevox.php settings, including env variables, defaults, and examples.
- [Client Mode: Talk (Text-to-Speech) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/client-talk.md): Use VOICEVOX for Laravel client mode to connect to the official VOICEVOX engine for text-to-speech generation.
- [Client Mode: Song (Singing Synthesis) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/client-song.md): Generate singing audio in VOICEVOX for Laravel client mode using Score and Note.
- [Client mode - User Dictionary - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/client-user-dict.md): Manage the official VOICEVOX engine's user dictionary in client mode to register custom readings for proper nouns and technical terms.
- [Client mode - Presets - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/client-presets.md): Manage the official VOICEVOX engine's presets in client mode to save and reuse synthesis parameter sets.
- [Native mode: Talk (text-to-speech) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/native-talk.md): How to synthesize speech in VOICEVOX for Laravel's native mode by calling VOICEVOX CORE directly through PHP FFI.
- [Native Mode: Song (Singing Synthesis) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/native-song.md): Use VOICEVOX for Laravel native mode to call VOICEVOX CORE via PHP FFI for singing synthesis.
- [Native mode - User Dictionary - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/native-user-dict.md): Register, update, and import custom readings in native mode with the VOICEVOX for Laravel user dictionary.
- [Native mode - Presets - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/native-presets.md): Store and reuse VOICEVOX synthesis parameter sets in native mode with VOICEVOX for Laravel presets.
- [Engine API Mode: Talk (Text-to-Speech) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/engine-talk.md): Embed a VOICEVOX-engine-compatible HTTP API in your Laravel app and use standard talk endpoints.
- [Engine API Mode: Song (Singing Synthesis) - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/engine-song.md): Use VOICEVOX-engine-compatible singing endpoints from the Laravel embedded engine API mode.
- [Score and Note Deep Dive - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/song-score-note.md): Learn the Score and Note model used for singing synthesis in VOICEVOX for Laravel, including frame-length math and practical JSON workflows.
- [VoicevoxResponse - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/response.md): Method reference for the VoicevoxResponse class, which represents the result of a VOICEVOX for Laravel synthesis call.
- [.vvproj File Format - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/vvproj.md): Understand VOICEVOX Editor .vvproj JSON and load it from Laravel to regenerate both talk and singing audio.
- [Guide to Building Apps with VOICEVOX Engine API](https://kawax.biz/en/packages/laravel-voicevox/app-guide.md): Practical guide for developing client applications that interact with the VOICEVOX Engine API, based on real-world macOS song app implementation.
- [Laravel AI SDK Integration - VOICEVOX for Laravel](https://kawax.biz/en/packages/laravel-voicevox/ai-sdk.md): Configure VOICEVOX for Laravel with Laravel AI SDK Audio facade in client mode and native mode.

#### VOICEVOX Engine API Reference

##### 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.

### Starter Kits

#### Laravel Console Starter

- [Laravel Console Starter](https://kawax.biz/en/packages/laravel-console-starter/index.md): A Laravel starter kit focused on artisan commands. Schedule execution with GitHub Actions and send output via notifications.
- [Tutorial - Laravel Console Starter](https://kawax.biz/en/packages/laravel-console-starter/tutorial.md): Build console applications with Laravel Console Starter. Learn command creation, GitHub Actions scheduling, notifications, and practical app examples.

### Feeds and RSS

- [Laravel FullFeed](https://kawax.biz/en/packages/laravel-fullfeed.md): A Laravel package that extracts the main content from web pages for feed readers, built around Laravel's Pipeline pattern.

#### Feedable

- [Feedable](https://kawax.biz/en/packages/feedable/index.md): A Laravel starter kit that generates RSS/JSON Feed for websites without native feeds
- [Core package and custom drivers - Feedable](https://kawax.biz/en/packages/feedable/core.md): How feedable-core works and how to add your own drivers
- [Supported sites - Feedable](https://kawax.biz/en/packages/feedable/drivers.md): Built-in drivers currently available in Feedable

### Middleware

- [Laravel Fetch Metadata](https://kawax.biz/en/packages/laravel-fetch-metadata.md): A security middleware based on Sec-Fetch-* headers that protects Laravel apps from CSRF attacks and cross-site requests.

## OpenAPI Specs

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