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

Repo / Cards API

Back to the "Repos API" | Back to the navigation

This api is currently only available to developers in Early Access. To access the API during the Early Access period, you must provide a custom media type in the Accept header.

Both repositories and organisations have projects. The api is only different for getting all project or retrieving a single project. All the example use the repository projects column card api but this also works form the organization api ($client->api('org_projects')->columns()->cards())

$client->api('repo')->projects()->columns()->cards()->configure();

List all cards of a column

$cards = $client->api('repo')->projects()->columns()->cards()->all($columnId);

List one card

$card = $client->api('repo')->projects()->columns()->cards()->show($cardId);

Create a card

Requires authentication.

$card = $client->api('repo')->projects()->columns()->cards()->create($columnId, array('content_type' => 'Issue', 'content_id' => '452'));

Edit a card

Requires authentication.

$card = $client->api('repo')->project()->columns()->cards()->update($cardId, array('note' => 'card note'));

Remove a card

Requires authentication.

$card = $client->api('repo')->projects()->columns()->cards()->deleteCard($cardId);

Move a card

Requires authentication.

$card = $client->api('repo')->projects()->columns()->cards()->move($cardId, array('position' => 'top));
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.
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
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui