Download the PHP package horstoeko/zugferd-laravel without Composer

On this page you can find all versions of the php package horstoeko/zugferd-laravel. 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 zugferd-laravel

ZUGFeRD/XRechnung/Factur-X for Laravel

Latest Stable Version PHP version License

Build Status Release Status

A simple ZUGFeRD/XRechnung/Factur-X Library for Laravel

Table of Contents

License

The code in this project is provided under the MIT license.

Overview

This library is an extension of the horstoeko/zugferd library for the Laravel framework. It provides facades for communication with the underlying library horstoeko/zugferd.

Dependencies

This package makes use of

Installation

There is one recommended way to install horstoeko/zugferd-laravel via Composer:

Usage

In general, you should read the documentation and examples of the library before using this library.

This package provides a facade which is used in the following examples.

Just add an use clause in the form of

Create a new Document Builder in the MINIMUM-Profile

Create a new Document Builder in the BASIC-Profile

Create a new Document Builder in the BASIC-WL-Profile

Create a new Document Builder in the EN16931-Profile (COMFORT-Profile)

Create a new Document Builder in the EXTENDED-Profile

Create a new Document Builder in the XRECHNUNG-Profile (Version 2.2)

Create a new Document Builder in the XRECHNUNG-Profile (Version 2.3)

Create a new Document Builder in the XRECHNUNG-Profile (Version 3.0)

Create a Document Reader from an existing XML file

Create a Document Reader from an XML string

Create a Document Reader from an existing PDF file (which has an attached XML file)

Create a merged PDF (XML as attachment) by the output of a ZugferdDocumentBuilder

Create a merged PDF by an existing XML file and existing PDF file

Create a merged PDF by an existing XML data string and existing PDF file

Create a merged PDF by an existing XML file and a PDF data string

Create a merged PDF by an existing XML data string and a PDF data string


All versions of zugferd-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^7.4|^8
ext-json Version *
horstoeko/zugferd Version ^1
doctrine/dbal Version ^2.9|^3|^4
illuminate/bus Version >=5.7
illuminate/contracts Version >=5.7
illuminate/database Version >=5.7
illuminate/http Version >=5.7
illuminate/pagination Version >=5.7
illuminate/support Version >=5.7
symfony/yaml Version ^5|^6|^7
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 horstoeko/zugferd-laravel contains the following files

Loading the files please wait ....