PHPackages                             masuipeo/tweet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. masuipeo/tweet

ActiveLibrary[API Development](/categories/api)

masuipeo/tweet
==============

Simple Twitter Client. This package can only tweet string.

1.0.1(6y ago)114MITPHP

Since May 29Pushed 6y agoCompare

[ Source](https://github.com/masuipeo/tweet)[ Packagist](https://packagist.org/packages/masuipeo/tweet)[ Docs](https://github.com/masuipeo/tweet)[ RSS](/packages/masuipeo-tweet/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Simple Twitter Client
=====================

[](#simple-twitter-client)

This package can tweet string only.

Usage
-----

[](#usage)

1. Get Twitter key and tokens.

To use Twitter API, you must get Twitter key and tokens.

If you want, you can use the below sample for "Describe in your own words what you are building". But I do NOT guarantee if your application does not pass.

This package need the following keys and tokens.

- Consumer API keys
    - API key
    - API secret key
- Access token &amp; access token secret
    - Access token
    - Access token secret

1. Get Composer package.

```
$ composer require masuipeo/tweet
```

2. Make a PHP script.

To fill key and tweet contents in below file. And save this file as tweet.php.

```
