Skip to content

kokororin/twitter-birthday

Repository files navigation

twitter-birthday

Build Status Packagist Minimum PHP Version

The Twitter API doesn't show user birthdays, but we can scrape the user profile page and parse out the birthday info.

Installation

$ composer require kokororin/twitter-birthday:dev-master

Usage

$birthday = new TwitterBirthday('pile_eric');
echo $birthday['month']; // 5
echo $birthday['day']; // 2

License

The MIT License (MIT).

About

Parse out birthday info of twitter users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages