Download the PHP package mpyw/cowitter without Composer
On this page you can find all versions of the php package mpyw/cowitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mpyw/cowitter
More information about mpyw/cowitter
Files in mpyw/cowitter
Download mpyw/cowitter
More information about mpyw/cowitter
Files in mpyw/cowitter
Please rate this library. Is it a good library?
Informations about the package cowitter
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
- Example: Account activity webhook setup and usage
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.6.0
ext-hash Version *
ext-json Version *
ext-openssl Version *
lib-curl Version >=7.20.0
mpyw/co Version ^1.5
ext-hash Version *
ext-json Version *
ext-openssl Version *
lib-curl Version >=7.20.0
mpyw/co Version ^1.5
The package mpyw/cowitter contains the following files
Loading the files please wait ....