承接 d1kdat/furaffinity-api-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

d1kdat/furaffinity-api-php

最新稳定版本:2.1.12

Composer 安装命令:

composer require d1kdat/furaffinity-api-php

包简介

FurAffinity scraper API in PHP

README 文档

README

GitHub release Supported PHP Version Software License Packagist

A lightweight and modern PHP library for interacting with FurAffinity through HTML parsing.
Provides functionality for reading submissions, checking user activity, toggling favorites/watches, and working with the message center.

⚠️ This project is unofficial and not affiliated with FurAffinity.net. Use at your own discretion.

📦 Installation

You can install the library via Composer:

composer require d1kdat/furaffinity-api-php

This will automatically pull the latest version from Packagist and configure autoloading.

✅ Requirements

  • PHP 8.1 or higher
  • PHP extensions:
    • curl
    • iconv
    • pcre

🚀 Quick Usage

use FurAffinity\Exchange;

$settings = [
    'username' => 'your_username',
    'a' => 'cookie_a',
    'b' => 'cookie_b',
];

$fa = new Exchange($settings);

$submission = $fa->getById(22872063);

if ($submission !== false) {
    print_r($submission);
}

📚 Features

  • 🔍 Get submission data by ID
  • ⭐ Toggle favorites
  • 👤 Toggle watch/unwatch
  • ✅ Check login state
  • 👁️ Check if a user exists
  • 📥 Read your watchlist
  • 📫 Read and remove new message center submissions

📂 Examples

See examples/ for ready-to-run scripts:

Each example uses config.php or falls back to config.example.php for authentication.

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固