OrcaRail Developer Packages Are Open Source
July 31, 2026 — OrcaRail's developer packages are now open source under the MIT license. You can use them freely, open issues when something breaks or is missing, and contribute improvements when you can.
What's Open Source
These packages are public on GitHub and licensed MIT:
| Package | Registry / role | Repository |
|---|---|---|
| Node SDK | @orcarail/node | orcarail/orcarail-node |
| PHP SDK | orcarail/orcarail-php | OrcaRail/sdks-php |
| Laravel Cashier | orcarail/cashier-orcarail | OrcaRail/sdks-laravel-cashier |
| MCP server | @orcarail/mcp | OrcaRail/mcp |
| WooCommerce plugin | orcarail/plugins-woocommerce | OrcaRail/plugins-woocommerce |
| Demo app | Full integration example | OrcaRail/demo |
Install from npm or Composer as usual; the source of truth for each package lives in its repository above.
Use, Report, Contribute
Use the packages in your apps. Point agents and humans at the repos and at docs.orcarail.com for APIs and examples.
Report bugs and feature requests on GitHub Issues for the package you care about:
- Node SDK issues
- PHP SDK issues
- Laravel Cashier issues
- MCP issues
- WooCommerce plugin issues
- Demo app issues
Contribute when you can: fork, open a pull request, and keep changes focused. Docs fixes, tests, and small SDK improvements are especially welcome. If you're unsure where something belongs, open an issue first.
Why This Matters
Open SDKs and plugins mean you can inspect how OrcaRail talks to your stack, fix gaps without waiting on a closed vendor, and share improvements with everyone else integrating the same rails.
Hosted OrcaRail remains the product surface for payments, dashboards, and production infrastructure. This announcement is about the developer packages you integrate with—not a claim that the full platform is open source.
Summary
| Area | Status |
|---|---|
| License | MIT |
| Packages | Node SDK, PHP SDK, Laravel Cashier, MCP server, WooCommerce plugin, demo |
| Community | Use the packages, open issues, send pull requests |
Thanks for building on OrcaRail. If you ship something useful, open a PR—or an issue if you need a hand.
OrcaRail App · Docs · GitHub
