Download the PHP package pdffiller/pdffiller-php-api-client without Composer

On this page you can find all versions of the php package pdffiller/pdffiller-php-api-client. 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 pdffiller-php-api-client

PDFfiller PHP Client

Join the chat at https://gitter.im/pdffiller/pdffiller-php-api-client

PDFfiller API You can sign up for the API here

System Requirements

Installation

The library is available on Packagist and can be installed using Composer. This is done by running the following command on a composer installed box:

Most modern frameworks include Composer out of the box. However, please ensure that the following file is included:

``

Troubleshooting

If you have the following error:

Try running

Also you might encounter the following:

This issue is easily fixed by installing composer dependencies:

Quick getting started steps

Install required libraries using composer

Edit .env file in examples directory setting client_id, client_secret, username and password (for authorization via password_grant)

Run any example

Authentication

Access tokens automatically initialize when they’re successfully retrieved from the given user's credentials (after PDFfiller\OAuth2\Client\Provider\PDFfiller::getAccessToken($grant_type, $options) method), according to the example below: ``

When your authorization has been completed successfully you can use the provider for retrieving, creating, updating or deleting information from your profile.

Usage

Use a static method to retrieve a list of all applications: PDFfiller\OAuth2\Client\Provider\Core\Model::all(PDFfiller $provider) For retrieving information about one application, call static: `PDFfiller\OAuth2\Client\Provider\Core\Model::one(PDFfiller $provider, $appClientId)`

If you want to create a new application, you must create a new Application object with the necessary information and save it using the following method: PDFfiller\OAuth2\Client\Provider\Core\Model::save() ` If you want to update an instance, you must retrieve an Application object and save it by using the following method: PDFfiller\OAuth2\Client\Provider\Core\Model::save()`

Updating information is easy by using: `PDFfiller\OAuth2\Client\Provider\Core\Model::save()` method. If you wish to remove an application, use: `PDFfiller\OAuth2\Client\Provider\Core\Model::remove()` method All examples with other endpoints are available in the examples folder

Support

If you have any problems feel free to contact us:

License

This software is licensed under the following MIT license

Author

API Team ([email protected])


All versions of pdffiller-php-api-client with dependencies

PHP Build Version
Package Version
Requires league/oauth2-client Version ^1.0 || ^2.0
symfony/translation Version ^4.0
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 pdffiller/pdffiller-php-api-client contains the following files

Loading the files please wait ....