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. [API Development](/categories/api)
4. /
5. mikeyp/veelo-api-client

ActiveLibrary[API Development](/categories/api)

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 2mo ago

READMEChangelogDependenciesVersions (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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

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

3321d ago

### Community

---

Top Contributors

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

---

Tags

clientrestveeloveelo-apiwebservice

### 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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M453](/packages/google-gax)

PHPackages © 2026

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