PHPackages                             helsingborg-stad/api-volunteer-manager - 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. helsingborg-stad/api-volunteer-manager

ActiveWordpress-plugin[API Development](/categories/api)

helsingborg-stad/api-volunteer-manager
======================================

Creates a api that may be used to manage volunteer assignments

0.5.1(2mo ago)15.4k1[1 PRs](https://github.com/helsingborg-stad/api-volunteer-manager/pulls)MITPHP

Since Apr 4Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/helsingborg-stad/api-volunteer-manager)[ Packagist](https://packagist.org/packages/helsingborg-stad/api-volunteer-manager)[ RSS](/packages/helsingborg-stad-api-volunteer-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (23)Used By (0)

[![Contributors](https://camo.githubusercontent.com/79fb44ace323fdb398b2c9285e84be0f0544ef7b08a0fce09c514f0fbdbef5f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f68656c73696e67626f72672d737461642f6170692d766f6c756e746565722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/helsingborg-stad/api-volunteer-manager/graphs/contributors)[![Forks](https://camo.githubusercontent.com/f287fd7f6c515e32b7036c0b99d6827735cfad116e53b10e4cced6fa86f158cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f68656c73696e67626f72672d737461642f6170692d766f6c756e746565722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/helsingborg-stad/api-volunteer-manager/network/members)[![Stargazers](https://camo.githubusercontent.com/21903089efb5f1e3bf199a25f8006e715cc15c7db727cc37ee2eb13ce199c8ca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f68656c73696e67626f72672d737461642f6170692d766f6c756e746565722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/helsingborg-stad/api-volunteer-manager/stargazers)[![Issues](https://camo.githubusercontent.com/8022eefaa50b571f33175e07618dc79d173a1769d925c8195aa119a2bceef2ce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f68656c73696e67626f72672d737461642f6170692d766f6c756e746565722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/helsingborg-stad/api-volunteer-manager/issues)[![License](https://camo.githubusercontent.com/3dbaac4238134b9c1882ce227a2b1c097f545351ec738e2a3164b6fc4fd0c624/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68656c73696e67626f72672d737461642f6170692d766f6c756e746565722d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/helsingborg-stad/api-volunteer-manager/master/LICENSE)

### Volunteer Manager

[](#volunteer-manager)

 Creates a api that may be used to manage volunteer assignments
 [Report Bug](https://github.com/helsingborg-stad/api-volunteer-manager/issues) · [Request Feature](https://github.com/helsingborg-stad/api-volunteer-manager/issues)

Table of Contents
-----------------

[](#table-of-contents)

- [Table of Contents](#table-of-contents)
- \[About Volunteer Manager\](#about-Volunteer Manager)
    - [Built With](#built-with)
- [Getting Started](#getting-started)
    - [Prerequisites](#prerequisites)
    - [Installation](#installation)
- [Usage](#usage)
- [Deploy](#deploy)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)

About Volunteer Manager
-----------------------

[](#about-volunteer-manager)

[![Volunteer Manager Screen Shot](images/screenshot.png)](https://example.com)

Here's a blank template to get started:

### Built With

[](#built-with)

- PHP
- NPM
- Webpack
- Modularity

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

[](#getting-started)

To get a local copy up and running follow these simple steps.

### Prerequisites

[](#prerequisites)

This is an example of how to list things you need to use the software and how to install them (mac os).

- composer

```
brew install composer
```

- npm

```
brew install node
```

### Installation

[](#installation)

1. Clone the repo

```
git clone https://github.com/helsingborg-stad/api-volunteer-manager.git
```

2. Install and build NPM packages

```
npm install && npm run build
```

3. Install composer packages

```
composer install
```

Usage
-----

[](#usage)

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

*For more examples, please refer to the [Documentation](https://example.com)*

Deploy
------

[](#deploy)

Instructions for deploys.

Development environment
-----------------------

[](#development-environment)

Devcontainer can be used for development.

1. To start the development environment, open the project in Visual Studio Code and then select "Reopen in Container" from the quick actions menu.
2. When the container is started, run the following commands to install the necessary dependencies: `php build.php`.
3. Then run `composer install`.
4. You should then be able to access the project in your browser. You will find the exposed port in the ports section Visual Studio Code.
5. When accessing the project in the browser, you will need to go through the WordPress installation process.
6. Install required plugin `Advanced Custom Fields PRO`.
7. Activate the plugin `Volunteer Manager`.

Constants
---------

[](#constants)

### Google Maps API

[](#google-maps-api)

Google Maps API key with **Maps JavaScript API** enabled.

```
define('GOOGLE_API_KEY', 'xyz');

```

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/helsingborg-stad/api-volunteer-manager/issues) for a list of proposed features (and known issues).

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

License
-------

[](#license)

Distributed under the [MIT License](https://raw.githubusercontent.com/helsingborg-stad/api-volunteer-manager/master/LICENSE).

Acknowledgements
----------------

[](#acknowledgements)

- [othneildrew Best README Template](https://github.com/othneildrew/Best-README-Template)

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~52 days

Recently: every ~133 days

Total

21

Last Release

84d ago

### Community

Maintainers

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

---

Top Contributors

[![jonatanhanson](https://avatars.githubusercontent.com/u/21363149?v=4)](https://github.com/jonatanhanson "jonatanhanson (77 commits)")[![zilaei](https://avatars.githubusercontent.com/u/186287?v=4)](https://github.com/zilaei "zilaei (40 commits)")[![nRamstedt](https://avatars.githubusercontent.com/u/16800993?v=4)](https://github.com/nRamstedt "nRamstedt (19 commits)")[![camitzdennis](https://avatars.githubusercontent.com/u/153924153?v=4)](https://github.com/camitzdennis "camitzdennis (12 commits)")[![thorbrink](https://avatars.githubusercontent.com/u/1064724?v=4)](https://github.com/thorbrink "thorbrink (3 commits)")[![sebastianthulin](https://avatars.githubusercontent.com/u/797129?v=4)](https://github.com/sebastianthulin "sebastianthulin (2 commits)")[![Svanmark](https://avatars.githubusercontent.com/u/457482?v=4)](https://github.com/Svanmark "Svanmark (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/helsingborg-stad-api-volunteer-manager/health.svg)

```
[![Health](https://phpackages.com/badges/helsingborg-stad-api-volunteer-manager/health.svg)](https://phpackages.com/packages/helsingborg-stad-api-volunteer-manager)
```

###  Alternatives

[google/apiclient

Client library for Google APIs

9.8k191.4M997](/packages/google-apiclient)[docusign/esign-client

The Docusign PHP library makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-php-client repository. Join the eSign revolution!

2087.4M13](/packages/docusign-esign-client)[messagebird/php-rest-api

MessageBird REST API client for PHP

1589.4M22](/packages/messagebird-php-rest-api)[get-stream/stream

A PHP client for Stream (https://getstream.io)

1451.3M8](/packages/get-stream-stream)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)

PHPackages © 2026

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