Download the PHP package prestashop/prestashop-accounts-installer without Composer

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

prestashop-accounts-installer

Utility package to install ps_accounts module or present data to trigger manual install from psx configuration page.

This module also give you access to ps_accounts services through its module service container dealing with the installation status of the module.

Compatibility Matrix

We aims to follow partially the Prestashop compatibility charts

ps_account version Prestashop Version PHP Version Event Bus installation
6.x >=8.0.0 ≥7.2 || ≤8.1 Yes
5.x >=1.7.0 || <8.0.0 ≥5.6 || ≤7.4 Yes
5.x >=1.6.1 || <1.7.0 ≥5.6 || ≤7.4 No

Installation

This package is available on Packagist, you can install it via Composer.

Register as a service in your PSx container (recommended)

Example :

The name under which you register both services in your service container must be unique to avoid collision with other modules including it.

The 5.0.0 specified argument is the minimum required ps_account module version. You should modify it if you need another version.

How to use it

Installer

In your module main class install method. (Will only do something on PrestaShop 1.7 and above)

Presenter

For example in your main module's class getContent method.

This presenter will serve as default minimal presenter and switch to PsAccountsPresenter data when ps_accounts module is installed.

Accessing PsAccounts Services

Installer class includes accessors to get instances of services from PsAccounts Module :

The methods above will throw an exception in case ps_accounts module is not installed or not in the required version.

Example :


All versions of prestashop-accounts-installer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
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 prestashop/prestashop-accounts-installer contains the following files

Loading the files please wait ....