{"id":33968181,"url":"https://github.com/sunchayn/nimbus","last_synced_at":"2025-12-13T00:00:18.906Z","repository":{"id":319901707,"uuid":"1071776702","full_name":"sunchayn/nimbus","owner":"sunchayn","description":"Nimbus automatically analyzes your routes and validation rules to build interactive request schemas and a native interface for testing and exploring your APIs","archived":false,"fork":false,"pushed_at":"2025-11-19T18:56:28.000Z","size":6294,"stargazers_count":121,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"base","last_synced_at":"2025-11-19T20:22:21.786Z","etag":null,"topics":["api-client","api-testing","http-client","laravel","schema-generation"],"latest_commit_sha":null,"homepage":"https://nimbus.sunchayn.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunchayn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sunchayn"}},"created_at":"2025-10-07T19:51:40.000Z","updated_at":"2025-11-19T18:56:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"e61d2ee0-d441-4214-a20a-fb71a99bc831","html_url":"https://github.com/sunchayn/nimbus","commit_stats":null,"previous_names":["sunchayn/nimbus"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sunchayn/nimbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunchayn%2Fnimbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunchayn%2Fnimbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunchayn%2Fnimbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunchayn%2Fnimbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunchayn","download_url":"https://codeload.github.com/sunchayn/nimbus/tar.gz/refs/heads/base","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunchayn%2Fnimbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27695808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"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":["api-client","api-testing","http-client","laravel","schema-generation"],"created_at":"2025-12-13T00:00:17.637Z","updated_at":"2025-12-13T00:00:18.900Z","avatar_url":"https://github.com/sunchayn.png","language":"PHP","funding_links":["https://github.com/sponsors/sunchayn"],"categories":[],"sub_categories":[],"readme":"# Nimbus\n\n![Nimbus - Integrated API Client With a Touch of Magic](./art/nimbus-cover.png)\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/sunchayn/nimbus.svg?style=flat-square)](https://packagist.org/packages/sunchayn/nimbus)\n[![License](https://img.shields.io/packagist/l/sunchayn/nimbus.svg?style=flat-square)](https://packagist.org/packages/sunchayn/nimbus)\n[![PHP Version](https://img.shields.io/packagist/php-v/sunchayn/nimbus.svg?style=flat-square)](https://packagist.org/packages/sunchayn/nimbus)\n[![codecov](https://codecov.io/github/sunchayn/nimbus/graph/badge.svg?token=IPMYSPI2T4)](https://codecov.io/github/sunchayn/nimbus)\n\n**An integrated, in-browser API client for Laravel with a touch of magic.**  \nNimbus automatically analyzes your routes and validation rules to build interactive request schemas and a native interface for testing and exploring your APIs.\n\n\u003cimg src=\"./art/nimbus-demo-video.gif\" style=\"border: 1px solid black;border-right:0;\"\u003e\n\n---\n\n## Why Nimbus?\n\nTraditional API testing tools require manual setup for every endpoint. Nimbus removes that friction by automatically discovering your Laravel routes, generating schemas from validation rules, and handling authentication, cookies, and test data. All without leaving your development environment.\n\n### What Nimbus Is NOT\n\nNimbus is **NOT** an API documentation generator. It doesn't produce client-facing API documentation. Instead, it's a **developer-focused API playground** designed to improve your development experience while building and testing APIs.\n\n## Features\n\n- Automatic route and schema discovery from Laravel routes and validation rules.\n- Built-in, polished interface for testing API endpoints in your browser.\n- Response viewer with JSON formatting and syntax highlighting.\n- Cookie inspection with automatic Laravel cookie decryption.\n- Special authentication modes:\n    - Make requests as the currently logged-in user.\n    - Impersonate other users by ID.\n    - Bearer token and Basic Auth support.\n- Inline value generators for realistic test data (UUIDs, emails, names, dates, etc.).\n- Global headers automatically applied to every request.\n- One-click payload population with realistic test data.\n- Export requests as cURL commands.\n\n---\n\n## Quick Start\n\n### Requirements\n\n- PHP 8.2 or higher.\n- Laravel 10.x, 11.x, or 12.x.\n\n### Installation\n\nInstall via Composer:\n\n```bash\ncomposer require sunchayn/nimbus\n```\n\nPublish the configuration and assets:\n\n```bash\nphp artisan vendor:publish --tag=nimbus-assets --tag=nimbus-config\n```\n\nThis publishes `config/nimbus.php` and the necessary frontend assets.\n\n### Access Nimbus\n\nStart your Laravel application and navigate to:\n\n```\nhttp://your-app.test/nimbus\n```\n\nThat's it! Nimbus will automatically discover your API routes and their validation schemas.\n\n\u003e **Note:** Nimbus requires a real web server (Herd, Sail, Docker, Nginx, etc.). PHP's built-in server (`php artisan serve`) will not work properly due to single-threaded request handling limitations.\n\n## Documentation\n\n- **[User Guide](wiki/user-guide/README.md)** - Complete guide on using Nimbus's interface, features, and troubleshooting.\n- **[Contributor Guide](wiki/contribution-guide/README.md)** - Architecture overview and development guidelines.\n\n## Security Considerations\n- **Development Only**: Nimbus is designed for local development environments. Do not deploy it to production servers.\n- **User Impersonation**: The impersonation feature allows making requests as any user. Ensure Nimbus is only accessible in trusted development environments.\n\n## Alpha Release Notice\n\nNimbus is currently an **alpha** release to validate the concept. You may encounter unexpected behaviors or bugs. All feedback is welcome:\n\n- Report bugs: [Open an issue](https://github.com/sunchayn/nimbus/issues/new/choose)\n- Share ideas: [Start a discussion](https://github.com/sunchayn/nimbus/discussions/categories/ideas)\n- Ask questions: [Q\u0026A discussions](https://github.com/sunchayn/nimbus/discussions/categories/q-a)\n\n## Contributing\n\nThanks for considering contributing! Please read the [Contributor Guide](wiki/contribution-guide/README.md) for the following:\n\n- Architecture overview and design principles.\n- Development environment setup.\n- Coding standards and testing guidelines.\n- Pull request process.\n\n## License\n\nNimbus is open-source software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunchayn%2Fnimbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunchayn%2Fnimbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunchayn%2Fnimbus/lists"}