PHPackages                             filippo-toso/rchilli - 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. filippo-toso/rchilli

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

filippo-toso/rchilli
====================

A simple client to parse resumes with rchilli.com

v1.0.1(4y ago)038MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Jun 30Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

RChilli Api
===========

[](#rchilli-api)

A simple client to parse resumes with rchilli.com

Requirements
------------

[](#requirements)

- PHP 5.6+
- guzzlehttp/guzzle 6.0+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/rchilli

```

Using It
--------

[](#using-it)

```
use FilippoToso\RChilli\RchilliClient;

// Create the client
$client = new RchilliClient('', '');

// Parse file
$parsed = $client->parseFile('your-cv.pdf');

print_r($parsed);

// Parse binary content
$content = file_get_contents('binary-data.pdf');
$parsed = $client->parseContent($content, 'origina-filename.pdf);

print_r($parsed);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~0 days

Total

2

Last Release

1775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (2 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-rchilli/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-rchilli/health.svg)](https://phpackages.com/packages/filippo-toso-rchilli)
```

###  Alternatives

[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)

PHPackages © 2026

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