PHPackages                             igzard/ncore - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. igzard/ncore

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

igzard/ncore
============

PHP Ncore Parser

1.0.5(1y ago)59MITPHPPHP ^8.1

Since Apr 11Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/igzard/ncore)[ Packagist](https://packagist.org/packages/igzard/ncore)[ RSS](/packages/igzard-ncore/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

PHP Package for Ncore RSS
=========================

[](#php-package-for-ncore-rss)

[![Total Downloads](https://camo.githubusercontent.com/22c8b1983fd01e64731f6c5acbd4f6ecc930a72babf3c4903d41d38d3aec9661/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69677a6172642f6e636f7265)](https://packagist.org/packages/igzard/ncore)[![Tests passed](https://camo.githubusercontent.com/0a855d83a32182d723438012d17dea7c755a76a24d984f5667ce2e19e7c2e67a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69677a6172642f6e636f72652f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/igzard/ncore/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/a393ae7be414cf2b6a403305f6586bcbb142aa4ae121515f208a8a734b3d9b49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69677a6172642f6e636f7265)](https://packagist.org/packages/igzard/ncore)[![License](https://camo.githubusercontent.com/ca8abc0b4a2301ab30a1b4a6dfae56f59704e71c9c89ceb7360d8887dc53a75d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f69677a6172642f6e636f7265)](https://packagist.org/packages/igzard/ncore)

This module provides PHP API-s to manage torrents from ncore.pro eg.: search from RSS

Install
-------

[](#install)

```
composer require igzard/ncore
```

Get Passkey from ncore
----------------------

[](#get-passkey-from-ncore)

- Log in to ncore.pro
- Navigate to the 'Settings / Other' data page
- Copy the 'passkey'

Examples
--------

[](#examples)

Searching for Toy Story in category: Film (HUN SD). By default, without category, it searches in film hun sd.

```
$ncore = new Ncore('{passkey}');
$torrents = $ncore->search([
    'search' => 'Toy Story',
    'category' => Category::FILM_HUN_SD
]);
```

Download first match for Toy Story in category: Film (HUN SD). By default, without category, it searches in film hun sd.

```
$ncore = new Ncore('{passkey}');
$torrents = $ncore->download(
    [
        'search' => 'Toy Story',
        'category' => Category::FILM_HUN_SD
    ],
    '{pathToDownload}',
    '{filename}'
);
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the PHP Ncore! To contribution follow the steps.

```
git clone git@github.com:igzard/ncore.git
composer install

cd tools/php-cs-fixer
composer install
```

For running tests:

```
make phpunit
```

or

```
php ./vendor/bin/phpunit
```

Coding style fix:

```
make cs-fix
```

or

```
php ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
```

---

If you have any ideas, create an issue:

Licence
-------

[](#licence)

PHP Ncore is open-sourced software licensed under the MIT license.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~15 days

Total

6

Last Release

690d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edf561191867ffdeb3b9d6d58cad673300a26d4523cb0e0e169da75a59c4da0f?d=identicon)[igzard](/maintainers/igzard)

---

Top Contributors

[![igzard](https://avatars.githubusercontent.com/u/10142225?v=4)](https://github.com/igzard "igzard (32 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/igzard-ncore/health.svg)

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

###  Alternatives

[spatie/laravel-sitemap

Create and generate sitemaps with ease

2.6k14.6M107](/packages/spatie-laravel-sitemap)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9738.8k](/packages/sauladam-shipment-tracker)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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