Download the PHP package synolia/sylius-akeneo-plugin without Composer

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

License CI - Analysis CI - Sylius Version Total Downloads

Sylius Logo.

Sylius Akeneo Plugin

This plugin allow you to import data from Akeneo PIM.

## Features * Configure your Akeneo Account - [Documentation](docs/CONFIGURE.md) * Configure which data should be imported and how it will be imported. - [Documentation](docs/CONFIGURE_DETAIL.md) * Customize imports according to your business needs. - [Documentation](docs/CUSTOMIZE.md) * Launch imports through Cli or Back-Office - [Documentation](docs/LAUNCH.md) ## Requirements | | Version | |:-----------|:--------| | PHP | ^8.2 | | Sylius | ^1.12 | | Akeneo PIM | >=v6.0 | ## Installation 1. Add the bundle and dependencies in your composer.json : 2. Enable the plugin in your `config/bundles.php` file by add 3. Import required config in your `config/packages/_sylius.yaml` file: 4. Import routing in your `config/routes.yaml` file: 5. Add Asset trait to Product.php and ProductVariant.php entities and add TaxonAttributes trait to Taxon entity 6. Apply plugin migrations to your database: 7. Clear cache ## Development * See [How to contribute](CONTRIBUTING.md) * See [How to customize your import using processors](docs/customize/PROCESSORS.md) * See [How to use fixtures](docs/FIXTURE.md) ## Akeneo Enterprise Edition ### Reference Entity and Asset attribute types * [Everything you need to know about Reference Entity in Sylius](docs/reference_entity/REFERENCE_ENTITY.md) * [Everything you need to know about Asset in Sylius](docs/asset/ASSET.md) ## License This library is under the [EUPL-1.2 license](LICENSE). ## Credits Developed by [Synolia](https://synolia.com/).

All versions of sylius-akeneo-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-json Version *
akeneo/api-php-client Version >=8.0 <12.0
behat/transliterator Version ^1.3
bluepsyduck/symfony-process-manager Version ^1.3
doctrine/dbal Version ^2.10 || ^3.0
doctrine/doctrine-bundle Version ^1.12 || ^2.0
http-interop/http-factory-guzzle Version ^1.2
league/pipeline Version ^1.0
psr/event-dispatcher Version ^1.0
sylius/sylius Version ^1.10
symfony/framework-bundle Version ^6.0
symfony/lock Version ^6.0
symfony/property-access Version ^6.0
symfony/property-info Version ^6.0
symfony/serializer Version ^6.0
symfony/service-contracts Version ^1.1|^2.0|^3.0
webmozart/assert Version ^1.8
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 synolia/sylius-akeneo-plugin contains the following files

Loading the files please wait ....