infofactory/statamic-ai-social

There is no license information available for the latest version (5.0.0) of this package.

Maintainers

Package info

github.com/infofactory/statamic-ai-social

pkg:composer/infofactory/statamic-ai-social

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

5.0.0 2026-04-30 08:01 UTC

This package is auto-updated.

Last update: 2026-04-30 08:16:22 UTC


README

Statamic AI Social is a Statamic addon that uses LLMs to generate social posts from your entry content.

Features

This addon lets you:

  • Generate social-ready posts from entry content
  • Configure multiple social channels with custom prompts
  • Set provider and model per channel
  • Stream generated output in real time inside the control panel

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require infofactory/statamic-ai-social

How to Use

This addon under the hood uses PrismPHP.

Providers are configured following Laravel's environment configuration best practices:

  1. Each provider's configuration pulls values from environment variables
  2. Default values are provided as fallbacks
  3. Environment variables follow a predictable naming pattern:
  • API keys: PROVIDER_API_KEY
  • URLs: PROVIDER_URL
  • Other settings: PROVIDER_SETTING_NAME

You can check which providers are supported and how to configure them following Prism's documentation.

If a Provider you're looking for is not yet supported you can always extend Prism with a Custom Provider.

Author

This addon is developed by infoFactory.

License

"Statamic AI Social" is paid software with a source-available codebase. If you want to use it, you'll need to buy a license from the Statamic Marketplace. The license is valid for only one project.