Download the PHP package roseblade/quickfile-php-sdk without Composer

On this page you can find all versions of the php package roseblade/quickfile-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 quickfile-php-sdk

QuickFile PHP SDK Library

GitHub Packagist Version GitHub issues

Wrapper for the QuickFile API.

No validation is provided by this library.

Requirements

Composer

You can install the library by using Composer, and using the following command:

Then use the Composer autoload library to get started:

Manual

If you don't wish to use Composer, or are unable to, you can download the latest release and include the init.php file:

Don't forget to download and install Guzzle.

Getting Started

QuickFile Standard API

We've included an example PHP file for you to get started in /example/index.php.

To get started, you will need to set the API credentials, available within your QuickFile account.

or individually

Each function can be accessed through it's own class, for example, for a client\search, you would use:

And for invoice\create

These all match up with the API endpoints found in the QuickFile API documentation, replacing the underscore with the function name.

For example:

All header information is populated for you. You need to supply everything as part of the body as per the documentation on the QuickFile site.

QuickFile Partner API

The QuickFile Partner API allows developers to make their tools available to third parties through the QuickFile Marketplace. This involves generating an app on their account so you have the correct API endpoint access.

The set up is similar to that of the individual API above:

or individually

There are several static functions within the Partner class that can help you streamline the process:

For example, after configuring the class as above:

This can be combined with the individual API, quickly setting the config by called setupConfig() and then using the API as normal:

FAQ

What version of the API does this use?

It uses 1.2 of the JSON API

What methods/endpoints are supported?

Bank

Function API Docs
search Link
createAccount Link
createTransaction Link
getAccounts Link
getAccountBalances Link

Client

Function API Docs
create Link
delete Link
get Link
insertContacts Link
login Link
newDirectDebitCollection Link
search Link
update Link

Document

Function API Docs
upload Link

Estimate

Function API Docs
acceptDecline Link
convertToInvoice Link

Invoice

Function API Docs
create Link
delete Link
get Link
getPdf Link
search Link
send Link

Item (Inventory Item)

Function API Docs
create Link
delete Link
get Link
search Link

Journal

Function API Docs
create Link
delete Link
get Link
search Link

Ledger

Function API Docs
search Link
getNominalLedgers Link

Payment

Function API Docs
create Link
delete Link
get Link
getPayMethods Link
search Link

Project

Function API Docs
tagCreate Link
tagDelete Link
tagSearch Link

Purchase

Function API Docs
create Link
delete Link
get Link
search Link

PurchaseOrder

Function API Docs
create Link

Report

Function API Docs
ageing Link
balanceSheet Link
chartOfAccounts Link
profitAndLoss Link
vatObligations Link
subscriptions Link

Supplier

Function API Docs
create Link
delete Link
get Link
search Link

System

Function API Docs
createNote Link
searchEvents Link
getAccountDetails Link

Is this library supported by QuickFile?

No, this is an unofficial library

How is the data sent to QuickFile?

The data is always sent using HTTPS, using the Guzzle HTTP library. Guzzle will use cURL, but it's not required. Please see the Guzzle Website for information.

I've found a bug, where do I report it?

If it's a security bug relating to the API, you can post it to the QuickFile forum. If it's a bug with the library, please open an issue. If it's a security issue, please contact us through our website before posting it publicly.

What is API Partners?

QuickFile operates a scheme called API Partners:

As an API Partner we provide you with a framework you can use so you can tell other users about your API product

Check out their user guide for more info.

How does the API partners work?

It works by you having access to a secret key which can be combined with a user's account number and token (from the QuickFile marketplace). This generates an App ID and provides you with their API key so you can then interact with their account on their behalf.


All versions of quickfile-php-sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.4
php Version >=8
ext-json Version *
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 roseblade/quickfile-php-sdk contains the following files

Loading the files please wait ....