Download the PHP package sylius/sylius-mate-extension without Composer

On this page you can find all versions of the php package sylius/sylius-mate-extension. 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 sylius-mate-extension

Sylius Logo.

Sylius Mate Extension

Dev-only Symfony AI Mate extension exposing the Sylius runtime domain to AI assistants via MCP.

## About The Sylius Mate Extension is an [AI Mate](https://symfony.com/doc/current/ai/components/mate.html) extension for [**Sylius**](https://sylius.com). It exposes the Sylius runtime domain — resources, hooks, grids, routes, services, Twig helpers, mailer configuration — to AI assistants over the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). Every tool runs against the host project's booted Symfony kernel, so listings, inspections, and audits reflect the real container, real grid configuration, real route map, real installed plugins. Agents generate Sylius code against the actual shape of your application instead of hallucinating Twig helpers, routes, or resource patterns. The extension is **dev-only**. Install it as a `require-dev` dependency; never ship it to production. ## Documentation See [INSTRUCTIONS.md](INSTRUCTIONS.md) for the full description of every MCP tool, when to call it, and the hard rules agents must follow (Twig helper verification, route lookup, resource scaffolding, mutating-tool confirmation). General Sylius documentation is available at [docs.sylius.com](https://docs.sylius.com). ## Installation Add the extension as a dev dependency of your Sylius project: Initialize the Mate environment and discover the extension: Extension discovery runs automatically after Composer install and update. Run `vendor/bin/mate discover` manually to refresh discovery state and regenerate agent instruction artifacts. ## Available Tools Tools are grouped by domain. Full reference in [INSTRUCTIONS.md](INSTRUCTIONS.md). - **Resource** — `sylius_domain_list_resources`, `sylius_domain_resource_template`, `sylius_resource_inspect` - **Grid** — `sylius_domain_list_grids`, `sylius_grid_actions_audit` - **Hook** — `sylius_hooks_list`, `sylius_hooks_find_for_template`, `sylius_hooks_list_hookables`, `sylius_hooks_resolve_for_visibility` - **Twig** — `sylius_twig_list_functions`, `sylius_twig_function_verify`, `sylius_test_render_template` - **Route** — `sylius_routes_show`, `sylius_route_inspect` - **Mailer / Email** — `sylius_email_capture_status`, `sylius_mailer_verify_template`, `sylius_email_template_skeleton` - **Service configuration** — `sylius_services_yaml_profile`, `sylius_services_yaml_audit`, `sylius_services_yaml_patch_exclude` - **Project** — `sylius_project_profile`, `sylius_installed_plugins`, `sylius_service_decorators`, `sylius_plugin_compatibility`, `sylius_project_audit` - **Translation** — `sylius_translation_create` - **Admin / Playwright** — `sylius_admin_restock_via_http`, `sylius_playwright_recipe` - **Cache** — `sylius_cache_clear` ## Development Useful Mate commands while developing: ## Contributing Would like to help us build a more capable Sylius developer experience? Start from reading our [Contribution Guide](https://docs.sylius.com/en/latest/contributing/). ## Bug Tracking If you want to report a bug or suggest an idea, please use [GitHub issues](https://github.com/Sylius/sylius-mate-extension/issues). ## Community Support Get Sylius support on [Slack](https://sylius.com/slack), [Forum](https://forum.sylius.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius). ## MIT License The Sylius Mate Extension is released under the terms of the [MIT License](LICENSE).

All versions of sylius-mate-extension with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
composer/semver Version ^3.4
symfony/ai-mate Version ^0.13
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 sylius/sylius-mate-extension contains the following files

Loading the files please wait ...