Download the PHP package lunar/module-paylike without Composer

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

Magento 2.* plugin for Paylike

This plugin is not developed or maintained by Paylike but kindly made available by a user.

Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0

Supported Magento versions

Last succesfull test

The plugin has been tested with most versions of Magento at every iteration. We recommend using the latest version of Magento, but if that is not possible for some reason, test the plugin with your Magento version and it would probably function properly.

Automatic installation

Once you have installed Magento, follow these simple steps:

  1. Signup at paylike.io (it’s free);
  2. Create a live account;
  3. Create an app key for your Magento website;
  4. Purchase the extension archive from the Magento Marketplace;
  5. Upload the files trough the Extension Manager;
  6. Activate the module using the Extension Manager;
  7. The module should now be auto installed and visible under "Stores >> Configuration >> Sales >> Payment Methods", the module will be listed here inside the "OTHER PAYMENT METHODS" list;
  8. Insert the app key and your public key in the Payment module settings for the Paylike plugin.

Manual installation (mode 1)

Once you have installed Magento, follow these simple steps:

  1. Signup at paylike.io (it’s free);
  2. Create a live account;
  3. Create an app key for your Magento website;
  4. Purchase and download the extension archive from the Magento Marketplace;
  5. Login to your Magento 2.x Hosting site (for details contact your hosting provider);
  6. Open some kind File Manager for listing Hosting files and directories and locate the Magento root directory where Magento 2.x is installed (also can be FTP or Filemanager in CPanel for example);
  7. Unzip the file in a temporary directory;
  8. Upload the content of the unzipped extension without the original folder (only content of unzipped folder) into the Magneto “/app/code/Lunar/Paylike/” folder (create empty folders "code/Lunar/Paylike/");
  9. Login to your Magento 2.x Hosting site using SSH connection (for details contact our hosting provider);
  10. Run the following commands from the Magento root directory:
    • php bin/magento setup:upgrade
    • composer require paylike/php-api ^1.0.8
    • php bin/magento cache:clean
  11. Open the Magento 2.x Admin panel;
  12. The module should now be auto installed and visible under "Stores >> Configuration >> Sales >> Payment Methods", the module will be listed here inside the "OTHER PAYMENT METHODS" list;
  13. Insert the app key and your public key in the Payment module settings for the Paylike plugin.

Manual installation (mode 2) (more details here devdocs.magento.com)

Once you have installed Magento, follow these simple steps:

  1. Signup at paylike.io (it’s free);
  2. Create a live account;
  3. Create an app key for your Magento website;
  4. Purchase the extension from the Magento Marketplace;
  5. Login to your Magento 2.x Hosting site using SSH connection (for details contact your hosting provider);
  6. Run the following commands from the Magento root directory (more info in the official documentation):
    • composer require lunar/module-paylike (this will also install paylike/php-api ^1.0.8` package specified in composer.json file in this module)
    • esparks/module-paylike --clear-static-content
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento cache:clean
  7. Open the Magento 2.x Admin panel;
  8. The module should now be auto installed and visible under "Stores >> Configuration >> Sales >> Payment Methods", the module will be listed here inside the "OTHER PAYMENT METHODS" list;
  9. Insert the app key and your public key in the Payment module settings for the Paylike plugin.

Updating settings

Under the Magento Paylike payment method settings, you can:


All versions of module-paylike with dependencies

PHP Build Version
Package Version
Requires magento/module-sales Version >100.0.0
magento/module-checkout Version >100.0.0
magento/module-payment Version >100.0.0
paylike/php-api Version ^2.0
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 lunar/module-paylike contains the following files

Loading the files please wait ....