PHPackages                             juicyfx/juicy - 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. juicyfx/juicy

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

juicyfx/juicy
=============

PHP client for serverless juicy functions

v0.2.0(4mo ago)414.1k↓37.5%1MITPHPPHP &gt;=8.2CI passing

Since Jan 2Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/contributte/juicyphp)[ Packagist](https://packagist.org/packages/juicyfx/juicy)[ Docs](https://github.com/juicyfx/juicy)[ Fund](https://contributte.org/partners.html)[ GitHub Sponsors](https://github.com/f3l1x)[ RSS](/packages/juicyfx-juicy/feed)WikiDiscussions master Synced 1mo ago

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

[![](https://camo.githubusercontent.com/4b9cb3972baab5059d0b73713b8c8c47a8f1946f5f22500c346faf0bab896d8b/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f6a7569637966782f6a756963797068702f)](https://camo.githubusercontent.com/4b9cb3972baab5059d0b73713b8c8c47a8f1946f5f22500c346faf0bab896d8b/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f6a7569637966782f6a756963797068702f)

 [![](https://camo.githubusercontent.com/ee6fbdf42d20f248ebf95fb0f55ec0cebc425e7e9e8a8171174846a08e766104/68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f6a7569637966782f6a75696379706870)](https://github.com/juicyfx/juicyphp/actions) [![](https://camo.githubusercontent.com/a1f963b40c12b9ed79a8acb6fc36f89f87a7203e48dc37130b5587c4fcd1e757/68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f6a7569637966782f6a75696379706870)](https://coveralls.io/r/juicyfx/juicyphp) [![](https://camo.githubusercontent.com/e6a3f17f7835364e0b3932ce2154548fba4b224b49f7605ff99a534062000d59/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f6a7569637966782f6a75696379)](https://packagist.org/packages/juicyfx/juicy) [![](https://camo.githubusercontent.com/4bc170f285f0aa187bd86908d799e51fd8adfbae438526c4c9f710a0450b4176/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6a7569637966782f6a75696379)](https://packagist.org/packages/juicyfx/juicy) [![](https://camo.githubusercontent.com/b4147c35cd126f411f1a0650db5f26033ea08a3f198354c1e6b74a2b73927ab3/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6a7569637966782f6a75696379)](https://packagist.org/packages/juicyfx/juicy) [![](https://camo.githubusercontent.com/b3e90872ff60d11f8f6a843d1f872a019ee7ea457a3fd5337f9242687f451f54/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f6a7569637966782f6a75696379706870)](https://github.com/juicyfx/juicyphp)

 🕹 [f3l1x.io](https://f3l1x.io) | 💻 [f3l1x](https://github.com/f3l1x) | 🐦 [@xf3l1x](https://twitter.com/xf3l1x)

Usage
-----

[](#usage)

To install latest version of `juicyfx/juicy` use [Composer](https://getcomposer.com).

```
composer require juicyfx/juicy

```

Versions
--------

[](#versions)

StateVersionBranchPHPdev`^0.4``master``>=8.2`stable`^0.3``master``>=8.2`Usage
-----

[](#usage-1)

### PDF(x)

[](#pdfx)

```
use JuicyFx\Juicy\JuicyFx;

$client = JuicyFx::createPdf();
$client = JuicyFx::createPdf(['base_uri' => 'your-pdfx.now.sh']);

$response = $client->pdf()->url('https://f3l1x.io');

$response = $client->pdf()->raw('raw string');

$response = $client->pdf()->json([);
    'body' => 'post body'
]);

$response = $client->pdf()->json([
    'body' => 'post data',
    'headerTemplate' => 'HEADER',
    'footerTemplate' => 'FOOTER',
], [
    'displayHeaderFooter' => 1,
    'marginTop' => 100,
    'marginBottom' => 100,
]);
```

Development
-----------

[](#development)

See [how to contribute](https://f3l1x.io/github) to this package. This package is currently maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance74

Regular maintenance activity

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~1822 days

Total

2

Last Release

140d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.2

v0.2.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (10 commits)")[![felixure](https://avatars.githubusercontent.com/u/23188301?v=4)](https://github.com/felixure "felixure (7 commits)")[![ohmyfelix](https://avatars.githubusercontent.com/u/261235610?v=4)](https://github.com/ohmyfelix "ohmyfelix (1 commits)")

---

Tags

phpnowserverlesslambdajuicyfxjuicyzeitzeit-now

### Embed Badge

![Health badge](/badges/juicyfx-juicy/health.svg)

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

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[lambdish/phunctional

λ PHP functional library

3612.0M23](/packages/lambdish-phunctional)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[akamon/phunctional

λ PHP functional library

3609.4k](/packages/akamon-phunctional)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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