Download the PHP package aimeos/ai-container without Composer
On this page you can find all versions of the php package aimeos/ai-container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aimeos/ai-container
More information about aimeos/ai-container
Files in aimeos/ai-container
Package ai-container
Short Description Container/Content extension for Aimeos web shops and e-commerce solutions
License LGPL-3.0-or-later
Homepage https://aimeos.org
Informations about the package ai-container
Aimeos file container extension
The Aimeos container extension contains additonal container/content implementations for exporting and importing files.
Table of contents
- Installation
- Usage
- License
- Links
Installation
As every Aimeos extension, the easiest way is to install it via composer. If you don't have composer installed yet, you can execute this string on the command line to download it:
Add the container extension name to the "require" section of your (or your , depending on what is available) file:
Afterwards you only need to execute the composer update command on the command line:
If your composer file is named "aimeos.composer.json", you must use this:
These commands will install the Aimeos extension into the extension directory and it will be available immediately.
Usage
Containers provide a single interface for handling container and content objects. They could be anything that can store one or more content objects (e.g. files) like directories, Zip files or PHPExcel documents. Content objects can be any binary or text file, CSV files or spread sheets.
There's a fine documentation for working with containers available. The basic usage can be also found below.
Export data to a container
Read data from a container
License
The Aimeos container extension is licensed under the terms of the LGPLv3 Open Source license and is available for free.
Links
All versions of ai-container with dependencies
phpoffice/phpexcel Version 1.8.0
composer/installers Version ^1.0
aimeos/aimeos-core Version 2019.01.*