Download the PHP package codebar-ag/laravel-miro without Composer

On this page you can find all versions of the php package codebar-ag/laravel-miro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-miro

Latest Version on Packagist Total Downloads GitHub Tests GitHub Code Style

This package was developed to give you a quick start to the Miro API.

๐Ÿ“‘ Table of Contents

๐Ÿ’ก What is Miro?

Miro is an online collaborative whiteboard platform that enables teams to work effectively together, from brainstorming with digital sticky notes to planning and managing agile workflows.

๐Ÿ›  Requirements

Package PHP Laravel
v0.1.1 ^8.4 ^12.0 | ^13.0

โš™๏ธ Installation

You can install the package via composer:

Optionally, you can publish the config file with:

Add your Miro access token to your .env file:

You can generate a personal access token at miro.com/app/settings/user-profile/apps.

๐Ÿค– Laravel Boost Skill

This package includes a Laravel Boost skill. If you use Laravel Boost in your project, the skill is automatically installed when you run:

The skill provides AI agents with full context about the package โ€” available methods, DTOs, response handling, and usage patterns.

๐Ÿš€ Usage

All methods are available via the Miro facade and return a typed Response object.

Response Handling

All *Response objects expose the following methods:

Check successful() before accessing the DTO โ€” no try/catch needed for API errors like 404, 429, or 400.

DTOs

We provide DTOs for the following:

DTO Fields
BoardDto id, name, description, type, viewLink, teamId, projectId, createdAt, modifiedAt
BoardItemDto id, type, data, position, geometry, createdAt, modifiedAt, parentId
StickyNoteDto id, type, content, shape, fillColor, textAlign, textAlignVertical, positionX, positionY, width, height, parentId, createdAt, modifiedAt
FrameDto id, type, title, fillColor, positionX, positionY, width, height, parentId, createdAt, modifiedAt

API Reference

Boards

Board Items

Sticky Notes

Frames

๐Ÿงช Testing

To run the live API tests against the real Miro API, set your token as an environment variable:

Alternatively, add it to .env.testing in the project root.

๐Ÿ“ Changelog

Please see CHANGELOG for more information on what has changed recently.

โš’๏ธ Contributing

Please see CONTRIBUTING for details.

๐Ÿ”’๏ธ Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

๐Ÿ™ Credits

๐Ÿ“„ License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-miro with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
illuminate/contracts Version ^12.0|^13.0
saloonphp/cache-plugin Version ^3.1
saloonphp/laravel-plugin Version ^3.0|^4.0
saloonphp/saloon Version ^3.0|^4.0
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package codebar-ag/laravel-miro contains the following files

Loading the files please wait ...