incomaker / api
Incomaker API library
3.2.2
2024-11-11 15:01 UTC
Requires
- ext-curl: *
- ext-json: *
README
API and helper functions for Incomaker PHP plugins.
Deploy
Create a tag with version number. Commit and push to GitHub and library will automatically appear in packagist.
Use
Add to your project with Composer CLI:
composer require incomaker/magento2
or add to composer.json
:
"require": {
"incomaker/api": "^3.1.1"
}