{"id":42591910,"url":"https://github.com/threadi/wp-personio-integration-light","last_synced_at":"2026-05-11T10:02:12.553Z","repository":{"id":57754845,"uuid":"508716559","full_name":"threadi/wp-personio-integration-light","owner":"threadi","description":"Provides import for Personio-based positions and multiple ways to present them in Wordpress-Websites.","archived":false,"fork":false,"pushed_at":"2026-05-02T14:45:25.000Z","size":11756,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-02T16:29:18.285Z","etag":null,"topics":["personio","wordpress-gutenberg-block-plugin","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/personio-integration-light/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threadi.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-29T14:04:14.000Z","updated_at":"2026-05-02T14:45:29.000Z","dependencies_parsed_at":"2023-09-25T17:22:55.541Z","dependency_job_id":"ae7fcd35-ce3a-4c76-8ae6-d14f34d64e04","html_url":"https://github.com/threadi/wp-personio-integration-light","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/threadi/wp-personio-integration-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fwp-personio-integration-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fwp-personio-integration-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fwp-personio-integration-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fwp-personio-integration-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threadi","download_url":"https://codeload.github.com/threadi/wp-personio-integration-light/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fwp-personio-integration-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32889972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["personio","wordpress-gutenberg-block-plugin","wordpress-plugin"],"created_at":"2026-01-28T23:13:59.245Z","updated_at":"2026-05-11T10:02:12.547Z","avatar_url":"https://github.com/threadi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personio Integration Light\n\n## About\n\nThis repository provides the features for the Light version of the WordPress plugin _Personio Integration_. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.\n\n## Responsive Disclosure\n\nWe take security seriously. If you notice anything that could affect security, please send us a confidential message at [security@laolaweb.com](mailto:security@laolaweb.com).\n\n## Preparations\n\nAdd this in your _wp-config.php_ for development:\n\n```\ndefine( 'WP_ENVIRONMENT_TYPE', 'local' );\ndefine( 'WP_DEVELOPMENT_MODE', 'plugin' );\n```\n\nYou need to install:\n* composer\n* npm\n* nvm\n\n## Usage\n\nAfter checkout go through the following steps:\n\n### By hand\n\n1. `composer install`\n2. `npm i`\n3. `npm run build`\n4. after that, the plugin can be activated in WordPress.\n\n### Using ant\n\n1. copy _build/build.properties.dist_ to _build/build.properties_.\n2. modify the build/build.properties file - note the comments in the file.\n3. execute the command in _build/_: `ant init`\n4. after that the plugin can be activated in WordPress\n\n### Using Taskfile\n\n1. Run this command: `task prepare`\n2. after that, the plugin can be activated in WordPress.\n\n## Release\n\n### From a local environment by hand\n\n1. `composer install`\n2. `npm i`\n3. `npm run build`\n4. `composer test-install`\n5. `composer test`\n6. `vendor/bin/phpstan analyse`\n7. `vendor/bin/phpcbf --standard=ruleset.xml .`\n8. `vendor/bin/phpcs --standard=ruleset.xml .`\n9. Set version nummer in _readme.txt_ and _personio-integration-light.php_.\n10. Create the release ZIP with all necessary folders and files.\n\n### From a local environment with ant\n\n1. increase the version number in _build/build.properties_.\n2. execute the following command in _build/_: `ant build`\n3. after that you will have a zip file in the release directory which could be used in WordPress to install it.\n\n### From a local environment with Taskfile\n\n1. execute the following command in the main directory: `task release -- 5.4.0` - adjust the version number.\n2. after that you will find a zip file in the release directory, which could be used in WordPress to install it.\n\n### On GitHub\n\n1. Create a new tag with the new version number.\n2. The release zip will be created by a GitHub action.\n\n## Translations\n\nTranslations are managed in the WordPress repository: https://translate.wordpress.org/projects/wp-plugins/personio-integration-light/\n\nFor local tests I recommend using [PoEdit](https://poedit.net/) to translate texts for this plugin. But first run `npm run build` to\ngenerate the optimized block build files.\n\n### generate pot-file\n\nRun in the main directory:\n\n`wp i18n make-pot . languages/personio-integration-light.pot --exclude=blocks/show/src/,blocks/list/src/,blocks/filter-list/src/,blocks/filter-select/src/,blocks/application-button/src/,blocks/details/src/,blocks/description/src/,blocks/setup/src/,svn/,deprecated/`\n\n### update translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to \"Translate\" \u003e \"Update from POT-file\".\n3. After this the new entries are added to the language-file.\n\n### export translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to \"File\" \u003e \"Save\".\n3. Upload the generated .mo-file and the .po-file to the plugin-folder languages/\n\n### generate json-translation-files\n\nRun in the main directory:\n\n`wp i18n make-json languages`\n\nOR use ant in build/-directory: `ant json-translations`\n\n## Check for WordPress Coding Standards\n\n### Initialize\n\n`composer install`\n\n### Run\n\n`vendor/bin/phpcs --standard=ruleset.xml .`\n\n### Repair\n\n`vendor/bin/phpcbf --standard=ruleset.xml .`\n\n## Check for WordPress VIP Coding Standards\n\nHint: this check runs against the VIP-GO platform, which is not our target for this plugin. Many warnings can be ignored.\n\n### Run\n\n`vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/build/*,*/node_modules/*,*/blocks/*,*/svn/*,*/example/*,*/deprecated/*,*/tests/* --standard=WordPress-VIP-Go .`\n\n## Generate documentation\n\n`vendor/bin/wp-documentor parse app --format=markdown --output=doc/hooks.md --prefix=personio_integration --exclude=Section.php --exclude=Tab.php --exclude=Import.php --exclude=Export.php --exclude=Field_Base.php --exclude=Settings.php --exclude=Page.php --exclude=Widget_Base.php --exclude=Transients.php`\n\n## Analyze with PHPStan\n\n`vendor/bin/phpstan analyse`\n\n## Check PHP compatibility\n\n`vendor/bin/phpcs -p app --standard=PHPCompatibilityWP`\n\n## Check with plugin \"Plugin Check\"\n\nThis runs the plugin check as the plugin check in the WordPress repository does on every plugin update. It should result in no errors.\n\nHint: do not run this in the development environment, it would also check all dependencies, which is not necessary.\nUse a normal WordPress installation with an installed PCP plugin.\n\n`wp plugin check --error-severity=7 --warning-severity=6 --include-low-severity-errors --categories=plugin_repo --format=json --slug=personio-integration-light .`\n\n## PHP Unit tests\n\n### Preparation\n\nBe sure to have run `composer install` or `composer update` before.\n\nThen: `composer test-install`\n\n### Run\n\n`composer test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fwp-personio-integration-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadi%2Fwp-personio-integration-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fwp-personio-integration-light/lists"}