Download the PHP package baidu-smartapp/openapi without Composer

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

项目名称

百度智能小程序服务端 OpenAPI SDK for php,是基于小程序服务端 OpenAPI 封装的一套让开发者方便使用的 SDK, 它可以帮开发者减少理解和使用 OpenAPI 的成本, 减少开发者直接调用服务端接口不当而引起的错误, 避免在开发中走弯路。

环境要求

目录说明

  1. src/ openapi 实现源码
  2. examples/ 各方法调用样例

使用引导

  1. 在项目下创建,composer.json
  2. 引入sdk的依赖

  3. composer install 后,就可以在您的项目中引入 require __DIR__ . '/vendor/autoload.php'; 后就可以开始使用啦!
  4. 参考 examples 中的使用方式,调用您需要的 SDK 函数。
  5. 函数具体功能参考文档:

联系我们

如流群号 "5702992", 如流下载地址:https://infoflow.baidu.com/


All versions of openapi with dependencies

PHP Build Version
Package Version
No informations.
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 baidu-smartapp/openapi contains the following files

Loading the files please wait ....