PHPackages                             prayno/moveon-api-rest - 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. prayno/moveon-api-rest

ActiveLibrary[API Development](/categories/api)

prayno/moveon-api-rest
======================

MoveOn Rest API

1.0.1(2mo ago)017↓75%MITPHPPHP &gt;=8.1

Since Mar 24Pushed 2mo agoCompare

[ Source](https://github.com/PRayno/moveon-rest-api)[ Packagist](https://packagist.org/packages/prayno/moveon-api-rest)[ RSS](/packages/prayno-moveon-api-rest/feed)WikiDiscussions main Synced 3w ago

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

MoveOn REST API Symfony bundle
==============================

[](#moveon-rest-api-symfony-bundle)

MoveOn () is an application used to manage International Mobility between universities and schools (Erasmus program for example). This package is a Symfony bundle for the MoveOn API.

Installation
------------

[](#installation)

Install the library via Composer by running the following command:

`composer require prayno/moveon-rest-api`

### Prerequisites

[](#prerequisites)

Prior to usage, you must contact your MoveON technical rep to activate the API in your MoveON instance.

### Configuration

[](#configuration)

This package includes a Symfony bundle already registered to your instance. All you need to do is to add those variables in the .env file of the Symfony app :

> MOVEON\_REST\_API\_BASE\_URI="" MOVEON\_REST\_API\_USERNAME="" MOVEON\_REST\_API\_PASSWORD="MyComplexPassword"

Usage
-----

[](#usage)

Please refer to the API documentation in the following url :
[https://qsunisolution.zendesk.com/hc/en-us/articles/25476553829276-1-14-RESTful-API?brand\_id=290751](https://qsunisolution.zendesk.com/hc/en-us/articles/25476553829276-1-14-RESTful-API?brand_id=290751)

Inject the MoveOnRestApi class into your constructor.

```
public function __construct(private readonly MoveOnRestApi $moveOnRestApi)
{
    parent::__construct();
}
```

### Search for elements

[](#search-for-elements)

```
$relations = $this->moveOnRestApi->search('relations', [
    ["field"=>"relation_status_id","operator"=>"in","value"=>"1,2"]
],10);
```

### Update elements

[](#update-elements)

```
$this->moveOnRestApi->update("relations",1234,["customField"=>
    ["customfield1234"=>"foo","customfield4567"=>"bar"]
]);
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance83

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Every ~1 days

Total

2

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbec865dcc9427588dff8cad0caebbfc5ce12fbc748796c6a59a62540acd0dce?d=identicon)[prayno](/maintainers/prayno)

---

Top Contributors

[![PRayno](https://avatars.githubusercontent.com/u/13433390?v=4)](https://github.com/PRayno "PRayno (3 commits)")

### Embed Badge

![Health badge](/badges/prayno-moveon-api-rest/health.svg)

```
[![Health](https://phpackages.com/badges/prayno-moveon-api-rest/health.svg)](https://phpackages.com/packages/prayno-moveon-api-rest)
```

###  Alternatives

[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1229.6k2](/packages/storyblok-php-management-api-client)

PHPackages © 2026

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