PHPackages                             mikeyp/veelo-api-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mikeyp/veelo-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mikeyp/veelo-api-client
=======================

Webservice client for Veelo Inc API.

0.4.0(9y ago)22.7kGPL-2.0PHP

Since Mar 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mikeyp/veelo-api-client)[ Packagist](https://packagist.org/packages/mikeyp/veelo-api-client)[ Docs](https://github.com/mikeyp/veelo-api-client)[ RSS](/packages/mikeyp-veelo-api-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Veelo API client
================

[](#veelo-api-client)

This is a PHP library for accessing the [Veelo API](https://home.veeloapp.com/docs/).

Install
-------

[](#install)

Add this requirement to your `composer.json` file:

```
"require": {
    "mikeyp/veelo-api-client": "@stable"
}

```

Usage
-----

[](#usage)

Example:

```
use \VeeloApi\VeeloApiClient;

// Initialize the client.
$client = VeeloApiClient::create();

// Get an authorization token.
$response = $client->generateToken('user@example.com', 'password');
echo $response['token'];

// Initialize the client with a token.
$client = VeeloApiClient::create(['token' => $token]);

// List admin groups.
$response = $client->listAdminGroups();

// List circles in an admin group.
$response = $client->listCircles($admingroup_id);

// Upload a file.
$response = $client->uploadFile($admingroup_id, fopen('path/to/file.pdf', 'r'));
```

To do
-----

[](#to-do)

1. Finish operations for Users and Admingroups
2. Tests

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~2 days

Total

4

Last Release

3372d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cedff4ed84a3a40eb7f7219afb06e90eda653bb6bfaa1646af1a106f98408aa5?d=identicon)[mikeyp](/maintainers/mikeyp)

---

Top Contributors

[![mikeyp](https://avatars.githubusercontent.com/u/203269?v=4)](https://github.com/mikeyp "mikeyp (15 commits)")

---

Tags

clientrestveeloveelo-apiwebserviceclientrestweb serviceveelo

### Embed Badge

![Health badge](/badges/mikeyp-veelo-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/mikeyp-veelo-api-client/health.svg)](https://phpackages.com/packages/mikeyp-veelo-api-client)
```

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

44512.4M57](/packages/eightpoints-guzzle-bundle)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.5k](/packages/ismaeltoe-osms)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

12261.2k1](/packages/e-moe-guzzle6-bundle)

PHPackages © 2026

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