Download the PHP package moab-tech/procore-php-sdk without Composer
On this page you can find all versions of the php package moab-tech/procore-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moab-tech/procore-php-sdk
More information about moab-tech/procore-php-sdk
Files in moab-tech/procore-php-sdk
Package procore-php-sdk
Short Description Procore PHP SDK
License MIT
Homepage https://github.com/moab-tech/procore-php-sdk
Informations about the package procore-php-sdk
Procore PHP SDK
NOTICE!! This is very much a work in progress. Only a few endpoints are available and there are no tests. Use at your own risk.
Installation
You can install the package via composer:
Usage
You can authenticate 4 different ways using a configuration array passed to the client.
The first is with an existing valid access token.
If you don't have a valid token but you have a refresh token that hasn't been used yet, you can authenticate with that. Please don't include an access_token value when using this method or it will try to use that for authentication instead.
If your application uses a Client Credentials grant type, then you can simply define the type and pass in your id and secret. This method of authentication is best for service type requests as opposed to user requests.
Please refer to the Procore documentation for receiving a code to use via the Authorization Code grant type. This method of authentication is used when you would like the user to authenticate to your app using their Procore username and password. Any requests made will then be tied to this user. Please keep in mind that the user will only be able to access endpoints that he/she has permissions for.
Testing
Coming Soon!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Chris Baswell
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of procore-php-sdk with dependencies
ext-json Version *
ext-xml Version *
php-http/cache-plugin Version ^1.7
php-http/client-common Version ^2.3
php-http/discovery Version ^1.12
php-http/httplug Version ^2.2
php-http/multipart-stream-builder Version ^1.1
psr/cache Version ^1.0
psr/http-client-implementation Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/http-message Version ^1.0
symfony/deprecation-contracts Version ^2.1
symfony/options-resolver Version ^3.4 || ^4.0 || ^5.0
symfony/polyfill-php80 Version ^1.17