PHPackages                             simons/dailymile-php-wrapper - 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. simons/dailymile-php-wrapper

ActiveLibrary[API Development](/categories/api)

simons/dailymile-php-wrapper
============================

PHP wrapper around dailymile API

2178PHP

Since Dec 30Pushed 12y ago1 watchersCompare

[ Source](https://github.com/simons/dailymile-php-wrapper)[ Packagist](https://packagist.org/packages/simons/dailymile-php-wrapper)[ RSS](/packages/simons-dailymile-php-wrapper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

dailymile-php-wrapper [![Build Status](https://camo.githubusercontent.com/2892f6cb059b5c8b2e6a3ad54dbd178fbe627aa164bf164cf691a1fe4453177a/68747470733a2f2f7472617669732d63692e6f72672f53696d6f6e532f6461696c796d696c652d7068702d777261707065722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/SimonS/dailymile-php-wrapper)
=========================================================================================================================================================================================================================================================================================================================================

[](#dailymile-php-wrapper-)

Simple wrapper around the Dailymile API

Usage:
------

[](#usage)

```
$client = new DailymilePHP\Client;

// Get entries:
$client->getEntries(['page' => '2']);

// Get latest nearby entries
$client->getNearby(['latitude' => '37.77916', 'longitude' => '-122.420049']);

// Get latest entries of specific unprotected username
$client->getEntries(['username' => 'simons']);

// Get all entries between specified times
$client->getEntries(['username' => 'simons', 'since' => '1325462400', 'until' => '1330387200', 'page' => 'all']);

//Get individual entry
$client->getEntry(['id' => '22399']);

// Get person
$client->getPerson(['username' => 'simons']);

// Get person's friends
$client->getFriends(['username' => 'simons']);

// Get person's routes
$client->getRoutes(['username' => 'simons']);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67452c3c23daead20818a1cce03c7a5a764ac03feca1fd818c9f4e975db2538f?d=identicon)[simonscarfe](/maintainers/simonscarfe)

---

Top Contributors

[![SimonS](https://avatars.githubusercontent.com/u/1513?v=4)](https://github.com/SimonS "SimonS (36 commits)")

### Embed Badge

![Health badge](/badges/simons-dailymile-php-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/simons-dailymile-php-wrapper/health.svg)](https://phpackages.com/packages/simons-dailymile-php-wrapper)
```

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