Download the PHP package soderlind/vmfa-ai-organizer without Composer

On this page you can find all versions of the php package soderlind/vmfa-ai-organizer. 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 vmfa-ai-organizer

Virtual Media Folders AI Organizer

AI-powered media organization add-on for the Virtual Media Folders plugin. Uses vision-capable AI models to analyze actual image content and automatically organize your media library into virtual folders.

Features

Watch: See how Virtual Media Folders AI Organizer brings order to your media library chaos.

Documentation

Requirements

Installation

Recommended: Use the Add-On Manager to install the add-on.

Manual installation:

  1. Download vmfa-ai-organizer.zip
  2. Upload via Plugins → Add New → Upload Plugin
  3. Activate via WordPress Admin → Plugins

Plugin updates are handled automatically via GitHub. No need to manually download and install updates.

Configuration

Navigate to Media → AI Organizer to configure:

Media Scanner Tab

Use this tab to scan and organize your media library. See scan modes and preview options.

Settings Tab

AI Provider Tab

Configure your AI provider for image analysis. See the AI Provider Guide for detailed setup instructions, model recommendations, and cost comparison.

Configuration Priority

Settings are resolved in this order:

  1. PHP Constants (e.g., VMFA_AI_OPENAI_KEY)
  2. Environment Variables (e.g., VMFA_AI_OPENAI_KEY)
  3. Database Options (Settings page)
  4. Default Values

Environment Variables / Constants

Vision API Support

The plugin uses vision-capable AI models to analyze actual image content. When processing images, the AI receives:

  1. Image Content (primary): The actual visual content of the image
  2. EXIF/Metadata: Camera info, date taken, GPS location, keywords
  3. Text metadata: Title, alt text, caption, description
  4. Filename: As a last resort hint

Supported image formats: JPEG, PNG, GIF, WebP (max 10MB per image).

For detailed information about supported AI providers and vision-capable models, see the AI Provider Guide.

Development

For development setup, testing, REST API endpoints, and hooks documentation, see the Development Guide.

License

Virtual Media Folders AI Organizer is free software licensed under the GPL v2 or later.

Copyright 2025 Per Soderlind


All versions of vmfa-ai-organizer with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
composer/installers Version ^2.0
woocommerce/action-scheduler Version ^3.7
yahnis-elsts/plugin-update-checker Version ^5.6
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 soderlind/vmfa-ai-organizer contains the following files

Loading the files please wait ...