Download the PHP package cranux/larakeaimao without Composer

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

larakeaimao

sdk.

Installing

Usage

代码示例

  1. 接收消息回掉

  2. 主动发送消息

接口列表:

发送文本消息 send_text_msg()

发送群消息并@某人 send_group_at_msg()

发送图片消息 send_image_msg()

发送视频消息 send_video_msg()

发送文件消息 send_file_msg()

发送动态表情 send_emoji_msg()

发送分享链接 send_link_msg()

发送音乐消息 send_music_msg()

取指定登录账号的昵称 get_robot_name()

取指定登录账号的头像 get_robot_headimgurl()

取登录账号列表 get_logged_account_list()

取好友列表 get_friend_list()

取群聊列表 get_group_list()

取群成员资料 get_group_member()

取群成员列表 get_group_member_list()

接收好友转账 accept_transfer()

同意群聊邀请 agree_group_invite()

同意好友请求 agree_friend_verify()

修改好友备注 modify_friend_note()

删除好友 delete_friend()

踢出群成员 remove_group_member()

修改群名称 modify_group_name()

修改群公告 modify_group_notice()

建立新群 building_group()

退出群聊 quit_group()

邀请加入群聊 invite_in_group() 邀请测试

License

MIT


All versions of larakeaimao with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5 || ^8.0
guzzlehttp/guzzle Version ^7.2
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 cranux/larakeaimao contains the following files

Loading the files please wait ....