Download the PHP package syscover/market without Composer

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

Market for Laravel 5.3

Total Downloads

Installation

1 - After install Laravel framework, insert on file composer.json, inside require object this value

and execute on console:

2 - Register service provider, on file config/app.php add to providers array

3 - Execute publish command

4 - Execute optimize command load new classes

5 - And execute migrations and seed database

6 - Execute command to load all updates

7 - Register middleware pulsar.taxRule on file app/Http/Kernel.php add to routeMiddleware array

Activate Package

Access to Pulsar Panel, and go to:

Administration-> Permissions-> Profiles, and set all permissions to your profile by clicking on the open lock.

Go to Administration -> Packages, edit the package installed and activate it.

General configuration environment values

We indicate configuration variables available, to change them what you should do from the file environment variables .env

Order id prefix [default value empty]

You can set a prefix for all your orders, for example, if you can set on all you orders the prefix ORDER, set this value on you .env file

Tax default country [default value ES]

To set default country to calculate tax, you can use this parameter, for example to change to US, set this value on you .env file

Default customer class tax [default value 1]

Set default ID customer class value for calculate tax amount of products

Set product price tax [default value 1]

Defines the types of prices that are introduced in products, this option is consulted when you create or update a product You have this values:

Set shipping price tax [default value 1]

Defines the types of prices that are introduced in shipping prices, this option is consulted when you create or update a shipping price

Set product display price tax [default value 1]

Defines how you want display product prices You have this values:

Set shipping display price tax [default value 1]

Defines how you want display shipping prices

PayPal environment values

Set PayPal mode

PayPal sandbox values

PayPal live values

Redsys environment values

Set Redsys mode

Redsys test values

Redsys live values

Other concepts

Set tax rules values for each customer

When a customer is login on your web application, you need know your country and customer group to calculate tax rules for all products. You have a Middleware who is responsible to do this actions.

This middleware set market.taxCountry and market.taxCustomerClass if customer has country and customer group id defined


All versions of market with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
syscover/pulsar Version ~2.0
syscover/crm Version ~2.0
syscover/shopping-cart Version ~2.0
sermepa/sermepa Version ^1.1
paypal/rest-api-sdk-php Version *
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 syscover/market contains the following files

Loading the files please wait ....