2017 © Pedro Peláez
 

library twitter-birthday

Parse out birthday info of twitter users.

image

kokororin/twitter-birthday

Parse out birthday info of twitter users.

  • Thursday, October 26, 2017
  • by kokororin
  • Repository
  • 2 Watchers
  • 3 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

twitter-birthday

Build Status Packagist Minimum PHP Version, (*1)

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

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)., (*3)

The Versions

26/10 2017

dev-master

9999999-dev

Parse out birthday info of twitter users.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kokororin