Download the PHP package eab/ezpaypal without Composer

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

eZ Paypal Payment Gateway extension [ExtensionVersion] README

What is the eZ Paypal Payment Gateway extension?

Payment gateway for Paypal

eZ Paypal Payment Gateway version

The current version of eZ Paypal Payment Gateway is [ExtensionVersion]. You can find details about changes for this version in doc/changelogs/CHANGELOG-[ExtensionVersion]

License

eZ Paypal Payment Gateway is dual licensed. You can choose between the GNU GPL and the eZ publish Professional Licence.

The GNU GPL gives you the right to use, modify and redistribute eZ Payal Payment Gateway under certain conditions. The GNU GPL licence is distributed with the software, see the file LICENCE. It is also available at http://www.gnu.org/licenses/gpl.txt Using eZ Paypal Payment Gateway under the terms of the GNU GPL is free of charge.

The eZ publish Professional Licence gives you the right to use the source code for making your own commercial software. It allows you full protection of your work made with eZ Paypal Payment Gateway. You may re-brand, license and close your source code. eZ Paypal Payment Gateway is not free of charge when used under the terms of the Professional Licence. The eZ publish Professional Licence is distributed with the software, see the file PROFESSIONAL_LICENCE. It is also available at http://ez.no/ez_publish/licenses/professional For pricing and ordering, please contact us at [email protected].

Requirements

The following requirements exists for using eZ Paypal Payment Gateway extension:

o eZ publish version:

Make sure you use eZ publish version 4.0.1 or higher.

o PHP version:

Make sure you have PHP 5.2 or higher.

o eZ publish must be reachable from the internet:

Make sure you have installed eZ publish on a webserver that is reachable by the Paypal service.

Troubleshooting

  1. Read the FAQ

    Some problems are more common than others. The most common ones are listed in the the FAQ.

  2. Support

    If you have find any problems not handled by this document or the FAQ you can contact eZ Systems trough the support system: http://ez.no/support_and_services

Installation

Enable this extension, regenerate autoloads, clear cache, create a new "Event/Payment Gateway" workflow, select "paypal", set it as checkout-before trigger. Change paypal.ini settings.

Paypal Sandbox

Create a seller (business) account and a buyer account.

Check your biz account and click "Enter sandbox test site".

Go to Profile->More options

-Payment Receiving Preferences:

For "Block payments sent to me in a currency I do not hold", check "No, accept them and convert them to U.S. Dollars".

-Instant Payment Notification Preferences

For "Notification URL", put http://yoursite.com/paypal/notify_url For "IPN messages", check "Receive IPN messages (Enabled)"

-Website Payment Preferences

Enable auto return. Return URL: http://yoursite.com/shop/checkout Payment Data Transfer (optional): On

-eZ publish settings

In order to test your Paypal you need to change paypal.ini settings:

[email protected]

BE AWARE

Paypal needs to able to communicate with your website, that means some localhosts website will not work.


All versions of ezpaypal with dependencies

PHP Build Version
Package Version
Requires ezsystems/ezpublish-legacy-installer 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 eab/ezpaypal contains the following files

Loading the files please wait ....