https://github.com/os2forms/os2forms_get_organized
https://github.com/os2forms/os2forms_get_organized
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/os2forms/os2forms_get_organized
- Owner: OS2Forms
- Created: 2023-03-13T13:40:08.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-13T08:34:45.000Z (about 1 year ago)
- Last Synced: 2025-04-05T08:04:43.758Z (12 months ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# OS2Forms GetOrganized
Adds [GetOrganized](https://www.getorganized.net/) handler for archiving purposes.
## Installation
```sh
composer require os2forms/os2forms_get_organized
vendor/bin/drush pm:enable os2forms_get_organized
```
## Settings
Set GetOrganized `username`, `password` and `base url`
on `/admin/os2forms_get_organized/settings`.
You can also test that the provided
details work on `/admin/os2forms_get_organized/settings`.
## Coding standards
Check coding standards:
```sh
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer install
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer coding-standards-check
```
Apply coding standards:
```shell
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer coding-standards-apply
docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-apply
```