Download the PHP package ddvphp/weibo without Composer

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

weibo

Installation - 安装

Usage - 使用

官网文档

用于新浪微博开放平台的PHP SDK. 内含能直接使用的DEMO.

SAE(Sina App Engine, http://sae.sina.com.cn )已内置SDK,不需要下载,使用前需要手工调用 require_once('saetv2.ex.class.php');

composer

composer.phar require xiaosier/libweibo:dev-master

微博写入接口说明

由于微博开放平台调整,写入接口需要都切换到share分享接口,说明在 http://open.weibo.com/blog/%E3%80%90%E5%B9%B3%E5%8F%B0%E5%85%AC%E5%91%8A%E3%80%91%E5%BE%AE%E5%8D%9A%E5%BC%80%E6%94%BE%E5%B9%B3%E5%8F%B0%E5%88%86%E4%BA%AB%E5%88%B0%E5%BE%AE%E5%8D%9A%E6%8E%A5%E5%8F%A3%E5%8D%87%E7%BA%A7%E5%85%AC 这里。 调用时需要使用$instance->share($status, $pic); 方法,示例:

更新

说明

Demo演示地址

如何申请API Key

你需要有一个新浪微博开放平台的API Key.这里申请: http://open.weibo.com

关于Class的功能

新浪微博V2版PHPSDK Demo使用教程

新浪微博站内应用Demo使用教程

OAuth版Demo使用教程

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/xiaosier/libweibo/issues

Authors

License

Copyright 2011 SINA, Inc. Copyright 2011 SAE

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0


All versions of weibo with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
ddvphp/ddv-exception Version 0.0.*
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 ddvphp/weibo contains the following files

Loading the files please wait ....