Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkg6/think-lock

thinkphp lock
https://github.com/pkg6/think-lock

Last synced: 7 days ago
JSON representation

thinkphp lock

Awesome Lists containing this project

README

        

# 安装

```
composer require tp5er/think-lock
```

# 使用

```
acquire()) {
throw new \Exception('操作太频繁,请稍后再试');
}
try {
//TODO 业务操作
} finally {
$lock->release();
}
}
}
```

更多操作参考:[symfony/lock](https://symfony.com/doc/current/components/lock.html) 文档