Download the PHP package block-ops/directscale-sdk-php without Composer
On this page you can find all versions of the php package block-ops/directscale-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download block-ops/directscale-sdk-php
More information about block-ops/directscale-sdk-php
Files in block-ops/directscale-sdk-php
Package directscale-sdk-php
Short Description Class Library For the DirectScale API
License MIT
Homepage https://github.com/block-ops/directscale-sdk-php
Informations about the package directscale-sdk-php
PHP Framework for DirectScale
To create a connection, the current method is by creating a define()
in your application which contains your API key.
This connection method will be updated as the framework matures, but for now it requires a define()
. It's worth noting that setting $env
to 'dev'
when creating the connection will set the connection to developer mode. In order to accommodate developer mode, you need to have a developer constant labelled DIRECTSCALE_DEVAPIKEY
. You can also set the key manually in any version of the Model
.
Also a note, the Nubersoft Framework is required for this framework.
Here is an example of fetching user data:
`
Example of common data functions:
Setting Developer Mode
Before instanciating, use the static method with dev
as the parameter:
This should produce the dev
url:
All versions of directscale-sdk-php with dependencies
rasclatt/nubersoft Version 1.*
block-ops/common-mlm-interface Version *