PHPackages                             carno-php/skel-rpcd - 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. carno-php/skel-rpcd

ActiveLibrary[API Development](/categories/api)

carno-php/skel-rpcd
===================

1.0.1(7y ago)0441MITPHP

Since Oct 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/carno-php/skel-rpcd)[ Packagist](https://packagist.org/packages/carno-php/skel-rpcd)[ RSS](/packages/carno-php-skel-rpcd/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

How to create a RPC server
==========================

[](#how-to-create-a-rpc-server)

Creating project
----------------

[](#creating-project)

```
composer create-project carno-php/skel-rpcd my-project
```

Importing service SDK
---------------------

[](#importing-service-sdk)

```
composer require my-service/sdk
```

Implements and register
-----------------------

[](#implements-and-register)

`src/Services/MyService.php`

```
namespace App\Services;

class MyService extends \Carno\RPC\Server implements \ServiceAPI
{
    public function method()
    {
        // your code
    }
}
```

`registers.php`

```
return [
    \App\Services\MyService::class,
];
```

Run service
-----------

[](#run-service)

```
./vendor/bin/rpcd server:start --listen=:8080 --debug
```

Tests service API
-----------------

[](#tests-service-api)

```
curl -d 'PAYLOAD' http://127.0.0.1:8080/invoke/service/method
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

Total

2

Last Release

2723d ago

### Community

Maintainers

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

---

Top Contributors

[![moolex](https://avatars.githubusercontent.com/u/1132321?v=4)](https://github.com/moolex "moolex (2 commits)")

### Embed Badge

![Health badge](/badges/carno-php-skel-rpcd/health.svg)

```
[![Health](https://phpackages.com/badges/carno-php-skel-rpcd/health.svg)](https://phpackages.com/packages/carno-php-skel-rpcd)
```

###  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)
