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

ActiveLibrary[API Development](/categories/api)

neilherbertuk/laravellimesurveyapi
==================================

Laravel wrapper for the LimeSurvey RemoteControl2 API

67473PHP

Since Sep 7Pushed 7y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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/4aa64a1d968b51867982bbeee54ff66de1325d6c093018f17d33d6eede5d482c?d=identicon)[neilherbertuk](/maintainers/neilherbertuk)

---

Tags

laravellimesurvey

### Embed Badge

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

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

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