hordieiev / module-akamai-client
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- guzzlehttp/guzzle: ^5.3.3|^6.2.1
- magento/framework: *
Requires (Dev)
- allure-framework/allure-phpunit: ~1.2.0
- friendsofphp/php-cs-fixer: ~2.13.0
- magento/magento-coding-standard: ~4.0.0
- magento/magento2-functional-testing-framework: ~2.3.14
- mockery/mockery: 1.2.3
- pdepend/pdepend: 2.5.2
- phpmd/phpmd: @stable
- phpunit/phpunit: ~6.5.0
- sebastian/phpcpd: ~3.0.0
- squizlabs/php_codesniffer: ~3.4.2
This package is auto-updated.
Last update: 2025-03-05 19:52:00 UTC
README
Installation
Please use composer to install the extension.
* composer require hordieiev/module-akamai-client
* php bin/magento setup:upgrade && php bin/magento setup:di:compile
* php bin/magento module:enable Hordieiev_AkamaiClient
Akamai Documentation
- Add system setting which we need for access to Akamai API
- Add tags as that is required in the akamai documentation
- Cache tag
Run unit tests
Code has been developed with unit tests. To run them, you can use regular console command:
php ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist ./vendor/hordieiev/module-akamai-client
Changelog
* 1.0.1 - Implemented http client to Akamai connect
* 1.0.0 - Initialize module