orchidsoftware/platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 14th, 2026
Created on November 15th, 2016
Open Issues & Pull Requests: 181 (+0)
GitHub issues: Enabled
Number of forks: 663
Total Stargazers: 4,797 (+0)
Total Subscribers: 92 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 1.4 hours
90th percentile: 0.0 hours
Tracked items: 76

Most active contributors

Sign in to see contributor activity.

How this project is maintained

87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 568 days
Stale 30+ days: 37
Stale 90+ days: 36

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • Errors (43)
  • Docs (6)
  • Pending (2)
  • help wanted (2)
  • Additions (1)
  • Experience (1)
  • Feedback (1)
  • Fields (1)

Detailed Description

Orchid is a Laravel package that enables rapid application development of back-office applications, admin panels, user panels, and dashboards.

Orchid solves the problem of building administrative interfaces by abstracting standard business logic into reusable components, allowing developers to focus on application logic rather than frontend implementation. The tool provides a form builder with pre-built form elements, eliminating the need to reinvent common UI patterns. It leverages the Hotwire project to deliver single-page application performance without requiring additional code, enabling page transitions without full reloads. The platform includes built-in support for access permissions and roles, filtering and sorting through an Eloquent-based approach, full-text search via Laravel Scout, and multiple notification types.

Orchid suits Laravel developers building internal tools, dashboards, and administrative interfaces who want to minimize frontend work and accelerate development. It is particularly valuable for teams that prioritize rapid iteration over custom UI design. The tool is best for projects where the focus is on business logic and data management rather than unique user-facing design. Developers should choose this if they are comfortable working within Laravel's ecosystem and prefer a code-driven approach to building admin interfaces.

The project maintains active test coverage across its codebase. Development activity shows consistent engagement with the repository through regular updates and maintenance of the platform's core functionality.