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.1.3(2y ago)11.4kMITPHPPHP &gt;=7.4

Since Jul 31Pushed 2y 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 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

4

Last Release

1022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b295ac13f35ddd8353ed14e752e200b61ffc289beeddc692eeeef7e6af08bbc?d=identicon)[sportakal](/maintainers/sportakal)

---

Top Contributors

[![sportakal](https://avatars.githubusercontent.com/u/44243313?v=4)](https://github.com/sportakal "sportakal (6 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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