Download the PHP package kawakami-o3/cowitter without Composer
On this page you can find all versions of the php package kawakami-o3/cowitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cowitter
NOTE
This project is forked for my own use. The dependency is less restrictive than the original project's one, and it maybe cause a problem which I will NOT fix.
cowitter
Asynchronous Twitter client compatible with mpyw/co Generator-based flows.
PHP | :question: | Feature Restriction |
---|---|---|
7.0~ | :smile: | Full Support |
5.5~5.6 | :anguished: | Generator is not so cool |
~5.4 | :boom: | Incompatible |
Installing
Tutorial
- Preparation
- Example: Application for your own personal use
- Example: Sign in with Twitter
- Example: Commandline streaming readers
Quick examples
Prepare requirements
Create client
Synchronous requests
Asynchronous requests
Handle exceptions
or
Avoiding SSL errors due to the old libcurl version
If you encountered SSL certificate problem
error...
- Download the latest
cacert.pem
from official libcurl site.
https://curl.haxx.se/docs/caextract.html - Please choose either of the following solutions.
2-A: Configure globally
Specify the path as curl.cainfo
in your php.ini
.
DO NOT forget restarting Apache.
2-B: Configure locally
Specify the path as CURLOPT_CAINFO
. Using the magic constant __DIR__
is recommended.
or
Details
Read interfaces.
- Client
- Response
- Media
- HttpException
Todos
- Documentation
- Improving codes
All versions of cowitter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-hash Version *
ext-json Version *
ext-openssl Version *
lib-curl Version *
kawakami-o3/co Version ^1.5
ext-hash Version *
ext-json Version *
ext-openssl Version *
lib-curl Version *
kawakami-o3/co Version ^1.5
The package kawakami-o3/cowitter contains the following files
Loading the files please wait ....