Skip to content

Small library that let's you connect to the DigiMember API on any wordpress blog

Notifications You must be signed in to change notification settings

digitalsolutionsteam/tool.digimember-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digimember-api-client

Small library that let's you connect to the DigiMember API on any wordpress blog

Installation via composer

Add this entry to your composer.json file

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/digitalsolutionsteam/tool.digimember-api-client"
    }
]

then run the command

composer require digitalsolutions/digimember-api-client

Usage

See the file example/index.php in this repository for a usage example.

API Results are decoded into classes for ease of use and IDE auto completion. See files in src/Result for the possible types. All API call methods are type annotated as well.

About

Small library that let's you connect to the DigiMember API on any wordpress blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published