Skip to content

phpList/phplist-hosted-soap-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phplist-hosted-api

SOAP API for phpList.com Hosted accounts. This API is not supported by self-hosted versions of phpList (see the REST API).

Requirements

Account

  • A phpList hosted account (freely available at phpList.com)
  • Enable API support for your account (request access from your account)

Clients

PHP

  • A client library which implements the API is phplistHostedClient.class.php
    • A copy of NuSoap PHP's /lib directory is required by the PHP client library and should be located within the same directory
  • An example implementation of the PHP client library is APIexample.php

Usage

Access URLs use the following format:

https://www.phplist.com/API/soap.php?wdsl&tag=[installation]&user=[account email]&pass=[account password]

[installation] is the name of the phpList account to use (the account name is stated on the Account page of each phpList account). For the WSDL, add "&wsdl" to the above URL.

Documentation of supported functions is provided in soap-api-*.md in API Blueprint format.

About

SOAP API for phpList.com Hosted accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages