PHPackages                             mralston/iq - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mralston/iq

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mralston/iq
===========

Package for working with IQ CRM.

v1.0.18(2mo ago)0532↑193.8%2MITPHP

Since May 11Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/mralston/iq)[ Packagist](https://packagist.org/packages/mralston/iq)[ Docs](https://github.com/mralston/iq)[ RSS](/packages/mralston-iq/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (4)Versions (20)Used By (0)

IQ Solar
========

[](#iq-solar)

Introduction
------------

[](#introduction)

This package provides a way to work with the IQ Solar database.

Config
------

[](#config)

This package uses the `iq` database connection. Add the following to `config/database.php`:

```
'iq' => [
    'driver' => 'sqlsrv',
    'url' => env('IQ_DATABASE_URL'),
    'host' => env('IQ_DB_HOST'),
    'port' => env('IQ_DB_PORT', 1433),
    'database' => env('IQ_DB_DATABASE'),
    'username' => env('IQ_DB_USERNAME'),
    'password' => env('IQ_DB_PASSWORD'),
    'charset' => 'utf8',
    'prefix' => '',
    'prefix_indexes' => true,
],
```

The database connection can then be set up as follows in the .env file:

```
IQ_DB_HOST=
IQ_DB_DATABASE=
IQ_DB_USERNAME=
IQ_DB_PASSWORD=
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please [e-mail security vulnerabilities directly to me](mailto:matt@mralston.co.uk).

Licence
-------

[](#licence)

Package is open-sourced software licenced under the [MIT license](LICENSE.md).

IQ Solar is produced by and remains copyright of [Lewis John Limited](https://www.lewis-john.co.uk/).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance85

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.8% 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 ~39 days

Recently: every ~23 days

Total

19

Last Release

78d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/248387?v=4)[Matt](/maintainers/mralston)[@mralston](https://github.com/mralston)

---

Top Contributors

[![mralston](https://avatars.githubusercontent.com/u/248387?v=4)](https://github.com/mralston "mralston (31 commits)")[![Mattsolar123](https://avatars.githubusercontent.com/u/105371443?v=4)](https://github.com/Mattsolar123 "Mattsolar123 (4 commits)")[![aarcarrpbe](https://avatars.githubusercontent.com/u/136246048?v=4)](https://github.com/aarcarrpbe "aarcarrpbe (1 commits)")[![Cyapow](https://avatars.githubusercontent.com/u/5711362?v=4)](https://github.com/Cyapow "Cyapow (1 commits)")

---

Tags

mralstoniq

### Embed Badge

![Health badge](/badges/mralston-iq/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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