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

Bitbucket Api Laravel Package

gentle/bitbucket-api

PHP Bitbucket API wrapper (PHP 5.4+) using cURL and Buzz. Provides a simple client for interacting with Bitbucket endpoints, with full documentation and optional PHPUnit test suite. MIT licensed.

View on GitHub
Deep Wiki
Context7

layout: default permalink: /examples/users/invitations.html title: Users invitations

Users invitations

An invitation is a request sent to an external email address to participate one or more of an account's groups. Any user with admin access to the account can invite someone to a group.

Prepare:

{% include auth.md var_name="users" class_ns="Users" %}

Get a list of pending invitations:

$users->invitations()->all($account_name);

Gets any pending invitations on a team or individual account for a particular email address:

$users->invitations()->email($account_name, 'dummy@example.com');

Tests whether there is a pending invitation for a particular email on account's group:

$users->invitations()->group($account_name, 'john', 'testers', 'dummy@example.com');

Issues an invitation to the specified account group.

An invitation is a request sent to an external email address to participate one or more of an account's groups.

$users->invitations()->create($account_name, 'john', 'testers', 'dummy@example.com');

Deletes any pending invitations on a team or individual account for a particular email address.

$users->invitations()->deleteByEmail($account_name, 'dummy@example.com');

Deletes a pending invitation for a particular email on account's group.

$users->invitations()->deleteByGroup($account_name, 'john', 'testers', 'dummy@example.com');

Related:

  • [Authentication]({{ site.url }}/examples/authentication.html)
  • [Users]({{ site.url }}/examples/users.html)
  • BB Wiki
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.
craftcms/url-validator
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony