PHPackages                             devlau/runrunit - 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. devlau/runrunit

ActivePackage[API Development](/categories/api)

devlau/runrunit
===============

SDK PHP (não oficial) para a API do RunRun.it (v1.0)

v1.6.0(2y ago)11.3k1MITPHPPHP ^7.2|^8.0

Since Dec 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-lau/runrunit-sdk-php)[ Packagist](https://packagist.org/packages/devlau/runrunit)[ RSS](/packages/devlau-runrunit/feed)WikiDiscussions master Synced 1mo ago

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

RunRunIt PHP SDK
================

[](#runrunit-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/4dd7f9df1be4100176c6f0818528de26802d2d04f92d57ea7787b511e2e00a5d/68747470733a2f2f706f7365722e707567782e6f72672f6465766c61752f72756e72756e69742f762f737461626c65)](https://packagist.org/packages/devlau/runrunit)[![License](https://camo.githubusercontent.com/fccaa9f32ee503d8a361152fbbd7fa52e3688d5cfd36cfea09c4337fab608b3f/68747470733a2f2f706f7365722e707567782e6f72672f6465766c61752f72756e72756e69742f6c6963656e7365)](https://packagist.org/packages/devlau/runrunit)

SDK PHP (não oficial) para integração com a API do RunRun.it (v1.0).

O modelo do código foi baseado no [Laravel's Forge SDK](https://github.com/laravel/forge-sdk).

Para mais informações sobre a API do Runrunit, consulte a [documentação oficial](https://runrun.it/api/documentation).

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [License](#license)

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

[](#installation)

This package can be installed through Composer:

```
$ composer require devlau/runrunit
```

Make sure to use Composer's autoload:

Start by creating a new instance:

```
$runrunit = new Runrunit(RUNRUNIT_APP_KEY, RUNRUNIT_USER_TOKEN);
```

Your APP\_KEY and USER\_TOKEN can be found in your account on the Settings page.

Usage
-----

[](#usage)

Once instantiated, you can simply call one of the methods provided by the SDK:

```
$runrunit->projects();
```

This will provide you with a list of available projects.

To create a project, you can use the `createProject` method:

```
$project = $runrunit->createProject(
    'Project name',
    1, // Client ID
);
```

When the request was successful, `$project` will contain a Project object with the project details.

Changelog
---------

[](#changelog)

Refer to [CHANGELOG](CHANGELOG.md) for more information.

License
-------

[](#license)

The MIT License (MIT). Refer to the [License](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~209 days

Total

9

Last Release

917d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30d798b190b53d1146f708aad2d37e4db88e93fc51859f99990d45c5ba5031fa?d=identicon)[devlau](/maintainers/devlau)

---

Top Contributors

[![gabrielslau](https://avatars.githubusercontent.com/u/1078249?v=4)](https://github.com/gabrielslau "gabrielslau (37 commits)")

---

Tags

phpapisdkrunrunit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devlau-runrunit/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[php-opencloud/openstack

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi

2292.2M24](/packages/php-opencloud-openstack)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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