Easywechat

📦 一个 PHP 微信 SDK
Alternatives To Easywechat
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Easywechat10,11073718112 days ago456July 05, 2023mitPHP
📦 一个 PHP 微信 SDK
Laravel Wechat2,809345575 months ago72October 17, 20221mitPHP
微信 SDK for Laravel, 基于 overtrue/wechat
Telegram Bot Sdk2,739250474 days ago30May 28, 20235bsd-3-clausePHP
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Firebase Php1,9951314317 days ago214June 29, 20239mitPHP
Unofficial Firebase Admin SDK for PHP
Saloon1,598
5 hours ago80September 03, 20233mitPHP
Build beautiful API integrations and SDKs with Saloon 🤠
Aws Sdk Php Laravel1,591443604 days ago28March 24, 202310apache-2.0PHP
A Laravel 5+ (and 4) service provider for the AWS SDK for PHP
Sentry Laravel1,16434569a month ago99August 03, 202317mitPHP
The official Laravel SDK for Sentry (sentry.io)
Laravel Firebase85731117 days ago19January 09, 20222mitPHP
A Laravel package for the Firebase PHP Admin SDK
Laravelfacebooksdk697200144 years ago28July 23, 201759mitPHP
Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
Telegraph518
25 days ago63October 25, 202214mitPHP
Telegraph is a Laravel package for fluently interacting with Telegram Bots
Alternatives To Easywechat
Select To Compare


Alternative Project Comparisons
Readme

EasyWeChat

PHP SDK SaaS

Test Status Lint Status Latest Stable Version Latest Unstable Version Total Downloads License

composer require w7corp/easywechat

:

<?php

use EasyWeChat\OfficialAccount\Application;

$config = [
    'app_id' => 'wx3cf0f39249eb0exxx',
    'secret' => 'f1c242f4f28f735d4687abb469072xxx',
    'aes_key' => 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG',
    'token' => 'easywechat',
];

$app = new Application($config);

$app->getServer()->with(fn() => "EasyWeChat");

$response = $server->serve();

❤️

❤️

JetBrains

Jetbrains IDE

License

MIT

Popular Sdk Projects
Popular Laravel Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Sdk
Openssl
Wechat