Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawax/laravel-nostr
https://github.com/kawax/laravel-nostr
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kawax/laravel-nostr
- Owner: kawax
- License: mit
- Created: 2023-02-20T00:22:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T09:00:00.000Z (8 months ago)
- Last Synced: 2024-04-26T10:24:06.728Z (8 months ago)
- Language: PHP
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel Nostr
====
[![test](https://github.com/kawax/laravel-nostr/actions/workflows/test.yml/badge.svg)](https://github.com/kawax/laravel-nostr/actions/workflows/test.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/02a199563014d2dd8aca/maintainability)](https://codeclimate.com/github/kawax/laravel-nostr/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/02a199563014d2dd8aca/test_coverage)](https://codeclimate.com/github/kawax/laravel-nostr/test_coverage)**Work in progress**
## Requirements
- PHP >= 8.2
- Laravel >= 11.0## Installation
```shell
composer require revolution/laravel-nostrphp artisan vendor:publish --tag=nostr-config
```### Uninstall
```shell
composer remove revolution/laravel-nostr
```- Delete `config/nostr.php`
## Usage
- [Basic Client](./docs/basic-client.md)
- [Laravel Notifications](./docs/notification.md)## LICENCE
MIT