PHPackages                             milestone/leapi - 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. milestone/leapi

ActiveLaravel-package[API Development](/categories/api)

milestone/leapi
===============

Laravel ePlus API

0.2.1(3y ago)05PHP

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MilestoneInnovativeTechnologies/LeAPI)[ Packagist](https://packagist.org/packages/milestone/leapi)[ RSS](/packages/milestone-leapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

### Installation

[](#installation)

Include package
`composer require milestone/leapi`

Publish
`php artisan vendor:publish`

Add clients in config &gt; leapi.php
in the format
`'key' => 'name'`
Can add as many client required..

Once done, things are ready, Data can be fetched as per the below details...

URL Format:
/leapi/{`client`}/{`action`}/{`table`}

`client` any key added in config &gt; leapi.php
`action` get or set, for getting or setting data respectively `table` the name of the table from where the data required

#### `get` Parameters

[](#get-parameters)

`id=1` `id=10,11` for getting data of specified id
`limit=0,100` for getting 100 number of data after skipping 0 records.
`count` if the parameters have a key named count, then the count of query will be returned
`fields=id` `fields=date,progress` returns only specified columns only
`order_by=id,asc` to sort records by id in ascending order. supported directions are asc,desc

##### Conditions

[](#conditions)

conditions can be given by
`=value` Ex: `id=4`,`progress=billed`.
If other than equal operator, it should be given as `_operator=` this will fetch records having date greater than 2022-10-31 18:15:00 If there is no operator given, and values are given as coma seperated like completed,served, then operator will be assigned as `in`
Ex: `progress=completed,served` will fetch all records having progress as `completed` or `served`

##### Aggregator functions

[](#aggregator-functions)

`max=price` returns the maximum value of price. `max=id` this will return maximum of id. If passed without value, then `max=id` will be considered
`min=price` returns the minimum value of price. `min=id` this will return minimum of id. If passed without value, then `min=id` will be considered
`avg=price` returns the average value of price. `avg=id` this will return average of id. If passed without value, then `avg=id` will be considered
`sum=price` returns the sum value of price. `sum=id` this will return sum of id. If passed without value, then `sum=id` will be considered

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~1 days

Total

3

Last Release

1307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e86f2e701d34c3d7cb2be9451d4590ace81a6fa92df95256d36e413ce141b61d?d=identicon)[milestone-it](/maintainers/milestone-it)

---

Top Contributors

[![firumon](https://avatars.githubusercontent.com/u/14584619?v=4)](https://github.com/firumon "firumon (5 commits)")

### Embed Badge

![Health badge](/badges/milestone-leapi/health.svg)

```
[![Health](https://phpackages.com/badges/milestone-leapi/health.svg)](https://phpackages.com/packages/milestone-leapi)
```

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