Integrates your CraftCMS Commerce webshop to the AltaPay payments gateway.
|
|
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 analyzeto run the analysis. It'll print out any errors detected by PHPStan.
See Changelog for all the release notes.
Distributed under the GNU General Public License. See LICENSE for more information.
For more details please see docs