Skip to content

Commit 855811d

Browse files
committed
Update readme and package name
1 parent e381471 commit 855811d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# PHPStreamServer runtime for symfony applications
1+
# PHPStreamServer symfony intergation
22
![PHP >=8.2](https://img.shields.io/badge/PHP->=8.2-777bb3.svg?style=flat)
33
![Symfony ^7.0](https://img.shields.io/badge/Symfony-^7.0-374151.svg?style=flat)
44
[![Version](https://img.shields.io/github/v/tag/luzrain/phpstreamserver-bundle?label=Version&filter=v*.*.*&sort=semver&color=374151)](../../releases)
55
[![Tests Status](https://img.shields.io/github/actions/workflow/status/luzrain/phpstreamserver-bundle/tests.yaml?label=Tests&branch=master)](../../actions/workflows/tests.yaml)
66

7-
This bundle provides a [PHPStreamServer](https://github.com/luzrain/phpstreamserver) integration with Symfony framework to run your application in a highly efficient event-loop based runtime.
7+
> [!NOTE]
8+
> This package is under development now
9+
10+
This bundle provides a [PHPStreamServer](https://github.com/phpstreamserver/) integration with Symfony framework to run your application in a highly efficient event-loop based runtime.
811

912
## Getting started
1013
### Install composer packages
1114
```bash
12-
$ composer require luzrain/phpstreamserver-bundle
15+
$ composer require phpstreamserver/symfony
1316
```
1417

1518
### Enable the bundle

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "luzrain/phpstreamserver-bundle",
2+
"name": "phpstreamserver/symfony",
33
"description": "PHPStreamServer runtime for symfony applications",
44
"keywords": ["phpstreamserver", "symfony", "runtime", "php-runtime"],
5-
"homepage": "https://github.com/luzrain/phpstreamserver-bundle",
5+
"homepage": "https://github.com/phpstreamserver/symfony",
66
"type": "symfony-bundle",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)