PHPackages                             dotzecker/tuiter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dotzecker/tuiter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dotzecker/tuiter
================

Twitter archive manager

v0.1(11y ago)629MITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/DotZecker/tuiter)[ Packagist](https://packagist.org/packages/dotzecker/tuiter)[ RSS](/packages/dotzecker-tuiter/feed)WikiDiscussions master Synced yesterday

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

Tuiter - Easy Twitter Archive Manager
=====================================

[](#tuiter---easy-twitter-archive-manager)

[![Build Status](https://camo.githubusercontent.com/a7942b0db5a231f4e22f8dca0a0c81911d373973531d2a126cd3f9318a4217c3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446f745a65636b65722f7475697465722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://travis-ci.org/DotZecker/tuiter?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/012bb40f653bbbaad3744a65b32dead1f79088eebd0c57049849edc53887ce95/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446f745a65636b65722f7475697465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DotZecker/tuiter/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/f5c5640f3b7be4c8a332b4496fc0efc3404885a16efd37c0eb1878e4aca696c9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f446f745a65636b65722f7475697465722f62616467652e706e67)](https://coveralls.io/r/DotZecker/tuiter)[![SensioLabsInsight](https://camo.githubusercontent.com/04112f949bdf4ecd5e753366e779133c9940b13a41f0cc1d22ad4183a55c0071/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34626438316635372d303631322d343764312d393734322d3531336266653038326335332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4bd81f57-0612-47d1-9742-513bfe082c53)

1. Installation
---------------

[](#1-installation)

The recommended way to install it is through [Composer](http://getcomposer.org). Run the following command in order to install it:

```
composer require dotzecker/tuiter
```

2. Usage
--------

[](#2-usage)

First, download you Twitter archive by clicking "Request your archive" in .

The API is very simple and intuitive:

```
use Tuiter\Tuiter;

// Let's load our archive
$tweets = Tuiter::fromArchive(__DIR__ . '/your/awesome/path/to/tweets.csv');
```

Now you are able to manage your tweets in a fluent way, for example:

```
$unwantedTweets = $tweets->retweets()->before('2014-05-20')->get();
```

This is the list of available filters:

- `->retweets($are = true)`
- `->replies($are = true)`
- `->before($date)`
- `->after($date)`
- `->between($startDate, $endDate)`
- `->contains($text, $contains = true)`
- `->containsInUrl($text)`

3. Delete Tweets
----------------

[](#3-delete-tweets)

In order to delete tweets from your timeline, the implementation is:

```
use Tuiter\TweetDestroyer;

$destroyer = TweetDestroyer::withParams(
    'Consumer Key', 'Consumer Secret', 'Access Token', 'Access Token Secret'
);

foreach ($unwantedTweets as $tweet) {
    $destroyer->destroy($tweet);
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4181d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1331435?v=4)[Rafa Gómez](/maintainers/rgomezcasas)[@rgomezcasas](https://github.com/rgomezcasas)

---

Top Contributors

[![rgomezcasas](https://avatars.githubusercontent.com/u/1331435?v=4)](https://github.com/rgomezcasas "rgomezcasas (10 commits)")[![marcosgdf](https://avatars.githubusercontent.com/u/168744?v=4)](https://github.com/marcosgdf "marcosgdf (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

backuparchivemanagertwitterdeletetweets

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dotzecker-tuiter/health.svg)

```
[![Health](https://phpackages.com/badges/dotzecker-tuiter/health.svg)](https://phpackages.com/packages/dotzecker-tuiter)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.1k5.2k](/packages/shlinkio-shlink)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
