Download the PHP package spryker-sdk/ai-dev without Composer

On this page you can find all versions of the php package spryker-sdk/ai-dev. 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-dev

AiDev Module

Latest Stable Version Minimum PHP Version

Experimental Module: This module is experimental and not stable. There is no backward compatibility promise.

Connect your Spryker application to AI assistants through the Model Context Protocol (MCP).

Installation

Register the console commands in your ConsoleDependencyProvider. The class_exists() guards keep the project bootable on environments where the dev dependency is absent (e.g. production):

The previously documented GenerateAgentsFileConsole, GenerateSkillsConsole, and GeneratePromptsConsole commands are outdated. Their functionality is delivered through the Claude plugin (see below) and ai-dev:setup — do not wire them.

Quick Start

Connect to AI assistants:

Claude Code

Claude Desktop - Add to claude_desktop_config.json:

Claude Plugin

This repository also ships a Claude Code plugin — spryker-ai-dev-sdk — that bundles Spryker-aware skills (e.g. propel-schema, data-import, code-review, cypress-e2e-test, codecept-functional, static-validation, yves-atomic-frontend, ai-dev-setup) and a spryker-code-reviewer agent. Source layout:

Install from the Spryker marketplace

Inside Claude Code:

After install, restart the Claude Code session for the new skills and agents to appear. Verify with /plugin (Claude Code lists installed plugins) and by invoking a user-facing skill such as /ai-dev-setup.

Test the plugin locally

Useful while developing skills or agents in this repo without publishing first.

  1. Launch Claude Code with the plugin loaded directly from this checkout:

    The path must point at the plugin directory (the one containing .claude-plugin/plugin.json), not at the repository root.

  2. Verify the plugin is loaded with /plugin and by invoking a user-facing skill such as /ai-dev-setup.

  3. After editing a SKILL.md or an agent definition, restart the session — skill frontmatter is parsed at load time and is not hot-reloaded.

Reference: Discover plugins — Claude Code docs.

Prompts

Prompts are auto-generated from the Spryker Prompt Library on first run. To regenerate:

Documentation

For detailed setup, configuration, and extension points:

Debugging

Use MCP Inspector to test your MCP server:

Contribution

We welcome contributions to improve this experimental module.

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes following Spryker coding standards
  4. Submit a pull request with a clear description of your changes

Reporting Issues

Please report issues through the GitHub issue tracker with:

Development

Prerequisites

Setup for Development

License

This module is released under the Spryker Evaluation License Agreement. See LICENSE file for details.


All versions of ai-dev with dependencies

PHP Build Version
Package Version
Requires nikic/php-parser Version >=5.0
php Version >=8.3
php-mcp/server Version ^3.3
spryker/csv Version ^3.0
spryker/guzzle Version >=2.0.0
spryker/kernel Version >=3.30.0
spryker/module-finder Version >=1.0.0
spryker/oms Version >=8.0.0
spryker/propel-orm Version >=1.8.0
spryker/sales Version >=11.0.0
spryker/symfony Version >=3.0.0
spryker/transfer Version >=3.27.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 spryker-sdk/ai-dev contains the following files

Loading the files please wait ...