{"id":15059759,"url":"https://github.com/geoffselby/laravel-forge-javascript-sdk","last_synced_at":"2025-06-11T06:05:44.010Z","repository":{"id":40311423,"uuid":"167898876","full_name":"GeoffSelby/laravel-forge-javascript-sdk","owner":"GeoffSelby","description":"A complete, promise-based Javascript SDK for the Laravel Forge API","archived":false,"fork":false,"pushed_at":"2023-03-04T03:14:03.000Z","size":734,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T06:03:38.160Z","etag":null,"topics":["javascript-sdk","laravel-forge-api"],"latest_commit_sha":null,"homepage":"https://laravel-forge-js-sdk.netlify.app","language":"JavaScript","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/GeoffSelby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2019-01-28T04:27:47.000Z","updated_at":"2025-01-05T22:05:02.000Z","dependencies_parsed_at":"2024-09-24T22:47:32.727Z","dependency_job_id":"11836ecc-92f4-46e4-9e0f-785bbaca6fe2","html_url":"https://github.com/GeoffSelby/laravel-forge-javascript-sdk","commit_stats":{"total_commits":80,"total_committers":4,"mean_commits":20.0,"dds":"0.42500000000000004","last_synced_commit":"0c0af174af6710debbee411dedc71a6ef1e753af"},"previous_names":["geoffselby/nevexo-forge-javascript-sdk"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoffSelby%2Flaravel-forge-javascript-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoffSelby%2Flaravel-forge-javascript-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoffSelby%2Flaravel-forge-javascript-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoffSelby%2Flaravel-forge-javascript-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeoffSelby","download_url":"https://codeload.github.com/GeoffSelby/laravel-forge-javascript-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeoffSelby%2Flaravel-forge-javascript-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259211830,"owners_count":22822378,"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","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":["javascript-sdk","laravel-forge-api"],"created_at":"2024-09-24T22:47:28.273Z","updated_at":"2025-06-11T06:05:43.990Z","avatar_url":"https://github.com/GeoffSelby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Forge JavaScript SDK\n\n![Travis (.com)](https://img.shields.io/travis/com/GeoffSelby/laravel-forge-javascript-sdk?\u0026style=for-the-badge)\n![npm](https://img.shields.io/npm/v/@geoffcodesthings/forge-js?\u0026style=for-the-badge)\n\nA complete, asynchronous Javascript SDK for the Laravel Forge API\n\n## Installation\n\nWith yarn (_recommended_):\n\n```bash\nyarn add @geoffcodesthings/forge-js\n```\n\nWith npm:\n\n```bash\nnpm install @geoffcodesthings/forge-js\n```\n\n## Basic Usage\n\n```js\nimport Forge from '@geoffcodesthings/forge-js';\n\n// Instantiate the SDK\nconst forge = new Forge('API_TOKEN_HERE');\n\n// List all servers\ntry {\n  const servers = await forge.servers.list();\n  console.log(servers);\n} catch (error) {\n  console.log(error);\n}\n```\n\n## Documentation\n\nFull documentation can be found [here](https://laravel-forge-js-sdk.netlify.app).\n\n## License\n\nThis project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffselby%2Flaravel-forge-javascript-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeoffselby%2Flaravel-forge-javascript-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffselby%2Flaravel-forge-javascript-sdk/lists"}