Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyao committed Oct 31, 2023
1 parent b3f2b02 commit 0d8c7ee
Show file tree
Hide file tree
Showing 171 changed files with 181 additions and 181 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/marxphp/simple/master/public/favicon.ico" width="120" alt="Max">
<img src="https://raw.githubusercontent.com/next-laboratory/simple/master/public/favicon.ico" width="120" alt="Max">
</p>

<p align="center">轻量 • 简单 • 快速</p>
Expand All @@ -15,15 +15,15 @@

## 主要组件

- 符合 Psr7 的 [next/http-message](https://github.com/marxphp/http-message) HTTP消息
- 符合 Psr7 的 [next/routing](https://github.com/marxphp/routing) 路由组件
- 符合 Psr11 的 [next/di](https://github.com/marxphp/di) 依赖注入容器
- 符合 Psr14 的 [next/event](https://github.com/marxphp/event) 事件
- 符合 Psr15 的 [next/http-server](https://github.com/marxphp/http-server) HTTP服务
- 符合 Psr16 的 [next/cache](https://github.com/marxphp/cache),支持 File,Memcached,Redis,APC [可扩展]
- AOP [next/aop](https://github.com/marxphp/aop)
- database [next/database](https://github.com/marxphp/database)
- session [next/session](https://github.com/marxphp/session)
- 符合 Psr7 的 [next/http-message](https://github.com/next-laboratory/http-message) HTTP消息
- 符合 Psr7 的 [next/routing](https://github.com/next-laboratory/routing) 路由组件
- 符合 Psr11 的 [next/di](https://github.com/next-laboratory/di) 依赖注入容器
- 符合 Psr14 的 [next/event](https://github.com/next-laboratory/event) 事件
- 符合 Psr15 的 [next/http-server](https://github.com/next-laboratory/http-server) HTTP服务
- 符合 Psr16 的 [next/cache](https://github.com/next-laboratory/cache),支持 File,Memcached,Redis,APC [可扩展]
- AOP [next/aop](https://github.com/next-laboratory/aop)
- database [next/database](https://github.com/next-laboratory/database)
- session [next/session](https://github.com/next-laboratory/session)

## 贡献一览

Expand All @@ -33,4 +33,4 @@

## 致谢

感谢PHP最好用IDE: <a href="https://www.jetbrains.com/?from=marxphp">PHPStorm</a>
感谢PHP最好用IDE: <a href="https://www.jetbrains.com/?from=next-laboratory">PHPStorm</a>
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
echo ""
echo "Cloning $REMOTE";
TMP_DIR="/tmp/nextphp-split"
REMOTE_URL="git@github.com:marxphp/$REMOTE.git"
REMOTE_URL="git@github.com:next-laboratory/$REMOTE.git"

rm -rf $TMP_DIR;
mkdir $TMP_DIR;
Expand Down
2 changes: 1 addition & 1 deletion bin/split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ $# -eq 0 ]]; then
fi

for REPO in $REPOS ; do
remote $REPO git@github.com:marxphp/$REPO.git
remote $REPO git@github.com:next-laboratory/$REPO.git

split "src/$REPO" $REPO
done
2 changes: 1 addition & 1 deletion src/aop/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next/aop",
"description": "An AOP package that is resident in in-memory PHP frameworks, such as nextphp, WebMan.",
"homepage": "https://github.com/marxphp/aop",
"homepage": "https://github.com/next-laboratory/aop",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/aop/publish/aop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Aop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/AstManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Attribute/AspectConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Collector/AbstractCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Collector/AspectCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Collector/PropertyAttributeCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Contract/AspectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Contract/CollectorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Contract/PropertyAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Exception/PropertyHandleException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/JoinPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/PropertyHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/PropertyHandlerVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/ProxyHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/aop/src/ProxyHandlerVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of nextphp.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next/cache",
"type": "library",
"license": "Apache-2.0",
"homepage": "https://github.com/marxphp/cache",
"homepage": "https://github.com/next-laboratory/cache",
"description": "A cache component based on PSR16 specification which supports File,Redis,Memcached and APC.",
"keywords": [
"cache",
Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/CacheException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Contract/CacheDriverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Driver/AbstractDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Driver/ApcuDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Driver/FileDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Driver/MemcachedDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/Driver/RedisDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/src/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cache/tests/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/config/src/Contract/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/config/src/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/config/tests/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next/database",
"type": "library",
"license": "Apache-2.0",
"homepage": "https://github.com/marxphp/database",
"homepage": "https://github.com/next-laboratory/database",
"authors": [
{
"name": "chengyao",
Expand Down
2 changes: 1 addition & 1 deletion src/database/src/Contract/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/database/src/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/database/src/Event/QueryExecuted.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/database/src/PDOConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion src/database/src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of MarxPHP.
*
* @link https://github.com/marxphp
* @link https://github.com/next-laboratory
* @license https://github.com/next-laboratory/next/blob/master/LICENSE
*/

Expand Down
Loading

0 comments on commit 0d8c7ee

Please sign in to comment.