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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

License

The MIT License (MIT). Please see License File for more information.


All versions of procore-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package moab-tech/procore-php-sdk contains the following files

Loading the files please wait ....