Download the PHP package kiboko/bisous without Composer

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

Akeneo Fixtures Generation Toolbox

This toolbox helps generating CSV fixtures consumed by Akeneo's InstallerBundle from Magento 1.9CE or 1.14EE catalog data.

This package is here to help you import your Magento catalog into a fresh new Akeneo instance. It is not aimed at synchronising on a daily basis Akeneo and Magento together.

Be aware that all your existing Akeneo product data will be reset by this tool, and lost.

Supported attribute types

Magento Type Akeneo Type Not Localizable, not Scopable Localizable, not Scopable Not Localizable, Scopable Localizable, Scopable
Gallery Asset Collection
Gallery Item Image
Datetime Date
File File
SKU Identifier
Image Image
Decimal Metric
Multiselect Multi select
Select Simple select
Number Number
Price Price
Status Simple select
- Ref. multi select
- Ref. simple select
Text Text area
Varchar Text
Visibility Simple select
YesNo Yes No

How to start

Install using Composer

You will primarily need to install the tool in your environment:

composer global require kiboko/bisous

Once you are done, open a terminal in your Akeneo environement. You will need to create an .env file, with the following environment variables properly set:

You will then need to create a catalog.yml file in this directory, describing your catalog structure. See The catalog.yml file

Download the phar from github

Go to the latest version download page and download the bisous.phar and bisous.phar.pubkey files.

Alternatively you can install the files this way:

Run the tool

Once properly installed, run bisous magento <akeneo-directory>/src/InstallerBundle/Resources/fixtures/default.

This command will create fixtures file required by Akeneo, with your Magento catalog data and structure.

Available commands

Configuration commands

Testing commands

Fixtures-generation commands

Internal commands

The catalog.yml file

The catalog.yml file has a root node named catalog:, and 5 sub-nodes described in the following paragraphs:

The attributes: section

This section is useful for describing your attribute list. It is an array of configuration fields, with the following fields:

Example:

The groups: section

This section describes the attribute groups that will be created in Akeneo, with the following fields:

Example:

The families: section

Example:

The locales: section

Example:

The scopes: section

Example:

The codes-mapping: section

This section is used for the attribute options codes generation. As those codes does not exist in Magento we need to build them based on the default labels.

Example:


All versions of bisous with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
ext-pdo Version ^7.2
ext-ctype Version *
ext-iconv Version *
padraic/phar-updater Version ^1.0
psr/log Version ^1.1
symfony/cache Version 4.3.*
symfony/config Version 4.3.*
symfony/console Version 4.3.*
symfony/debug Version 4.3.*
symfony/dotenv Version 4.3.*
symfony/finder Version 4.3.*
symfony/flex Version ^1.3.1
symfony/serializer Version 4.3.*
symfony/yaml Version 4.3.*
twig/twig Version ^2.10
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 kiboko/bisous contains the following files

Loading the files please wait ....