Download the PHP package itech-world/sulu-content-ai-bundle without Composer

On this page you can find all versions of the php package itech-world/sulu-content-ai-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sulu-content-ai-bundle

Content AI Bundle

AI-powered content assistant for Sulu CMS 3.x

License Sulu compatibility PHP

Bring generative AI to your Sulu content, straight from the admin:
generate and rewrite page/article blocks, a per-field writing assistant, automated SEO metadata,
image metadata from vision, metadata translation, and reusable AI experts & prompts.

Your own provider keys (OpenAI, Mistral, Anthropic), used directly — no SaaS in between.


⚠️ Work in progress. This bundle is under active development. The public API and configuration may still change before 1.0.

Requirements

Features

Installation

1. Require the bundle

2. Register the bundle

If Symfony Flex does not do it automatically:

3. Register the routes

4. Configure the AI providers

The bundle consumes the symfony/ai platforms. Declare the providers you use and keep the keys in the environment:

You can also configure providers from the admin (Settings → AI Assistant → Providers), where the key is stored encrypted. When a provider is configured there, it takes precedence over the .env fallback.

5. Register the admin assets

Edit assets/admin/package.json to add the bundle to the dependencies:

Edit assets/admin/app.js to import the bundle:

In the assets/admin/ folder, install and rebuild the admin assets:

6. Update the database schema

7. Clear the cache

Configuration

The bundle exposes a minimal configuration under the itech_world_sulu_content_ai key:

See doc/configuration.md for the full setup (agent configuration, per-field button positioning, etc.).

Usage

Everything happens from the Sulu admin:

The generated content is inserted into the form as unsaved changes: review it, then save (or discard) as usual.

Architecture

Available translations

🐛 Bug and Idea

See the open issues for a list of proposed features (and known issues).

💰 Support me

You can buy me a coffee to support me — this bundle is 100% free.

Buy me a coffee

👨‍💻 Contact

📘  License

This bundle is under the MIT License.


All versions of sulu-content-ai-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
sulu/sulu Version ^3.0
symfony/framework-bundle Version ^7.0
symfony/console Version ^7.0
doctrine/orm Version ^3.0
doctrine/doctrine-bundle Version ^2.11
symfony/ai-platform Version ~0.10.0
symfony/ai-open-ai-platform Version ~0.10.0
symfony/ai-anthropic-platform Version ~0.10.0
symfony/ai-mistral-platform Version ~0.10.0
symfony/ai-agent Version ~0.10.0
symfony/ai-bundle Version ~0.10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package itech-world/sulu-content-ai-bundle contains the following files

Loading the files please wait ...