2017 © Pedro Peláez
 

library tweet-entities

image

maalls/tweet-entities

  • Friday, February 23, 2018
  • by maalls
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Installation

composer require maalls/tweet-entities

Example

Parse tweet message and include URL informations (title, description, image) from OG Tags., (*1)

$tweetEntities = new Maalls\TweetEntities();
$entities = $this->create("@someone this is a #tweet with url http://someurl.com");

Only parse tweet., (*2)


$entities = $tweetEntities->parse("@someone this is a #tweet with url http://someurl.com", true);

Test

run:, (*3)

./vendor/bin/phpunit tests/

The Versions

23/02 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

23/02 2018

v2.0.0

2.0.0.0

  Sources   Download

The Requires

 

The Development Requires

21/02 2018

v1.0.0

1.0.0.0

  Sources   Download

The Development Requires