atoms / laravel
Laravel adapter for Atoms: service provider, facade, callback route, queue bridge, Artisan wrappers.
Package info
pkg:composer/atoms/laravel
0.1.1
2026-08-15 14:13 UTC
Requires
- php: ^8.3
- ext-sodium: *
- atoms/client: ^0.1
- guzzlehttp/psr7: ^2.7
- illuminate/bus: ^11.0 || ^12.0
- illuminate/console: ^11.0 || ^12.0
- illuminate/contracts: ^11.0 || ^12.0
- illuminate/http: ^11.0 || ^12.0
- illuminate/support: ^11.0 || ^12.0
- psr/http-client: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/log: ^2.0 || ^3.0
- symfony/process: ^6.4 || ^7.0
Suggests
- atoms/cli: Provides the `atoms` binary the Artisan wrapper commands (atoms:deploy, make:atom, ...) shell out to.
- guzzlehttp/guzzle: Default PSR-18 HTTP client used when the host app does not bind its own.
README
The supported Laravel adapter for Atoms. It registers the Atoms client,
facade, callback route and queue bridge, testing fake, Artisan installers, and
thin wrappers around the atoms command-line tool.
composer require atoms/laravel:^0.1 php artisan atoms:install
Continue with the Laravel quickstart
or the tested examples/laravel/ application in the monorepo.
Development and support
This package is developed in the Atoms monorepo. Its standalone repository is a read-only distribution mirror; report issues and send pull requests to the monorepo. Licensed under the MIT License.