2017 © Pedro Peláez
 

library php-peoplematter

image

zenapply/php-peoplematter

  • Monday, November 7, 2016
  • by tylercd100
  • Repository
  • 2 Watchers
  • 0 Stars
  • 306 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 229 % Grown

The README.md

People Matter

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Total Downloads, (*1)

Installation

Install via composer - In the terminal:, (*2)

composer require zenapply/php-peoplematter

Usage

Create it, (*3)

use Zenapply\PeopleMatter\PeopleMatter;
$client = new PeopleMatter("email", "password", "businessalias");

Get all Business Units, (*4)

$units = $client->businessUnits(); // Returns an array of Zenapply\PeopleMatter\BusinessUnit Objects
print_r($units[0]);
# Zenapply\PeopleMatter\BusinessUnit Object
# (
#     [Id] => a1c01c85-fa26-4662-925c-a63b00123456
#     [Business] => Array
#         (
#             [Name] => Company Name
#             [Alias] => businessalias
#             [Id] => 77806413-6c3c-40f6-a375-a63b00123456
#             [URI] => https://sandbox.peoplematter.com/api/business/77806413-6c3c-40f6-a375-a63b0123456
#         )
# 
#     [Name] => Name of Unit
#     [UnitNumber] => 105
#     [Status] => 0
#     [ActivationDate] => 2016-06-29
#     [DeactivationDate] =>
#     [Address] => Array
#         (
#             [StreetAddress1] => 599 West Main Street
#             [StreetAddress2] =>
#             [City] => City
#             [State] => State
#             [ZipCode] => 55555
#             [Country] => US
#         )
# 
#     [TimeZone] => (UTC-07:00) Mountain Time (US & Canada)
#     [PhoneNumber] => (555) 555-5555
#     [TaxIdentificationNumber] => 00-0000000
#     [EmailAddress] => name@email.com
#     [EverifyEnabled] =>
#     [I9EmployerName] =>
#     [BrandNameJobBoards] =>
#     [IntegrationAttributes] => Array
#         (
#             [CustomField1] =>
#             [CustomField2] =>
#             [CustomField3] =>
#         )
# 
#     [BusinessUnitGroup] =>
#     [AssignAllActiveJobs] =>
# )

The Versions

07/11 2016

dev-master

9999999-dev https://github.com/zenapply/php-peoplematter

  Sources   Download

MIT

The Requires

 

The Development Requires

php video zenapply peoplematter

31/10 2016

1.0.0

1.0.0.0 https://github.com/zenapply/php-peoplematter

  Sources   Download

MIT

The Requires

 

The Development Requires

php video zenapply peoplematter

31/10 2016

dev-scrutinizer-patch-3

dev-scrutinizer-patch-3 https://github.com/zenapply/php-peoplematter

  Sources   Download

MIT

The Requires

 

The Development Requires

php video zenapply peoplematter

31/10 2016

dev-scrutinizer-patch-2

dev-scrutinizer-patch-2 https://github.com/zenapply/php-peoplematter

  Sources   Download

MIT

The Requires

 

The Development Requires

php video zenapply peoplematter

30/10 2016

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/zenapply/php-peoplematter

  Sources   Download

MIT

The Requires

 

The Development Requires

php video zenapply peoplematter