Download the PHP package sebastiankrupinski/jmap-client-php without Composer

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

JMAP PHP Client

A fully-typed JMAP (JSON Meta Application Protocol) client library for PHP.

About

This project provides a type-safe, object-oriented PHP client library for interacting with JMAP servers. JMAP is a modern, JSON-based protocol for accessing email, calendar, and contact data, designed to be more efficient and flexible than traditional protocols like IMAP and CalDAV.

The library is built with PHP 8.0+ strict typing in mind, ensuring robust type safety and excellent IDE support throughout your codebase.

Features

Requirements

Installation

Install the library using Composer:

Or, if you're manually managing dependencies in your composer.json:

Then run:

Quick Start

Usage Examples

Setting Up a Client with Different Authentication Methods

Basic Authentication

Bearer Token Authentication

Working with Mail

Listing Mailboxes

Fetching Recent Messages from a Mailbox

Working with Contacts

Fetching Address Books

Fetching Specific Contacts

Listing All Contacts in an Address Book

Server Capability Detection

Session Information

Configuration

Transport Settings

Debug Logging

SSL/TLS Certificate Verification

Error Handling

The JMAP client returns ResponseException objects when JMAP-level errors occur. Here's how to handle them:

Common JMAP Error Types

Contributing

Contributions are welcome! Please ensure that:

  1. Code is properly type-hinted
  2. Changes include appropriate documentation

For local validation, the most useful project scripts are:

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only). See the LICENSE file for details.

Author

Sebastian Krupinski

Support

For issues, questions, or contributions, please visit the project repository.


Note: This library implements the JMAP specification as defined at https://jmap.io/


All versions of jmap-client-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.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 sebastiankrupinski/jmap-client-php contains the following files

Loading the files please wait ...