PHPackages                             calderawp/edd-sl-queries - 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. [Database &amp; ORM](/categories/database)
4. /
5. calderawp/edd-sl-queries

ActiveLibrary[Database &amp; ORM](/categories/database)

calderawp/edd-sl-queries
========================

Useful queries for Easy Digital Downloads Software Licensing.

210PHP

Since Dec 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/CalderaWP/edd-sl-queries)[ Packagist](https://packagist.org/packages/calderawp/edd-sl-queries)[ RSS](/packages/calderawp-edd-sl-queries/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

edd-sl-queries
==============

[](#edd-sl-queries)

Useful queries for Easy Digital Downloads Software Licensing.

**Requires PHP 7.0 or later**

These queries are also avaible via REST API using our [EDD Software Licensing Endpoints](https://github.com/CalderaWP/edd-sl-api) plugin.

Install
-------

[](#install)

```
  "repositories" : [
    {
      "type": "git",
      "url" : "https://github.com/CalderaWP/edd-sl-queries"
    }
  ],
  "require": {
    "php": ">=7.0.0",
    "CalderaWP/edd-sl-queries": "dev-master"
  }

```

Usage
-----

[](#usage)

- URLs of all sites with an activated license:

```
  $sl = new \CalderaWP\EDD\SL\sites();
  $sites = $sl->get_all();

```

- URLs of all sites with an active license for a specific download

```
  $sl = new \CalderaWP\EDD\SL\sites();
  $sites = $sl->get_by_download(42);

```

- URLs of all sites with an active license for a specific user

```
  $sl = new \CalderaWP\EDD\SL\sites();
  $sites = $sl->get_user_sites(42);

```

### Copyright/ License

[](#copyright-license)

Copyright 2016 Josh Pollock &amp; CalderaWP LLC. Licensed under the terms of the GNU GPL v2 or later.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

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/ca938daf3f2a666cd32c7bdb6e30714da6fe0e6cd5012fe4864b18afae43fbcd?d=identicon)[Shelob9](/maintainers/Shelob9)

---

Top Contributors

[![Shelob9](https://avatars.githubusercontent.com/u/1994311?v=4)](https://github.com/Shelob9 "Shelob9 (8 commits)")

### Embed Badge

![Health badge](/badges/calderawp-edd-sl-queries/health.svg)

```
[![Health](https://phpackages.com/badges/calderawp-edd-sl-queries/health.svg)](https://phpackages.com/packages/calderawp-edd-sl-queries)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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