https://github.com/snower/phslock
slock php client
https://github.com/snower/phslock
Last synced: 4 months ago
JSON representation
slock php client
- Host: GitHub
- URL: https://github.com/snower/phslock
- Owner: snower
- License: mit
- Created: 2018-07-31T02:56:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T09:05:29.000Z (over 4 years ago)
- Last Synced: 2024-12-24T22:33:18.674Z (over 1 year ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phslock
[![Software license][ico-license]](LICENSE)
[![Latest stable][ico-version-stable]][link-packagist]
[![Latest development][ico-version-dev]][link-packagist]
[![Monthly installs][ico-downloads-monthly]][link-downloads]
High-performance distributed sync service and atomic DB. Provides good multi-core support through lock queues, high-performance asynchronous binary network protocols. Can be used for spikes, synchronization, event notification, concurrency control. https://github.com/snower/slock
# Install
```bash
composer require snower/phslock
```
# Event
```php
set();
return 0;
}
}
```
# License
slock uses the MIT license, see LICENSE file for the details.
[ico-license]: https://img.shields.io/github/license/snower/phslock.svg?style=flat-square
[ico-version-stable]: https://img.shields.io/packagist/v/snower/phslock.svg?style=flat-square
[ico-version-dev]: https://img.shields.io/packagist/vpre/snower/phslock.svg?style=flat-square
[ico-downloads-monthly]: https://img.shields.io/packagist/dm/snower/phslock.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/snower/phslock
[link-downloads]: https://packagist.org/packages/snower/phslock/stats