PHPackages                             acgy/flashforge-finder-php-api - 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. acgy/flashforge-finder-php-api

ActiveLibrary[API Development](/categories/api)

acgy/flashforge-finder-php-api
==============================

Flashforge Finder unofficial API

35PHP

Since May 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/acgy/flashforge-finder-php-api)[ Packagist](https://packagist.org/packages/acgy/flashforge-finder-php-api)[ RSS](/packages/acgy-flashforge-finder-php-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flashforge Finder php API
=========================

[](#flashforge-finder-php-api)

This is an unofficial php API for the Flashforge Finder inspired from . It allows to request status information from the printer like temperature, progress, etc. It may also work for other Flashforge printer models but has only been tested on the Finder.

Warning
-------

[](#warning)

Use this API at your own risk. It may of course have bugs.

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

[](#installation)

This package is installed via [Composer](https://getcomposer.org/).

Run the following to require the package

```
    composer require acgy/flashforge-finder-php-api
```

Usage
-----

[](#usage)

Instanciate the printer with IP address and port (port is optionnal, specify it only if you're not using the 9988 default port).

Example output:

```
$printer = new \Acgy\FlashforgeApi\Printer("192.168.0.5");
print_r($printer->get('progress'));
/*
Array
(
    [1] => 543
    [2] => 1000
)
*/
```

If you want to display the full text returned by the printer, use the verbose mode

### Available commands (in verbose mode)

[](#available-commands-in-verbose-mode)

```
echo $printer->get('control', true);
/*
CMD M601 Received.
Control Success.
ok
*/

echo $printer->get('info', true);
/*
CMD M115 Received.
Machine Type: Flashforge Finder
Machine Name: My 3D Printer
Firmware: ***********
SN: *******
X: 140 Y: 140 Z: 140
Tool Count:1
ok
*/

echo $printer->get('position', true);
/*
CMD M114 Received.
X:0 Y:0 Z:0 A:0 B:0
ok
*/

echo $printer->get('temperature', true);
/*
CMD M105 Received.
T0:210 /210 B:0/0
ok
*/

echo $printer->get('progress', true);
/*
CMD M27 Received.
SD printing byte 543/1000
ok
*/

echo $printer->get('status', true);
/*
MD M119 Received.
Endstop: X-max:1 Y-max:0 Z-max:1
MachineStatus: READY
MoveMode: READY
Status: S:1 L:0 J:0 F:0
ok
*/
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1602d1c92b6f5a756a23f95d004cd3ee2a6a93fb17503103cc62b5ed85febf3a?d=identicon)[acgy](/maintainers/acgy)

### Embed Badge

![Health badge](/badges/acgy-flashforge-finder-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/acgy-flashforge-finder-php-api/health.svg)](https://phpackages.com/packages/acgy-flashforge-finder-php-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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