soapbox / agenda-template-client
Client to communicate with the SoapBox Agenda Template Service
v7.0
2021-06-14 18:11 UTC
Requires
- art4/json-api-client: ^1.0
- illuminate/support: ^8.0
- jshayes/fake-requests: ^5.0
- soapbox/signed-requests: ^5.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-27 16:43:04 UTC
README
Client to interact with GoodTalk Agenda Template API
Used in
-
Currently it calls the Agenda Template API to get the individual template using slug Retrieve Template API
Release Process
- Create a new branch off master, push your changes
- After approval, merge them into master
- Go to Releases and draft a new release
- Go to Packagist](https://packagist.org/packages/soapbox/agenda-template-client) and make sure the updated release shows up. Otherwise click on
Update
on the packagist page.
Usage
Install
> composer require soapbox/agenda-template-client
Update
- Update your composer.json to include the latest version Packagist
- composer update
> composer update soapbox/agenda-template-client