https://github.com/quantity-digital/craftcms-altapay
https://github.com/quantity-digital/craftcms-altapay
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantity-digital/craftcms-altapay
- Owner: quantity-digital
- License: other
- Created: 2025-07-21T06:56:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T14:04:39.000Z (10 months ago)
- Last Synced: 2025-08-25T16:10:26.248Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AltaPay for CraftCMS Commerce
Integrates your CraftCMS Commerce webshop to the AltaPay payments gateway.
## Supported Payment Methods & Functionalities
| Functionalities | Support |
| :----------------------- | :-------: |
| Reservation | ✓ |
| Capture | ✓ |
| Instant Capture | ✓\* |
| Multi Capture | ✗\* |
| Recurring / Unscheduled | ✓ |
| Release | ✓ |
| Refund | ✓ |
| Multi Refund | ✗\* |
| 3D Secure | ✓ |
| Fraud prevention (other) | ✗ |
| Reconciliation | ✓ |
| MO/TO | ✗ |
| Payment Methods | Support |
| --------------- | :-----: |
| Card | ✓ |
| Invoice | ✗ |
| ePayments | ✓ |
| Bank-to-bank | ✓ |
| Interbank | ✗ |
| Cash Wallet | ✗ |
| Mobile Wallet | ✗ |
## Code Analysis
PHPStan is being used for running static code analysis. Its configuration file 'phpstan.neno.dist' is available in this repository. The directories are mentioned under the scnDirectories option, in phpstan.neon.dist file, are required for running the analysis. These directories belong to WordPress and WooCommerce. If you don't have these packages, you'll need to download and extract them first and then make sure their paths are correctly reflected in phpstan.neon.dist file. Once done, we can run the analysis:
- Install composer packages using `composer install`
- Run `vendor/bin/phpstan analyze` to run the analysis. It'll print out any errors detected by PHPStan.
## Changelog
See [Changelog](CHANGELOG.md) for all the release notes.
## License
Distributed under the GNU General Public License. See [LICENSE](LICENSE) for more information.
## Documentation
For more details please see [docs](https://github.com/quantity-digital/craftcms-altapay/wiki)