Skip to content

using this you can easily connect to appFlowerService from any php based client

Notifications You must be signed in to change notification settings

appflower/afServiceClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This library provides simple PHP class that API reflects services provided by appFlowerService project (api.appflower.com)

It is borned while all places that needs it are symfony 1.x plugins. That is why there is another requirement for afServiceClient to work. You must have around afRestWebServicePlugin that contains base client classes.

It needs curl PHP extension

How to use it ? require_once ...../afServiceClient.php $client = afServiceClient::create('URL_TO_API'); $response = $client->CreateProject(....); if ($response->isSuccess()) { echo ':)'; } else { echo ':('; }

About

using this you can easily connect to appFlowerService from any php based client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages