2017 © Pedro Peláez
 

library crm-curler

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

image

uwdoem/crm-curler

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  • Friday, March 2, 2018
  • by JASchilz
  • Repository
  • 4 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

CRM Curler

PHP cURL wrapper for interacting with Microsoft Dynamics CRM. This library is developed by the Department of Enrollment Management at the University of Washington. Support and documentation will not be provided to any person or unit outside of that group, but others may find this code useful as an example., (*1)

Installation

This library is published on packagist. To install using Composer, run composer require uwdoem/php-curler from inside your project directory., (*2)

Use

Creating a Curler instance:

use UWDOEM\CRM\Curler\Curler;

$curler = new Curler('https://www.example.edu/crm/api/v8.0/', 'someuser', 'somepassword');

Issuing a GET request.

Issue a GET request to 'https://www.example.edu/crm/api/v8.0/resources/1/'. The response body is returned into $result., (*3)

$result = $curler->get('resources/1/');

More Information

The $curler object can also issue POST and DELETE requests. You can provide request query variables and request body strings. You can also capture response headers and response codes. More documentation is provided in the code itself., (*4)

Troubleshooting

If you're having difficulty connecting to your CRM server, the Curler constructor accepts an optional $verbose argument. This will print cURL connection information to the console, ala the CURLOPT_VERBOSE option. See the code for more information., (*5)

The Versions

02/03 2018

dev-master

9999999-dev

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  Sources   Download

The Development Requires

by Elizabeth Williams

02/03 2018

0.0.4

0.0.4.0

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  Sources   Download

The Development Requires

by Elizabeth Williams

28/02 2018

0.0.3

0.0.3.0

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  Sources   Download

The Development Requires

by Elizabeth Williams

28/02 2018

0.0.2

0.0.2.0

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  Sources   Download

The Development Requires

by Elizabeth Williams

27/02 2018

0.0.1

0.0.1.0

Slim.php middleware library for Authorizing users through the University of Washington Group and Person Web Services

  Sources   Download

The Development Requires

by Elizabeth Williams