Skip to content

Commit 9561380

Browse files
committed
Non-issue : Updated components READMEs
1 parent ccabc81 commit 9561380

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

README.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# Kraken Framework - Loop Component
1+
# Kraken Loop Component
22

33
[![Build Status](https://travis-ci.org/kraken-php/framework.svg)](https://travis-ci.org/kraken-php/framework)
44
[![Total Downloads](https://poser.pugx.org/kraken-php/loop/downloads)](https://packagist.org/packages/kraken-php/loop)
55
[![Latest Stable Version](https://poser.pugx.org/kraken-php/loop/v/stable)](https://packagist.org/packages/kraken-php/loop)
66
[![Latest Unstable Version](https://poser.pugx.org/kraken-php/loop/v/unstable)](https://packagist.org/packages/kraken-php/loop)
77
[![License](https://poser.pugx.org/kraken-php/framework/license)](https://packagist.org/packages/kraken-php/framework)
8-
[![Kraken Compatible](https://img.shields.io/badge/kraken-compatible-8002af.svg)](https://github.com/kraken-php/framework)
8+
[![Kraken Compatible](https://img.shields.io/badge/kraken-compatible-6b02af.svg)](https://github.com/kraken-php/framework)
99

10-
> **Note:** This repository is part of [Kraken Framework][3]. It can be used as standalone library, but for the best
11-
efficiency we suggest you to also check out the rest of [Kraken Repository][5].
12-
13-
<br>
14-
<p align="center">
15-
<img src="https://avatars2.githubusercontent.com/u/15938282?v=3&s=150" />
16-
</p>
10+
> **Note:** This repository is a part of [Kraken Framework][3], but **can be used freely as standalone library**. If you
11+
are interested in more asynchronous components for PHP, check out the rest of [Kraken repository][5] or see our
12+
[asynchronous application skeleton][4] example.
1713

1814
## Description
1915

20-
Kraken/Loop is component that provides abstraction layer for writing asynchronous code in PHP on single thread or process
16+
Loop is a component that provides abstraction layer for writing asynchronous code in PHP on single thread or process
2117
with usage of single or multiple loops.
2218

2319
## Feature Highlights
2420

25-
Kraken/Loop features:
21+
Loop features:
2622

2723
* Interface for writing asynchronous code on single Thread or Process,
2824
* File descriptor polling,
@@ -39,9 +35,9 @@ Kraken/Loop features:
3935
* Kraken Framework compatibility,
4036
* ...and more.
4137

42-
## Interface
38+
## Examples
4339

44-
See more in [official documentation][2].
40+
See more examples in [official documentation][2].
4541

4642
## Requirements
4743

@@ -56,22 +52,16 @@ composer require kraken-php/loop
5652

5753
## Tests
5854

59-
Tests are provided in [Framework Repository][3].
55+
Tests are provided within our write-only [Framework repository][3].
6056

6157
## Documentation
6258

6359
Documentation for this module can be found in the [official documentation][2].
6460

6561
## Contributing
6662

67-
This library is read-only subtree split of Kraken Framework. To make contributions, please go to [Framework Repository][3].
63+
This library is read-only subtree split of Kraken Framework. To make contributions, please go to [Framework repository][3].
6864

6965
## License
7066

71-
This library licensed under the same license as [Kraken Framework][3].
72-
73-
[1]: http://kraken-php.com
74-
[2]: http://kraken-php.com/docs/api-loop
75-
[3]: https://github.com/kraken-php/framework
76-
[4]: https://github.com/kraken-php/kraken
77-
[5]: https://github.com/kraken-php
67+
This library licensed under the MIT license, see more information in [Kraken Framework][3] license section.

0 commit comments

Comments
 (0)