Download the PHP package infoservio/donate-fast without Composer
On this page you can find all versions of the php package infoservio/donate-fast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infoservio/donate-fast
More information about infoservio/donate-fast
Files in infoservio/donate-fast
Informations about the package donate-fast
DonateFast | Stripe for Craft 3
This plugin can be used for anyone that accept donations to help others.
[]()
[
]()
[
]()
Table of contents
- Requirements
- Usage
- Installation
- Overview
- Configuring
- Roadmap
- License
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Usage
(Back to top)
You have to create form with amount input if you need to and button for donation process. You can manually set up it with css, name button too. Also, you have to add checkout stripe library and our donate-fast library. Anyway, you can setup our script for you goals. You can set up button for donation fixed amount of money or give an opportunity for users to put amount by hand. More about attributes and their definitions in the docs for donate-fast script.
Installation
(Back to top)
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require donate-fast
- In the Control Panel, go to Settings → Plugins and click the “Install” button for donate-fast.
Overview
For testing purpose you can try stripe form. Credit card number: 4242 4242 4242 4242 https://sandbox.infoserv.org/stripe
Configuring
You have to fill in stripe keys in settings of the donate-fast.
Go to Settings -> Plugins -> Donate Fast ---- Settings
Where to get stripe tokens:
API credentials are unique account identifiers that must be added to your code before you can process payments via the API. Think of them as your username and password to payment processing. This is your user-specific public identifier. Each user associated with your Stripe gateway will have their own public and private keys. To find your keys:
- Log into either the production Control Panel or the sandbox Control Panel, depending on which environment you are working in
- Navigate to Account > My User
- Under API Keys, Token Keys, Encryption Keys, click View Authorizations
You'll find your keys under the API Keys section at the top. If no API keys appear, click Generate New API Key.
You should also fill in information about your non-profit organizations and success with error messages for users.
Go to Donate Fast -> Settings
Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by infoserv.io
All versions of donate-fast with dependencies
yiisoft/yii2 Version ^2.0
stripe/stripe-php Version ^6.1