PHPackages                             sidecloud/appleauto-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sidecloud/appleauto-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sidecloud/appleauto-php
=======================

A PHP library for AppleAuto

1.0.1(2y ago)159MITPHPPHP &gt;=7.4

Since Nov 28Pushed 2y agoCompare

[ Source](https://github.com/SideCloudGroup/appleauto-php)[ Packagist](https://packagist.org/packages/sidecloud/appleauto-php)[ Docs](https://github.com/SideCloudGroup/appleauto-php)[ RSS](/packages/sidecloud-appleauto-php/feed)WikiDiscussions main Synced 1mo ago

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

AppleAuto PHP Library
=====================

[](#appleauto-php-library)

[AppleAuto](https://appleauto.pro) is a project that helps you to manage shared Apple accounts.

With this library, you can easily implement several function provided by AppleAuto API.

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

[](#installation)

The library can be installed via [Composer](https://getcomposer.org/). Run the following command:

```
composer require sidecloud/appleauto-php
```

Usage
-----

[](#usage)

### SharePage

[](#sharepage)

This can let you get the accounts from the share page in AppleAuto.

If your share link is , then replace 'share' with 'shareapi'.

If your share page requires a password, then add it as the second parameter. Like

```
// Create a new SharePage object
$page = new AppleAutoShare\SharePage("https://test.com/shareapi/kfcv50");

// The request will be sent when the object is created, so you can get the accounts directly
$accounts = $page->accounts;
echo "username".$accounts[0]['username'];
echo "password".$accounts[0]['password'];
echo "last_check".$accounts[0]['last_check']; // The date and time in string format
echo "status".$accounts[0]['status']?"Normal":"Abnormal"; // status is a boolean value

// The error message will be stored in $page->errorMsg, if there is.
// By default, it is null.
if ($page->errorMsg) {
    echo $page->errorMsg;
}
```

License
-------

[](#license)

This library is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

2

Last Release

774d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89c98a4f61406e7653020b5c00af187c6edd9b98da384441eb04f5f549f972d9?d=identicon)[pplulee](/maintainers/pplulee)

---

Top Contributors

[![pplulee](https://avatars.githubusercontent.com/u/46434255?v=4)](https://github.com/pplulee "pplulee (3 commits)")

---

Tags

appleauto

### Embed Badge

![Health badge](/badges/sidecloud-appleauto-php/health.svg)

```
[![Health](https://phpackages.com/badges/sidecloud-appleauto-php/health.svg)](https://phpackages.com/packages/sidecloud-appleauto-php)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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