PHPackages                             smartoysters/farmopsx-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. smartoysters/farmopsx-api

ActiveLibrary[API Development](/categories/api)

smartoysters/farmopsx-api
=========================

FarmOpsX API client for PHP

06.5kPHP

Since Sep 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SmartOysters/farmopsx-api)[ Packagist](https://packagist.org/packages/smartoysters/farmopsx-api)[ RSS](/packages/smartoysters-farmopsx-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FarmOpsX-API PHP Package
========================

[](#farmopsx-api-php-package)

[![Build Status](https://camo.githubusercontent.com/865b1c069047aa592f0881dacef79502e03f57c3f734a09f2019a4aeae9c0c10/68747470733a2f2f7472617669732d63692e636f6d2f536d6172744f7973746572732f6661726d6f7073782d6170692e7376673f6272616e63683d6d61696e)](https://travis-ci.com/SmartOysters/farmopsx-api)

This package provides a complete **framework agnostic** FarmOpsX API client library for PHP.

Feel free to drop me a message at **** or tweet me at [@frodosghost](https://twitter.com/frodosghost).

Documentation
=============

[](#documentation)

No documentation, just yet.

Installation
============

[](#installation)

You can install the package via `composer require` command:

```
composer require smartoysters/farmopsx-api
```

Or simply add it to your composer.json dependences and run `composer update`:

```
"require": {
    "smartoysters/farmopsx-api": "^1.0"
}
```

Usage
=====

[](#usage)

```
$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx';

$farmopsx = new \SmartOysters\FarmOpsX\FarmOpsX($token);
```

Guzzle Client Options
---------------------

[](#guzzle-client-options)

The options value in the constructor allows configuration for the [Guzzle Client](https://github.com/guzzle/guzzle/blob/master/src/Client.php#L27) to set any number of default request options.

```
$options = [
    'timeout'         => 0,
    'allow_redirects' => false,
    'proxy'           => '192.168.16.1:10'
];

$farmopsx = new \SmartOysters\FarmOpsX\FarmOpsX($token, $uri, $options);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 79.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/560bd90722157870b6a81651807fca5794a983cb52642922f8aaeb80b4146868?d=identicon)[frodosghost](/maintainers/frodosghost)

---

Top Contributors

[![frodosghost](https://avatars.githubusercontent.com/u/103463?v=4)](https://github.com/frodosghost "frodosghost (38 commits)")[![liamclaridge444](https://avatars.githubusercontent.com/u/72123211?v=4)](https://github.com/liamclaridge444 "liamclaridge444 (10 commits)")

### Embed Badge

![Health badge](/badges/smartoysters-farmopsx-api/health.svg)

```
[![Health](https://phpackages.com/badges/smartoysters-farmopsx-api/health.svg)](https://phpackages.com/packages/smartoysters-farmopsx-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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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