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.
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager