PHPackages                             ericlagarda/axon - 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. ericlagarda/axon

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

ericlagarda/axon
================

Easy torrent search engine using multiple torrent sites

v0.1.5(10y ago)247BSD-2-ClausePHPPHP &gt;=5.4

Since Apr 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Krato/Axon)[ Packagist](https://packagist.org/packages/ericlagarda/axon)[ RSS](/packages/ericlagarda-axon/feed)WikiDiscussions master Synced 4w ago

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

Axon
====

[](#axon)

[![Build Status](https://camo.githubusercontent.com/4f90eb829ac8ec5f036379ab8f55efb9a06d91f8162f65ca009020d43661b884/68747470733a2f2f7472617669732d63692e6f72672f6b6c656972616d2f41786f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kleiram/Axon)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/99a7c000993bff4d99ff01484e932a03c3c2532f8b24b34276f4788f5872576a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6c656972616d2f41786f6e2f6261646765732f7175616c6974792d73636f72652e706e673f733d38343431313431633236643530346335663734353232653036656532363638383964363165343766)](https://scrutinizer-ci.com/g/kleiram/Axon/)[![SensioLabsInsight](https://camo.githubusercontent.com/1d34e5c7c940304b367376d9863fb79f947d90dff5a9755facb1937467617f47/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30323532303137332d343737392d343961392d623662312d6133316635316530346635352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/02520173-4779-49a9-b6b1-a31f51e04f55)

Axon is a library for searching various torrent tracker sites for torrents using a simple API.

Installation
------------

[](#installation)

Installation is really simple when using [Composer](http://getcomposer.org):

```
{
    "require": {
        "kleiram/axon": "dev-master"
    }
}
```

And you're all set!

Usage
-----

[](#usage)

The following code is an example of how to use Axon:

```
// Create a new Axon instance
$axon = new Axon\Search();

// Add a couple of providers to the stack
$axon->registerProvider(new Axon\Search\Provider\YifyProvider());
$axon->registerProvider(new Axon\Search\Provider\KickassProvider());
$axon->registerProvider(new Axon\Search\Provider\PirateBayProvider());
$axon->registerProvider(new Axon\Search\Provider\EztvProvider());

// Start searching!
$torrents = $axon->search('Iron Man 3');
```

Torrents are automatically filtered (by hash) so duplicate search results are very rare.

Check the [`lib/Axon/Search/Providers`](https://github.com/kleiram/axon/tree/master/lib/Axon/Search/Providers)directory for more providers.

### Supported providers

[](#supported-providers)

Currently, the following tracker sites are supported:

- [YIFY Torrents](https://github.com/kleiram/axon/blob/master/lib/Axon/Search/Provider/YifyProvider.php)
- [Kickass Torrents](https://github.com/kleiram/axon/blob/master/lib/Axon/Search/Provider/KickassProvider.php)
- [The Pirate Bay](https://github.com/kleiram/axon/blob/master/lib/Axon/Search/Provider/PirateBayProvider.php)
- [EZTV](https://github.com/kleiram/axon/blob/master/lib/Axon/Search/Provider/EztvProvider.php)
- And working on more!

Changelog
---------

[](#changelog)

```
Version     Changes

0.1.0       - Initial release

```

License
-------

[](#license)

```
Copyright (c) 2014, Ramon Kleiss
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% 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

Every ~658 days

Total

2

Last Release

3786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

[![kleiram](https://avatars.githubusercontent.com/u/323498?v=4)](https://github.com/kleiram "kleiram (68 commits)")[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (2 commits)")

---

Tags

downloadtorrentkickasspiratebay

### Embed Badge

![Health badge](/badges/ericlagarda-axon/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M324](/packages/drupal-core-dev)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

645.9M37](/packages/symfony-ux-autocomplete)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[kleiram/transmission-php

PHP Transmission client

18517.1k1](/packages/kleiram-transmission-php)

PHPackages © 2026

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