Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

wallet/wallet (2.22.1)

Дата публикации: 28-07-2026 01:12:33

Official PHP SDK for the Wallet Inc CRM & Digital Payments platform.

Основное содержимое страницы с новостью.

Official PHP SDK for the Wallet Inc CRM & Digital Payments platform.

Maintainers

df1e9b012e48f6c0870b241c9e24e4c7388f516e48683af628ddacd0bea08a4d?s=48&d=identicon

2.22.1 2026-07-28 01:12 UTC

This package is auto-updated.

Last update: 2026-07-28 01:14:03 UTC


README

Wallet Inc

Wallet SDK for PHP

Latest version Downloads

The official server-side PHP SDK for the Wallet Inc CRM & Digital Payments platform. Create and manage membership tiers, club members, vouchers, promotions, store credit, payment designs, SMS/MMS, and more.

Access note: this module is currently restricted to Wallet Inc customers. Need access or a hand getting started? Join us on Discord.

Links Requirements

PHP 7.4+ (works on PHP 8).

Installation
composer require wallet/wallet
Quickstart

Point the client at the API host and send your API key as the access-token header on every request. Create your key in the Wallet Developer Hub.

<?php
require_once __DIR__ . '/vendor/autoload.php';

use OpenAPI\Client\Api\MembershipTiersApi;
use OpenAPI\Client\Configuration;
use OpenAPI\Client\Model\WTMembershipTierCreationParams;

// Set the API host, and send your API key as the access-token header on every request.
$config = Configuration::getDefaultConfiguration()->setHost('https://api.wall.et');
$client = new GuzzleHttp\Client([
    'headers' => ['access-token' => 'YOUR_API_KEY'],
]);

$membershipTiers = new MembershipTiersApi($client, $config);

$params = new WTMembershipTierCreationParams();
$params->setTierNumber('1');
$params->setTierName('GOLD');
$params->setTierDiscount(20);

$tier = $membershipTiers->createMembershipTier($params);
print_r($tier);
Documentation

Full API reference and guides live in the Wallet Developer Hub. Per-endpoint method docs and model definitions for this client are generated into the docs/ folder of this repository.

License

Copyright 2026 Wallet Inc.

This SDK is licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for the full text. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

This SDK is auto-generated from the Wallet OpenAPI specification. Please file issues rather than submitting code pull requests: the generated sources are overwritten on each API release, so code PRs cannot be merged.

Your use of the Wallet platform and API is governed by the Wallet Terms of Service, not by this license. The Apache-2.0 license covers this SDK's code only; it does not grant any right to use the Wallet platform or service.

"Wallet", the Wallet logo, and "WALLET-IN-BIO" are trademarks of Wallet Inc. The Apache-2.0 license grants rights to the code, not to the Wallet names, logos, or trademarks (see Section 6 of the License).

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1whitebit-python-sdk 1.1.130520-07-2026
2paylod 0.10.10720-07-2026
3mobius-idempotence-library 0.2.10510-07-2026
4achkit 0.2.00820-07-2026
5datenwissenschaften 2.6.20510-07-2026
6ivanharmat/crewgrid (v0.2.0)019.8628-07-2026
7shieldci/laravel (v1.12.5)08.8628-07-2026
8hunterx-reconhive 0.2.10510-07-2026
9rimba/boleh (v1.2.2)01028-07-2026
10milpa/auth (v0.3.0)010.9428-07-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 17.69. Источник: packagist.org.