PHPackages                             jordansitbon/rtisan-connect - 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. jordansitbon/rtisan-connect

ActiveLibrary[API Development](/categories/api)

jordansitbon/rtisan-connect
===========================

This package provides a simple way to connect your Laravel application to the Rtisan API.

020[3 PRs](https://github.com/jordansitbon/rtisan-connect/pulls)PHP

Since May 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jordansitbon/rtisan-connect)[ Packagist](https://packagist.org/packages/jordansitbon/rtisan-connect)[ RSS](/packages/jordansitbon-rtisan-connect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Rtisan Connect
==============

[](#rtisan-connect)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b8bb9d4b8177a49cb5f46bbdb0c11f37ad7510d301a200591fa596c47906de6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f7264616e736974626f6e2f72746973616e2d636f6e6e6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jordansitbon/rtisan-connect)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1395606b68d9d0109d92209941e076094a9c468a7f8b4a8646b63fc814ec0d17/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f7264616e736974626f6e2f72746973616e2d636f6e6e6563742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jordansitbon/rtisan-connect/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c4685d0b0928a139aba404cf7178f3cbab16a870b8896579c19344d226095819/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f7264616e736974626f6e2f72746973616e2d636f6e6e6563742f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/jordansitbon/rtisan-connect/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/020fe771538067199f561dd435de2c9b4152027c7b5647af0581f9458cbccb31/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f7264616e736974626f6e2f72746973616e2d636f6e6e6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jordansitbon/rtisan-connect)

---

This repo can be used to connect Rtisan to your Laravel application.

---

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

[](#installation)

For use Rtisan Connect you need to sign up for a Rtisan account and create a new project. After project creation, you can generate the Connect Token with clicking on the " ⚡️ " button.

You can install the package via composer:

```
composer require jordansitbon/rtisan-connect
```

You can publish the config file with:

```
php artisan vendor:publish --tag="rtisan-connect-config"
```

This is the contents of the published config file:

```
return [
    'token' => env('RTISAN_CONNECT_TOKEN'),
];
```

Usage
-----

[](#usage)

To upload your language files to Rtisan, you can use the `rtisan:upload` command:

```
php artisan rtisan:upload
```

To download the language files from Rtisan to your app, you can use the `rtisan:download` command:

```
php artisan rtisan:download
```

Credits
-------

[](#credits)

- [Jordan Sitbon](https://github.com/jordansitbon)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

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

---

Top Contributors

[![jordansitbon](https://avatars.githubusercontent.com/u/5757139?v=4)](https://github.com/jordansitbon "jordansitbon (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

### Embed Badge

![Health badge](/badges/jordansitbon-rtisan-connect/health.svg)

```
[![Health](https://phpackages.com/badges/jordansitbon-rtisan-connect/health.svg)](https://phpackages.com/packages/jordansitbon-rtisan-connect)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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