Skip to content

Commit 7c2b646

Browse files
committed
Update README.md
Update README.md Update README.md Update README.md Update README.md
1 parent e269166 commit 7c2b646

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
## KrakenPHP Framework
1+
# KrakenPHP Framework
2+
3+
[![Total Downloads](https://poser.pugx.org/kraken-php/kraken-framework/downloads)](https://packagist.org/packages/kraken-php/kraken-framework) [![Latest Stable Version](https://poser.pugx.org/kraken-php/kraken-framework/v/stable)](https://packagist.org/packages/kraken-php/kraken-framework) [![Latest Unstable Version](https://poser.pugx.org/kraken-php/kraken-framework/v/unstable)](https://packagist.org/packages/kraken-php/kraken-framework) [![License](https://poser.pugx.org/kraken-php/kraken-framework/license)](https://packagist.org/packages/kraken-php/kraken-framework)
4+
5+
## Description
26

37
KrakenPHP is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written
48
to provide easy and reliable API for creating distributed applications using PHP. KrakenPHP aims to solve typical
59
problems of writing such applications and to provide developers with powerful yet elegant tools for dealing with them.
610

711
The main focus of KrakenPHP is put on:
8-
* Concurrency and distribution
9-
Create systems that are asynchronous and distributed by design. Run them on multiple threads, processors or hosts
10-
and manage from single place.
11-
* Error-tolerant design
12-
Write systems that self-heal using remote and local supervision hierarchies.
13-
* Elasticity
14-
Keep business logic of your applications inside universal containers and connections between them separately. Modify
15-
existing architecture and number of running containers in realtime without need to change in code.
16-
* High performance
17-
Handle up to thousands of simultaneous connections per second on single container. Use multiple containers on several
18-
processors and/or hosts to push it even further.
19-
* Extensibility
20-
Use available options to easily extend and adapt framework features for your needs.
21-
22-
Then again, start writing applications that were previously marked as impossible or hard to implement in PHP right know.
12+
* __Concurrency and distribution__ : create systems that are asynchronous and distributed by design. Run them on multiple threads, processors or hosts and manage from single place.
13+
* __Error tolerance__ : write systems that self-heal using remote and local supervision hierarchies.
14+
* __Elasticity__ : keep business logic of your applications inside universal containers and connections between them separately. Modify existing architecture and number of running containers in realtime without need to change in code.
15+
* __High performance__ : handle up to thousands of simultaneous connections per second on single container. Use multiple containers on several processors and/or hosts to push it even further.
16+
* __Extensibility__ : use available options to easily extend and adapt framework features for your needs.
17+
18+
Start writing applications that were previously marked as impossible or hard to implement in PHP right know.
2319
Servers, service-oriented architecture, agent-based models, games, complex daemons, socket programs, schedulers
2420
and much, much more - nothing is impossible with KrakenPHP!
2521

@@ -38,7 +34,7 @@ Installation instructions can be found in [installation guide][3].
3834
## Frequently Asked Questions
3935

4036
If there are any questions that you have about framework, you can check whether the answers
41-
for them have been already posted in [KrakenPHP faq][4].
37+
for them have been already posted in [faq topic][4].
4238

4339
## Contributing
4440

@@ -53,4 +49,4 @@ KrakenPHP framework is open-sourced software licensed under the [MIT license][6]
5349
[3]: http://kraken-php.com/getting_started
5450
[4]: http://kraken-php.com/faq
5551
[5]: http://kraken-php.com/docs/contributions
56-
[6]: http://opensource.org/licenses/MIT
52+
[6]: http://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)