incomaker / api
Incomaker API library
Installs: 224
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/incomaker/api
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"
}