Download the PHP package prestashopcorp/module-lib-billing without Composer

On this page you can find all versions of the php package prestashopcorp/module-lib-billing. 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 module-lib-billing

PrestaShop Billing Lib

Utility package to retrieve Built for PS context and more

Latest Stable Version Minimum PHP Version Quality Control PHP

Installation

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

Version Guidance

Version Status Packagist - Namespace Repo Docs PHP Version
1.x Security fixes module-lib-billing PrestaShopCorp\Billing v1 N/A >=5.6
2.x Security fixes module-lib-billing PrestaShopCorp\Billing v2 N/A >=7.2.5
3.x Latest module-lib-billing PrestaShopCorp\Billing v3 N/A >=5.6
4.x Latest module-lib-billing PrestaShopCorp\Billing v4 N/A >=5.6

Register as a service in your PSx container

Beforehand, you must have defined PS Account services

Example :

How to use it

Presenter

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

Contribute

Pre-commit Hook: Code Validation with PHP-CS-Fixer

This project uses a pre-commit hook to ensure the code follows the standards defined by PHP-CS-Fixer. Before each commit, the hook automatically performs a check and blocks the commit if any style issues are detected.

Installation

The hook is automatically installed when you run one of the following commands:

How It Works

During a commit (git commit), the hook runs:

Troubleshooting

Automatic tests

Install

Please follow theses steps to launch unit tests

Run

Introduce a breaking change in module-lib-billing

PrestaShop module system is not able to handle multiple version of the same library.

Here is an example:

If someone install module A then module B, only the v1 of libA will be loaded for both Module A and Module B.

Workaround

When introducing a breaking change to a class or method signature, you should instead create a new class rather to changing the existing one.

By creating a new class it will force the autoloader to use the last version of the lib.


All versions of module-lib-billing 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 prestashopcorp/module-lib-billing contains the following files

Loading the files please wait ....