OrangeHRM
Official@orangehrm · United States of America
World's leading HRIS
Agent Skills by OrangeHRM
Showing 28 vetted skills indexed across 1 GitHub repositories.
scheduled-jobs
Configure, manage, and debug recurring background tasks for OrangeHRM instances.
compatibility
Align supported PHP, Composer, database, and CI version configurations across OrangeHRM environments.
ecosystem
Centralizes verified public links for OrangeHRM Starter ecosystem resources.
auth-providers
Diagnose and configure OrangeHRM authentication, including LDAP, OAuth2, and OpenID Connect.
rest-validation
Implement input validation rules for OrangeHRM REST API v2 endpoints.
security-primitives
Implement AES-256-GCM encryption, bcrypt hashing, and CSRF protection for OrangeHRM.
rest-serialization
Configure OrangeHRM REST API v2 Model classes for correct JSON responses.
doctrine-bootstrap
Configure Doctrine ORM 2.20 EntityManager and entity discovery in OrangeHRM.
migrations
Manage OrangeHRM forward-only database migrations using Doctrine DBAL SchemaHelper and helper classes.
frontend-data
Implement OrangeHRM Vue data flows with APIService, pagination, and validation.
dev-environment
Configure Docker-based OrangeHRM development environments with standardized setup guidance.
config
Standardize OrangeHRM hs_hr_config key/value settings handling across runtime and migrations.
Implement, configure, and debug email delivery in OrangeHRM.
dependencies
Manage PHP Composer and Yarn dependencies within the OrangeHRM Docker environment.
frontend-platform
Reference OrangeHRM Vue utilities for translations, permissions, notifications, navigation, and dates.
frontend-pages
Add Vue 3 pages to OrangeHRM using the 4-step registration flow.
testing
Write OrangeHRM PHP, Jest, and Cypress tests with YAML fixtures and base class conventions.
rest-endpoints
Standardize OrangeHRM REST API v2 endpoint implementation and maintenance.
workflow
Implements and debugs role-based state transitions for OrangeHRM approval workflows.
console-commands
Implement and register Symfony console commands for OrangeHRM entry points.
menus
Manage OrangeHRM menu hierarchies, permissions, and runtime MenuConfigurator overrides.
events
Guide Symfony-based event dispatching and subscriber registration for OrangeHRM plugins.
authorization
Resolve access control misconfigurations for OrangeHRM REST endpoints and Vue pages.
helpers
Catalog OrangeHRM framework helper traits and services for common operations.
Frequently Asked Questions About OrangeHRM
FAQPage SchemaWhat specific tasks can developers perform using these resources?▼
Developers can manage database migrations, configure authentication providers like LDAP and OAuth2, implement Vue-based frontend pages, and register Symfony console commands to extend core functionality within the HRIS environment.
Which technical personas are the primary target for this documentation?▼
The target audience includes backend engineers working with PHP and Doctrine ORM, frontend developers specializing in Vue 3, and systems administrators responsible for maintaining secure, containerized HRIS instances.
What are the core prerequisites for deploying these configurations?▼
Successful implementation requires a functional Docker environment, a compatible PHP runtime, and familiarity with Composer and Yarn dependency management. Users must also adhere to specific naming conventions for Doctrine entities and Symfony service registration.