File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- # reactphp-framework /laravel-reactphp
1
+ # reactphp-x /laravel-reactphp
2
2
A package to use Laravel with ReactPHP ref https://github.com/danielmadu/laravel-reactphp
3
3
4
4
# How to use
@@ -7,7 +7,7 @@ A package to use Laravel with ReactPHP ref https://github.com/danielmadu/laravel
7
7
8
8
9
9
``` shell
10
- composer require reactphp-framework /laravel-reactphp -vvv
10
+ composer require reactphp-x /laravel-reactphp -vvv
11
11
```
12
12
13
13
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " reactphp-framework /laravel-reactphp" ,
2
+ "name" : " reactphp-x /laravel-reactphp" ,
3
3
"description" : " A package to use Laravel with ReactPHP" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
6
"react/event-loop" : " ^1.0" ,
7
7
"react/async" : " ^4.3" ,
8
- "reactphp-framework /framework-x" : " ^0.16.1"
8
+ "reactphp-x /framework-x" : " ^0.16.1"
9
9
},
10
10
"license" : " MIT" ,
11
11
"authors" : [
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
21
- "Reactphp \\ Framework \\ LaravelReactphp\\ " : " src/"
21
+ "ReactphpX \\ LaravelReactphp\\ " : " src/"
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Reactphp \ Framework \LaravelReactphp \Commands ;
3
+ namespace ReactphpX \LaravelReactphp \Commands ;
4
4
5
5
use Illuminate \Console \Command ;
6
- use Reactphp \ Framework \LaravelReactphp \Http \ServerManager ;
6
+ use ReactphpX \LaravelReactphp \Http \ServerManager ;
7
7
8
8
class HttpServerCommand extends Command
9
9
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Reactphp \ Framework \LaravelReactphp \Facades ;
3
+ namespace ReactphpX \LaravelReactphp \Facades ;
4
4
5
5
use Illuminate \Support \Facades \Facade ;
6
6
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Reactphp \ Framework \LaravelReactphp \Http ;
3
+ namespace ReactphpX \LaravelReactphp \Http ;
4
4
5
5
6
6
use Psr \Http \Message \ServerRequestInterface ;
7
7
use React \Stream \WritableResourceStream ;
8
- use Reactphp \ Framework \LaravelReactphp \Utils \IllumitateRequestBuilder ;
9
- use Reactphp \ Framework \LaravelReactphp \Utils \ReactPHPResponseBuilder ;
8
+ use ReactphpX \LaravelReactphp \Utils \IllumitateRequestBuilder ;
9
+ use ReactphpX \LaravelReactphp \Utils \ReactPHPResponseBuilder ;
10
10
use Symfony \Component \Process \Process ;
11
11
12
12
class ServerManager
Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace Reactphp \ Framework \LaravelReactphp \Providers ;
2
+ namespace ReactphpX \LaravelReactphp \Providers ;
3
3
4
4
use Illuminate \Support \ServiceProvider ;
5
- use Reactphp \ Framework \LaravelReactphp \Commands \HttpServerCommand ;
6
- use Reactphp \ Framework \LaravelReactphp \Http \ServerManager ;
5
+ use ReactphpX \LaravelReactphp \Commands \HttpServerCommand ;
6
+ use ReactphpX \LaravelReactphp \Http \ServerManager ;
7
7
use FrameworkX \App ;
8
8
9
9
class ServerServiceProvider extends ServiceProvider
You can’t perform that action at this time.
0 commit comments