The php sdk for youdu.im.

Related tags

API youdu
Overview

youduphp/youdu

Latest Test Latest Stable Version Latest Unstable Version Total Downloads License

The php sdk of youdu.

Installation

composer require youduphp/youdu

Usage

use YouduPhp\Youdu\Application;
use YouduPhp\Youdu\Config;
use YouduPhp\Youdu\Kernel\Message\App\Text;

$config = new Config([
    'api' => 'http://10.0.0.188:7080',
    'buin' => 56565656,
    'app_id' => 'yd06AB76EC519B4130A802224B4C60F689',
    'aes_key' => 'A0aWSqDL5SV4fafQl3OavoVPUn6sx7xNnD+1hOoTeWk=',
]);

$app = new Application($config);
$msg = (new Text('hello world'))->toUser(10001);

$app->message()->send($msg);

Components from frameworks

You might also like...
SDK of the LINE Login API for PHP

LINE Login for PHP SDK of the LINE Login API for PHP Documentation See the official API documentation for more information. Installation Use the packa

PHP SDK - Flexie CRM fiskalizimi solution

PHP SDK - Flexie CRM fiskalizimi solution Fiskalizimi PHP SDK allows you to talk and generate your e-invoices programmatically from your own solution

PHP Digital Green Certificate SDK

Digital Green Certificate SDK PHP Indice Contesto Installazione Uso Licenza Dettaglio licenza Contesto Attenzione, questo repository è derivato dalle

Esse SDK em PHP foi desenvolvido no intuito de tornar mais prático a integração com nossa API.

Sobre Beedoo SDK Acessar documentação completa da Beedoo API. A API é organizada seguindo a arquitetura REST, boas práticas, convenções e padrões como

A PHP SDK for accessing the OpenAI GPT-3 API
A PHP SDK for accessing the OpenAI GPT-3 API

OpenAI GPT-3 Api Client in PHP Installation You can install the package via composer: composer require orhanerday/open-ai Usage use Orhanerday\OpenAi\

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login

Facebook SDK for PHP (v5) This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app. Installa

PHP SDK for the Sellix Developers API (developers.sellix.io)

PHP SDK for the Sellix Developers API (developers.sellix.io). Quickly get started and create products, payments and more using PHP.

Alibaba Cloud SDK for PHP

English | 简体中文 Alibaba Cloud SDK for PHP Alibaba Cloud SDK for PHP is a development kit that supports quick access to products, dependency on Alibaba

Aliyun OSS SDK for PHP

Alibaba Cloud OSS SDK for PHP README of Chinese Overview Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Clo

Releases(v1.0.0-rc.3)
  • v1.0.0-rc.3(Sep 28, 2022)

    What's Changed

    • Init 1.0 by @huangdijia in https://github.com/youduphp/youdu/pull/1
    • Adds access_token cacheable support by @huangdijia in https://github.com/youduphp/youdu/pull/2
    • Adds tap()/with()/value() functions by @huangdijia in https://github.com/youduphp/youdu/pull/3
    • Rename BaseClient to AbstractClient by @huangdijia in https://github.com/youduphp/youdu/pull/4
    • Move Config to root and change property to methods by @huangdijia in https://github.com/youduphp/youdu/pull/5
    • Split packer to Application by @huangdijia in https://github.com/youduphp/youdu/pull/6
    • Optimize by @huangdijia in https://github.com/youduphp/youdu/pull/7
    • Adds helper function array_get() by @huangdijia in https://github.com/youduphp/youdu/pull/8
    • Optimize by @huangdijia in https://github.com/youduphp/youdu/pull/9
    • Use jsonSerialize instead of toArray by @huangdijia in https://github.com/youduphp/youdu/pull/10
    • Optimize Response by @huangdijia in https://github.com/youduphp/youdu/pull/11
    • Optimize parameter type by @huangdijia in https://github.com/youduphp/youdu/pull/12
    • Test on PHP 8.2 by @huangdijia in https://github.com/youduphp/youdu/pull/13

    New Contributors

    • @huangdijia made their first contribution in https://github.com/youduphp/youdu/pull/1

    Full Changelog: https://github.com/youduphp/youdu/commits/v1.0.0-rc.3

    Source code(tar.gz)
    Source code(zip)
Owner
YouduPHP
YouduPHP
Zoho CRM API SDK is a wrapper to Zoho CRM APIs. By using this sdk, user can build the application with ease

Archival Notice: This SDK is archived. You can continue to use it, but no new features or support requests will be accepted. For the new version, refe

null 81 Nov 4, 2022
The 1Password Connect PHP SDK provides your PHP applications access to the 1Password Connect API hosted on your infrastructure and leverage the power of 1Password Secrets Automation

1Password Connect PHP SDK The 1Password Connect PHP SDK provides your PHP applications access to the 1Password Connect API hosted on your infrastructu

Michelangelo van Dam 12 Dec 26, 2022
Facebook SDK for PHP (v6) - allows you to access the Facebook Platform from your PHP app

Facebook SDK for PHP (v6) This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app. Installa

null 0 Aug 10, 2022
Unofficial Firebase Admin SDK for PHP

Firebase Admin PHP SDK Table of Contents Overview Installation Documentation Support License Overview Firebase provides the tools and infrastructure y

kreait 1.9k Jan 3, 2023
Notion PHP SDK

Notion PHP SDK This is an unofficial PHP SDK for the new public Notion API. It's work in progress as we didn't get the change to be included to the pr

Codecycler 43 Nov 29, 2022
爱发电非官方简易 PHP SDK

afdian-php-sdk 爱发电非官方简易 PHP SDK by Akkariin 这是一个简单的 SDK,可以用于查询爱发电的订单和赞助者信息 Installation 将项目 clone 到本地即可 git clone https://github.com/ZeroDream-CN/afdi

ZeroDream-CN 17 Nov 7, 2022
AWS Cognito package using the AWS SDK for PHP/Laravel

Laravel Package to manage Web and API authentication with AWS Cognito AWS Cognito package using the AWS SDK for PHP This package provides a simple way

EllaiSys 74 Nov 15, 2022
PHP SDK to interact with the Casper Network nodes via RPC

casper-php-sdk PHP SDK to interact with Casper Network nodes via RPC Install composer require make-software/casper-php-sdk Examples RPC Client: $node

MAKE Technology LLC 7 May 8, 2022
A Laravel 5+ (and 4) service provider for the AWS SDK for PHP

AWS Service Provider for Laravel 5/6/7/8 This is a simple Laravel service provider for making it easy to include the official AWS SDK for PHP in your

Amazon Web Services 1.5k Dec 28, 2022
A complete Notion SDK for PHP developers.

notion-sdk-php A complete Notion SDK for PHP developers. Installation composer require mariosimao/notion-php Getting started A Notion token will be n

Mario Simão 77 Nov 29, 2022