PHPackages                             ccaglayan/foxhole-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. ccaglayan/foxhole-php

ActiveLibrary[API Development](/categories/api)

ccaglayan/foxhole-php
=====================

Foxhole War API

0.1.0(6y ago)12UnlicensePHPPHP &gt;=5.4

Since Jul 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ccaglayan/foxhole-php)[ Packagist](https://packagist.org/packages/ccaglayan/foxhole-php)[ Docs](https://github.com/ccaglayan/foxhole-php)[ RSS](/packages/ccaglayan-foxhole-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

FoxHole-PHP
===========

[](#foxhole-php)

Foxhole game [warapi](https://github.com/clapfoot/warapi)

#### Composer require command

[](#composer-require-command)

`composer require ccaglayan/foxhole-php`

Usage
-----

[](#usage)

It is fairly easy to use. I'll throw in an example.

```
use FoxHolePHP\Client;

$client = new Client();
try{
    $client->getWar(); // Get Active War Details
    $client->getMaps(); // Get Active Maps
    $client->getMapReport(MapName) //Get Selected Map War Detail
    $client->getStaticMapData(MapName) // Get Selected Map Static Data
    $client->getDynamicMapData(MapName) // Get Selected Map Dynamic Data

}catch(\FoxHolePHP\FoxHoleException $e) {
    echo 'Error:'.$e->getMessage().'--'.$e->getCode();
    exit;
}
```

Contributing
------------

[](#contributing)

Pull requests and issues are open!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c1ce22cbe0518b684030c006a33bd5839f881c45019ee1e050e3556bddf9cbc?d=identicon)[ccaglayan](/maintainers/ccaglayan)

---

Top Contributors

[![ccaglayan](https://avatars.githubusercontent.com/u/108281?v=4)](https://github.com/ccaglayan "ccaglayan (2 commits)")

---

Tags

apifoxholefoxhole-gamefoxhole-war-apifoxhole-warapigamelibraryphpphpapilibrarygamefoxholefoxhole-warapifoxhole-war-apifoxhole-game

### Embed Badge

![Health badge](/badges/ccaglayan-foxhole-php/health.svg)

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

###  Alternatives

[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[getjump/vk

Library for work with API Vk.com

19948.5k](/packages/getjump-vk)[mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

6385.1k1](/packages/mikealmond-musicbrainz)

PHPackages © 2026

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