Download the PHP package coretrekas/digipost without Composer

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

Digipost API Client for PHP

Latest Version PHP Version License

A PHP SDK for integrating with the Digipost digital mailbox service. This library allows you to send digital mail, manage documents, and interact with the Digipost API.

Requirements

Installation

Install via Composer:

Quick Start

Configuration

Environments

The SDK supports multiple environments:

Authentication

The SDK uses PKCS#12 certificates for authentication:

Sending Messages

Basic Message

Message with Attachments

Message with Print Fallback

If the recipient doesn't have a Digipost account, the message can be printed and sent via regular mail:

Identifying Recipients

Check if a recipient has a Digipost account:

Special Document Types

Invoice

Appointment

Batch Operations

Send multiple messages in a batch:

Archive Operations

Store documents in the archive:

Inbox Operations

Read documents from the inbox:

Document Events

Track document events:

Development

Running Tests

Static Analysis

Code Formatting

All Quality Checks

License

This library is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please read our Contributing Guide before submitting pull requests.

Support

For support, please open an issue on GitHub.


All versions of digipost with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-openssl Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ^7.8
psr/http-client Version ^1.0
psr/http-message Version ^2.0
psr/log Version ^3.0
ramsey/uuid Version ^4.7
spatie/data-transfer-object Version ^3.9
nesbot/carbon Version ^3.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 coretrekas/digipost contains the following files

Loading the files please wait ...