1
1
# AsyncTweetsBundle
2
2
3
- A Symfony2 bundle providing a Twitter reader for asynchronous reading
3
+ A Symfony bundle providing a Twitter reader for asynchronous reading
4
4
5
5
[ Packagist ![ Latest Stable Version] [ Packagist Stable Image ] ![ Latest Unstable Version] [ Packagist Unstable Image ]] [ Packagist ]
6
6
@@ -24,7 +24,7 @@ A Symfony2 bundle providing a Twitter reader for asynchronous reading
24
24
25
25
## Goal
26
26
27
- The goal of this project is to create an online Twitter reader, built with [ Symfony2 ] [ Symfony2 ] .
27
+ The goal of this project is to create an online Twitter reader, built with [ Symfony ] [ Symfony ] .
28
28
AsyncTweets retrieves and stores your timeline, allowing to read your Twitter timeline even if you're away from your Twitter client for several days.
29
29
30
30
This bundle is also used to test several CI (Continuous Integration) services.
@@ -42,7 +42,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
42
42
- [ Twitter keys] [ Twitter keys ]
43
43
- PHP >= 5.5 (required by abraham/twitteroauth 0.6.0)
44
44
- a database (must be supported by Doctrine2)
45
- - [ Symfony 2 ] [ Symfony2 GitHub] (2.7 or higher) with [ Composer] [ Composer ] . If you want to install it:
45
+ - [ Symfony] [ Symfony GitHub] (2.7 or higher) with [ Composer] [ Composer ] . If you want to install it:
46
46
47
47
php composer.phar create-project symfony/framework-standard-edition YOUR_DIRECTORY "2.7.*" -vvv
48
48
@@ -97,7 +97,7 @@ This bundle is also used to test several CI (Continuous Integration) services.
97
97
6 . Add ` php app/console statuses:hometimeline --env=prod ` in your crontab (e.g. every hour) to retrieve tweets automatically
98
98
99
99
## Dependencies
100
- - [ symfony/symfony] [ Symfony2 GitHub] (2.7+)
100
+ - [ symfony/symfony] [ Symfony GitHub] (2.7+)
101
101
- [ abraham/twitteroauth] [ twitteroauth ] (^0.6.0)
102
102
- [ twitter/bootstrap] [ Twitter Bootstrap ] (use [ Bootswatch 3.3.2] [ Bootstrap CDN ] )
103
103
@@ -121,9 +121,9 @@ Or by installing `phpunit` with Composer:
121
121
[ Packagist Stable Image ] : https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/stable.svg
122
122
[ Packagist Unstable Image ] : https://poser.pugx.org/alexislefebvre/async-tweets-bundle/v/unstable.svg
123
123
124
- [ Symfony2 ] : http://symfony.com/
124
+ [ Symfony ] : http://symfony.com/
125
125
[ Twitter keys ] : https://apps.twitter.com/
126
- [ Symfony2 GitHub] : https://github.com/symfony/symfony
126
+ [ Symfony GitHub] : https://github.com/symfony/symfony
127
127
[ Composer ] : https://getcomposer.org/download/
128
128
129
129
[ Travis Master image ] : https://travis-ci.org/alexislefebvre/AsyncTweetsBundle.svg?branch=master
0 commit comments