Download the PHP package soiposervices/reica without Composer

On this page you can find all versions of the php package soiposervices/reica. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package reica

Official Reica API Package

Latest Version on Packagist Total Downloads run-tests

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 & 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 https://getreica.com/user/api-tokens register for free, to get your API key, and start using the package.

Installation

You can install the package via composer:

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

To authenticate with the getreica.com API, you need to provide your API key. You can obtain your API key by registering at https://getreica.com/user/api-tokens. Once you have your API key, you can use it to authenticate with the API, setting the .env variable REICA_API_TOKEN.

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.

Api documentation

To get a list of all available requests, you can check the API documentation.

Testing

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of reica with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.3
illuminate/support Version *
saloonphp/saloon Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package soiposervices/reica contains the following files

Loading the files please wait ....