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

https://github.com/snower/phslock

slock php client
https://github.com/snower/phslock

Last synced: 4 months ago
JSON representation

slock php client

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