Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2forms/os2forms_get_organized
https://github.com/os2forms/os2forms_get_organized
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/os2forms/os2forms_get_organized
- Owner: OS2Forms
- Created: 2023-03-13T13:40:08.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-12T08:10:55.000Z (4 months ago)
- Last Synced: 2024-10-12T18:16:00.567Z (3 months ago)
- Language: PHP
- Size: 33.2 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
```