Download the PHP package xmon-org/ai-content-bundle without Composer

On this page you can find all versions of the php package xmon-org/ai-content-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 ai-content-bundle

xmon-org/ai-content-bundle

Latest Version on Packagist PHP Version Symfony Total Downloads License

CI semantic-release Pollinations.ai

Symfony 7 bundle for AI-powered content generation. Access multiple LLMs and image models through a single, consistent API powered by Pollinations.ai.

Why Pollinations?

This bundle uses Pollinations.ai as its AI gateway, providing:

Features

Requirements

Optional Dependencies

For full functionality, consider these additional bundles:

Package Version Purpose
sonata-project/admin-bundle ^4.0 Admin panel with image regeneration UI
sonata-project/media-bundle ^4.0 Media storage for generated images

Quick Start

1. Installation

2. Configuration

The bundle works out of the box with zero configuration using free-tier models:

Default models (no API key required):

For custom configuration:

Tip: Get a free API key at enter.pollinations.ai to unlock premium models like claude, gemini, and gptimage.

3. Generate Text

4. Generate Image

5. Override Options Per-Request

Documentation

Installation & Setup

Guides

Reference

Development

Available Models

**Powered by [Pollinations.ai](https://pollinations.ai)** - Unified access to Claude, GPT, Gemini, Mistral, Flux, and more.

Query current models and pricing directly from the API:

API Documentation: enter.pollinations.ai/api/docs

Text Models

Prices updated: 2025-12-27 | These are approximate estimates for reference only. For current pricing, query the endpoints above.

Model Tier ~Resp/$ Description
openai-fast anonymous ~2,270 GPT-5 Nano - Ultra fast
openai anonymous ~1,660 GPT-5 Mini - Balanced
gemini-fast seed ~2,500 Gemini 2.5 Flash - Fast & cheap
gemini seed ~330 Gemini 3 Flash - Pro-grade
gemini-search seed ~330 Gemini 3 Flash with Search
deepseek seed ~595 DeepSeek V3.2 - Reasoning
mistral seed ~2,850 Mistral Small 3.2 - Efficient
claude flower ~65 Claude Sonnet 4.5 - Premium

Image Models

Prices updated: 2025-12-27 | These are approximate estimates for reference only. For current pricing, query the endpoints above.

Model Tier ~Img/$ Description
flux anonymous ~8,333 Fast & high quality
turbo anonymous ~3,333 Ultra-fast previews
nanobanana seed ~33,333 Gemini-based, reference images
gptimage flower ~125,000 OpenAI, best prompt understanding
seedream flower ~33 ByteDance ARK, complex scenes

Access Tiers

Tier Requirements Access
anonymous None openai, openai-fast, flux, turbo
seed Free API key from enter.pollinations.ai + gemini*, deepseek, mistral, nanobanana
flower Pollen credits All models including claude, gptimage, seedream

Debug Command

Displays current configuration including:

Acknowledgments

This bundle is built on top of Pollinations.ai, an open-source platform that provides unified access to state-of-the-art AI models. Their commitment to open AI and developer-friendly APIs makes projects like this possible.

License

MIT


All versions of ai-content-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
symfony/framework-bundle Version ^7.0
symfony/http-client Version ^7.0
psr/log Version ^3.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 xmon-org/ai-content-bundle contains the following files

Loading the files please wait ...