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. mralston/iq

ActiveLibrary

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

Package for working with IQ CRM.

v1.0.16(4mo ago)0230↓50%1MITPHP

Since May 11Pushed 4mo 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 1mo ago

READMEChangelog (10)Dependencies (2)Versions (18)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

41

—

FairBetter than 89% of packages

Maintenance78

Regular maintenance activity

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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 ~38 days

Recently: every ~27 days

Total

17

Last Release

122d 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 (29 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)")

---

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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[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)
