PHPackages                             sportakal/revenuecat-v1-api-php - 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. sportakal/revenuecat-v1-api-php

ActiveLibrary[API Development](/categories/api)

sportakal/revenuecat-v1-api-php
===============================

It is a PHP package for api v1 version of Revenuecat.

0.4.0(1w ago)11.4kMITPHPPHP &gt;=8.1

Since Jul 31Pushed 1w ago1 watchersCompare

[ Source](https://github.com/sportakal/revenuecat-v1-api-php)[ Packagist](https://packagist.org/packages/sportakal/revenuecat-v1-api-php)[ RSS](/packages/sportakal-revenuecat-v1-api-php/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (12)Versions (11)Used By (0)

PHP library for Revenuecat api v1
=================================

[](#php-library-for-revenuecat-api-v1)

[Check official documentation (Revenuecat api v1)](https://www.revenuecat.com/reference/basic)

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

[](#installation)

### Composer

[](#composer)

Install dependencies with composer:

```
composer require sportakal/revenuecat-v1-api-php
```

Use composer autoload to include dependencies

```
require_once('vendor/autoload.php');
```

Usage
-----

[](#usage)

### Create Options

[](#create-options)

Set you token to Options object

```
use Sportakal\RevenuecatV1ApiPhp\Options;

$options = new Options('your_bearer_token','your timezone (+3));
```

### Make Request

[](#make-request)

Get or Create subscriber info from Revenuecat

```
use Sportakal\RevenuecatV1ApiPhp\Requests\GetOrCreateSubscriber;

$request = (new GetOrCreateSubscriber('app_user_id'));

$subscriber = $request->get($options);

return $subscriber;
```

Check for more examples **/samples** directory

TODOS
-----

[](#todos)

- ***Get or Create Subscriber*** Endpoint
- ***Delete Subscriber*** Endpoint
- ***Add User Attribution Data*** Endpoint
- ***Update Subscriber Attributes*** Endpoint
- ***Create a Purchase*** Endpoint
- ***Google Play: Refund and Revoke Subscription*** Endpoint
- ***Google Play: Defer a Subscription*** Endpoint
- ***Google Play: Refund and Revoke Purchase*** Endpoint
- ***Grant a Promotional Entitlement*** Endpoint
- ***Revoke Promotional Entitlements*** Endpoint
- ***Override a Customer's Current Offering*** Endpoint
- ***Remove a Customer's Current Offering Override*** Endpoint
- ***Get Offerings*** Endpoint

Contributions are welcome!
--------------------------

[](#contributions-are-welcome)

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance98

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~151 days

Recently: every ~264 days

Total

8

Last Release

10d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.4

0.2.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44243313?v=4)[Sinan Portakal](/maintainers/sportakal)[@sportakal](https://github.com/sportakal)

---

Top Contributors

[![sportakal](https://avatars.githubusercontent.com/u/44243313?v=4)](https://github.com/sportakal "sportakal (10 commits)")[![semihgume](https://avatars.githubusercontent.com/u/77676850?v=4)](https://github.com/semihgume "semihgume (2 commits)")

### Embed Badge

![Health badge](/badges/sportakal-revenuecat-v1-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/sportakal-revenuecat-v1-api-php/health.svg)](https://phpackages.com/packages/sportakal-revenuecat-v1-api-php)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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