Download the PHP package sequra/magento2-core without Composer

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

Magento module for SeQura payment gateway

  1. About seQura
  2. Installation guide
  3. Sign-up
  4. For developers

About seQura

Description

seQura is the flexible payment platform that will help your business improve conversion and recurrence. The easiest, safest, and quickest way for your customers to pay on installments.

+6.000 e-commerce and +1.5 million delight shoppers already use seQura. Are you still thinking about it?

This WooCommerce plugin allows you to make payments with seQura.

Benefits for merchants

Flexible payment solutions adapted to your business.

Widest flexible payment solutions in the market:

Your customers in good hands:

Obsessed with conversion and recurrence

Benefits for customers

Installation guide

Check the installation guide

Sign-up

Si tu comercio no está dado de alta en seQura, puedes hacerlo aquí para recibir credenciales de sandbox y empezar.

If you are not a seQura merchant yet, you can sign up here to get sandbox credentials and get started.

For developers

How to try the module

The repository includes a docker-compose file to easily test the module. You can start the environment with the following command:

This will start a Magento 2 instance with the seQura module installed. You can access the admin panel at http://localhost:8018/admin with the credentials admin/password123.

Once installed you could start/stop the magento instance with docker compose up and docker compose down commands.

Customizing the environment

You could create you own .env file to customize the environment. You can copy the .env.example file and modify the values as needed.

In order to use magento sample data you MUST set your credentials for https://repo.magento.com/ in you .env file at

Otherwise you will get a warning message:

"warning": "You haven't provided your Magento authentication keys. For instructions, visit https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html"

and the installation will fail.

Other examples

Loading sample data

You can load sample data with the following command:

or setting the MAGENTO_SAMPLEDATA environment variable to yes when before running the ./setup.sh script.

After installing sample data you may get 404 errors for http://${MAGENTO_HOST}/%7B%7BMEDIA_URL%7D%7Dstyles.css. To fix this issue go to Content -> Design -> Configuration -> Edit your theme -> HTML Head -> Scripts and Style Sheets and change the line with {{MEDIA_URL}}styles.css to media/styles.css

Other helper scripts

You can run commands in the Magento container with the following command:

To run magento commands in the container.

To run composer commands in the container.

To open mysql terminal in the container.

To open a bash shell commands in the container.

To toggle xdebug it will be enabled by default.


All versions of magento2-core with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
sequra/integration-core Version v1.0.16
ext-json 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 sequra/magento2-core contains the following files

Loading the files please wait ....