Skip to content

TomTheDragon/FurAffinity-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

FurAffinity-API-PHP

Class for work with FurAffinity.Net
Example: example.php

How to use

Include:

require_once("furaffinity.class.php");

Initialization:

$settings = array(
  "username" => "PUT_YOUR_USERNAME",
  "a" => "PUT_YOUR_A_COOKIE",
  "b" => "PUT_YOUR_B_COOKIE"
);

$fa = new FurAffinityAPI($settings);

Use:

$submission = $fa->getById(22872063);
echo $submission["author"]; // Falvie

About

The class for work with FurAffinity.Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages