PHPackages                             ajta30/laravellimesurveyapi - 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. ajta30/laravellimesurveyapi

ActiveLibrary[API Development](/categories/api)

ajta30/laravellimesurveyapi
===========================

Laravel wrapper for the LimeSurvey RemoteControl2 API

v1(2y ago)041MITPHP

Since Jul 12Pushed 8mo agoCompare

[ Source](https://github.com/Ajta30/laravellimesurveyapi)[ Packagist](https://packagist.org/packages/ajta30/laravellimesurveyapi)[ RSS](/packages/ajta30-laravellimesurveyapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel LimeSurvey API Wrapper
==============================

[](#laravel-limesurvey-api-wrapper)

A Laravel wrapper for the LimeSurvey RemoteControl2 API.

By default, API access via Remotecontrol2 is disabled, follow the instructions at ([https://manual.limesurvey.org/RemoteControl\_2\_API](https://manual.limesurvey.org/RemoteControl_2_API)) to enable it.

Getting Started
---------------

[](#getting-started)

This package can be installed using the following composer command from the root of your Laravel project.

```
   $ composer require "neilherbertuk/laravellimesurveyapi: dev-master"
```

In Laravel 5.5+ this package should be auto-discovered, however if you are using an earlier version or Laravel add the following service provider and facade in the `config/app.php` file:

```
    'providers' => [
        // ...
        neilherbertuk\laravellimesurveyapi\LaravelLimesurveyApiProvider::class,
    ];
```

```
    'aliases' => [
        // ...
        'LimeSurveyAPI' => neilherbertuk\laravellimesurveyapi\Facades\LimeSurveyAPI::class,
    ];
```

### Publish Config (Optional)

[](#publish-config-optional)

By default, the configuration is set within the .env file, however, if you wish to override this, please publish the config file.

```
   $ php artisan vendor:publish --provider="neilherbertuk\laravellimesurveyapi\LaravelLimesurveyApiProvider"

```

### Configure

[](#configure)

Add to following to your `.env` file. The `LIMESURVEY_URL` setting must match the url listed on the `Global Settings` -&gt; `Interfaces` page.

```
LIMESURVEY_URL=
LIMESURVEY_USERNAME=
LIMESURVEY_PASSWORD=
```

Usage
-----

[](#usage)

TODO

Credit
------

[](#credit)

Based on [du-lei/limesurvey-api-handle](https://github.com/du-lei/limesurvey-api-handle)

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance45

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a260a4db4902aebceb2b79b3e621ce47d864da7d4367968c9b7810a720c2f5c?d=identicon)[Ajta30](/maintainers/Ajta30)

---

Top Contributors

[![Ajta30](https://avatars.githubusercontent.com/u/50527368?v=4)](https://github.com/Ajta30 "Ajta30 (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ajta30-laravellimesurveyapi/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M452](/packages/google-gax)

PHPackages © 2026

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