Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quasilyte/kphp-uuid

A simple demo KPHP project
https://github.com/quasilyte/kphp-uuid

demo example kphp kphpunit ktest php uuid

Last synced: 9 days ago
JSON representation

A simple demo KPHP project

Awesome Lists containing this project

README

        

![Build Status](https://github.com/quasilyte/kphp-uuid/workflows/PHP/badge.svg)

## KPHP UUID demo library

> **WARNING**: this is not a real UUID library.
> It's just an example project for my KPHP testing/benchmarking article.

Installation via composer (published at [packagist.org/packages/quasilyte/kphp-uuid](https://packagist.org/packages/quasilyte/kphp-uuid)):

```bash
$ composer require quasilyte/kphp-uuid:dev-master
```

Usage:

```php