PHPackages                             soiposervices/reica - 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. [API Development](/categories/api)
4. /
5. soiposervices/reica

ActiveLibrary[API Development](/categories/api)

soiposervices/reica
===================

This package provides a seamless interface to interact with the getreica.com API, enabling developers to access its powerful image generation and manipulation features. Designed with ease of use in mind, this client simplifies integration into your applications, allowing you to leverage getreica’s capabilities for creating realistic images tailored to your needs.

1.0.1(1y ago)02MITPHPPHP ^8.1|^8.3

Since Dec 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SoipoServices/reica-api)[ Packagist](https://packagist.org/packages/soiposervices/reica)[ Docs](https://github.com/soiposervices/reica)[ RSS](/packages/soiposervices-reica/feed)WikiDiscussions main Synced 1mo ago

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

Official Reica API Package
==========================

[](#official-reica-api-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d573224500ccd116d7d7a8d528ef265d2f3756eb2d375a58269b6c04811ff58f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f69706f73657276696365732f72656963612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soiposervices/reica)[![Total Downloads](https://camo.githubusercontent.com/1a52537c76243a42d14ec1bac1d11ae126dd914f5117f78e62487d8e4fc36ace/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f69706f73657276696365732f72656963612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soiposervices/reica)[![run-tests](https://github.com/SoipoServices/reica-api/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/SoipoServices/reica-api/actions/workflows/tests.yml)

This package provides a seamless interface to interact with the getreica.com API, enabling developers to access its powerful image generation and manipulation features. Designed with ease of use in mind, this client simplifies integration into your applications, allowing you to leverage getreica’s capabilities for creating realistic images tailored to your needs.

Key Features: • Easy Authentication: Quickly authenticate and manage API keys. • Image Generation: Access advanced tools for generating realistic visuals. • Customization: Fine-tune image parameters to match specific requirements. • Lightweight &amp; Fast: Minimal dependencies ensure smooth performance. • Error Handling: Comprehensive error handling for robust integrations.

Ideal For:

Developers working on e-commerce, fashion, or creative projects seeking to enhance their applications with high-quality, AI-generated images.

Head to  register for free, to get your API key, and start using the package.

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

[](#installation)

You can install the package via composer:

```
composer require soiposervices/reica
```

Usage
-----

[](#usage)

The purpose of this package is to provide a simple and intuitive interface to interact with the getreica.com API. The package is designed to be easy to use, with minimal dependencies and a straightforward API structure. The following sections provide an overview of the package’s key features and usage examples.

### Authentication

[](#authentication)

To authenticate with the getreica.com API, you need to provide your API key. You can obtain your API key by registering at . Once you have your API key, you can use it to authenticate with the API, setting the .env variable `REICA_API_TOKEN`.

```
	REICA_API_TOKEN=your-api-token;
```

### Sending Requests

[](#sending-requests)

We use Saloon 3, a package that provides a simple and intuitive interface for sending HTTP requests. The ReicaConnector class is responsible for sending requests to the getreica.com API. You can create an instance of the ReicaConnector class and use it to send requests to the API.

```
    $conn = new ReicaConnector();

    $request = new CreateChildFolderRequest(
        name: "New Folder",
        folderId: "1c090c3f-a004-4fdc-ba76-28adcd75a6ea",
    );

    $response = $conn->send($request);
```

### Api documentation

[](#api-documentation)

To get a list of all available requests, you can check the [API documentation](https://getreica.com/docs).

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Luigi Laezza](https://github.com/soiposervices)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity2

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

Total

2

Last Release

495d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cbf7b15aa95b4f96a243793fdcb6365420dda7a873cef7424384ea815aa80bf?d=identicon)[SoipoServices](/maintainers/SoipoServices)

---

Top Contributors

[![soipo](https://avatars.githubusercontent.com/u/2483887?v=4)](https://github.com/soipo "soipo (1 commits)")

---

Tags

soiposervicesreica

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/soiposervices-reica/health.svg)

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

765.7M124](/packages/saloonphp-laravel-plugin)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[myoutdeskllc/salesforce-php

salesforce library for php8+

1560.8k](/packages/myoutdeskllc-salesforce-php)

PHPackages © 2026

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