|
| 1 | +## KrakenPHP Framework |
| 2 | + |
| 3 | +KrakenPHP is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written |
| 4 | +to provide easy and reliable API for creating distributed applications using PHP. KrakenPHP aims to solve typical |
| 5 | +problems of writing such applications and to provide developers with powerful yet elegant tools for dealing with them. |
| 6 | + |
| 7 | +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. |
| 23 | +Servers, service-oriented architecture, agent-based models, games, complex daemons, socket programs, schedulers |
| 24 | +and much, much more - nothing is impossible with KrakenPHP! |
| 25 | + |
| 26 | +## Features |
| 27 | + |
| 28 | +Full list of features can be found on [official webpage][1]. |
| 29 | + |
| 30 | +## Official Documentation |
| 31 | + |
| 32 | +Documentation for the framework can be found in the [official documentation][2]. |
| 33 | + |
| 34 | +## Installation |
| 35 | + |
| 36 | +Installation instructions can be found in [installation guide][3]. |
| 37 | + |
| 38 | +## Frequently Asked Questions |
| 39 | + |
| 40 | +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]. |
| 42 | + |
| 43 | +## Contributing |
| 44 | + |
| 45 | +Thank you for considering contributing to KrakenPHP framework! The contribution guide can be found in the [contribution tips][5]. |
| 46 | + |
| 47 | +### License |
| 48 | + |
| 49 | +KrakenPHP framework is open-sourced software licensed under the [MIT license][6]. |
| 50 | + |
| 51 | +[1]: http://kraken-php.com |
| 52 | +[2]: http://kraken-php.com/docs |
| 53 | +[3]: http://kraken-php.com/getting_started |
| 54 | +[4]: http://kraken-php.com/faq |
| 55 | +[5]: http://kraken-php.com/docs/contributions |
| 56 | +[6]: http://opensource.org/licenses/MIT |
0 commit comments