Download the PHP package drei-d/laravel-jtl-api without Composer

On this page you can find all versions of the php package drei-d/laravel-jtl-api. 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 laravel-jtl-api

Laravel JTL API

This Laravel package provides a wrapper for the new JTL Wawi API.

Requirements

Installation

You can install this package via Composer.

Setup

Preparations

First, publish the assets and config provided by this package.

This creates a new config file named jtl-api.php in your config directory, as well as an app icon image in your resources directory.

Please update the config file to your needs. It contains...

As of now, permissions cannot be altered once the app is registered, please proceed with caution.

When finished, add the first two entries of the config to your .env file.
You can leave the api key blank for now:

App Registration

After setting up your local environment, you have to register your app in the JTL Wawi.
Please start by opening the registration listener (everything until step 5) as described in the official documentation.

To register your app, you can use the AppRegistrationHelper provided by this package.
Use it as follows, for example in a command:

Once called, you can proceed to register your app (continue at step 5) as described in the official documentation. The registration helper sends a checkup request every five seconds, it may take a moment to receive the token from the JTL Wawi, when the manual registration is completed.

Afterward, a dump of the token should like something like this:

Copy the api key and paste it into your .env file.

Usage

Once the registration is completed successfully, you can start using the included repositories.

For example, to list all companies, run:

There are also cases, where you might want to add a request body, for example with the customer endpoint:

Please be aware: as of now, not all endpoints are included completely or at all.
We want to continue adding more - if you notice one missing that you need...

Feel free to open a pull request!


All versions of laravel-jtl-api with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11
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 drei-d/laravel-jtl-api contains the following files

Loading the files please wait ....