Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Github Api Laravel Package

knplabs/github-api

Lightweight, well-tested PHP wrapper for GitHub APIs v3 (REST) and v4 (GraphQL). PSR-17/PSR-18 compatible via HTTPlug, with easy setup using Guzzle, Symfony HttpClient, or other PSR clients. Supports framework integrations (Laravel via graham-campbell/github).

View on GitHub
Deep Wiki
Context7

Copilot Usage API Documentation

Back to the navigation

Overview

The Copilot Usage API provides endpoints to retrieve usage summaries for organizations and enterprises.

Note: This endpoint is in beta and is subject to change.

Endpoints

Organization Usage Summary

Retrieve the usage summary for a specific organization.

Method: GET

Endpoint: /orgs/{organization}/copilot/usage

Parameters:

  • organization (string): The name of the organization.
  • params (array, optional): Additional query parameters.

Example:

$usage = $client->api('copilotUsage')->orgUsageSummary('KnpLabs');

Organization Team Usage Summary

Retrieve the usage summary for a specific team within an organization.

Method: GET

Endpoint: /orgs/{organization}/team/{team}/copilot/usage

Parameters:

  • organization (string): The name of the organization.
  • team (string): The name of the team.
  • params (array, optional): Additional query parameters.

Example:

$usage = $client->api('copilotUsage')->orgTeamUsageSummary('KnpLabs', 'developers');

Enterprise Usage Summary

Retrieve the usage summary for a specific enterprise.

Method: GET

Endpoint: /enterprises/{enterprise}/copilot/usage

Parameters:

  • enterprise (string): The name of the enterprise.
  • params (array, optional): Additional query parameters.

Example:

$usage = $client->api('copilotUsage')->enterpriseUsageSummary('KnpLabs');

Enterprise Team Usage Summary

Retrieve the usage summary for a specific team within an enterprise.

Method: GET

Endpoint: /enterprises/{enterprise}/team/{team}/copilot/usage

Parameters:

  • enterprise (string): The name of the enterprise.
  • team (string): The name of the team.
  • params (array, optional): Additional query parameters.

Example:

$usage = $client->api('copilotUsage')->enterpriseTeamUsageSummary('KnpLabs', 'developers');
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation