Resonance is designed from the ground up to facilitate interoperability and messaging between services in your infrastructure and beyond. It provides AI capabilities, has a built in web server and integrates with [llama.cpp](https://github.com/ggerganov/llama.cpp).
Designed from the ground up to facilitate interoperability and
Takes full advantage of asynchronous PHP. Built on top of Swoole.
messaging between services in your infrastructure and beyond.
Provides AI capabilities.
## Documentation
Takes full advantage of asynchronous PHP. Built on top of
https://resonance.distantmagic.com/
Swoole.
## Installation
It's best to install Resonance by using Composer's create-project command:
Resonance requires minimum 8.2 version of PHP, as well as Data Structures and Swoole extensions. Read more about required and recommended extensions, as well as other installation methods in our [installation guide](https://resonance.distantmagic.com/docs/getting-started/installation-and-requirements.html).
### First-time use
You'll need to create a `config.ini` file after installing the project (`config.ini.example` is provided) and then use `bin/resonance.php` as an entry point.
### Running the server
`php bin/resonance.php` serve starts the built-in HTTP server. If you need to, you can generate the [SSL Certificate for Local Development](https://resonance.distantmagic.com/docs/extras/ssl-certificate-for-local-development/).
## Features
## Features
...
@@ -176,6 +192,22 @@ final readonly class Blog implements GraphQLFieldableInterface
...
@@ -176,6 +192,22 @@ final readonly class Blog implements GraphQLFieldableInterface
}
}
```
```
## Tutorials
*['Hello, World' with Resonance](https://resonance.distantmagic.com/tutorials/hello-world/)