summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordracony <draconyster@gmail.com>2016-05-13 18:12:39 +0200
committerdracony <draconyster@gmail.com>2016-05-13 18:12:39 +0200
commitee54a6cba9339d7fe5d100fd9434f792689c7850 (patch)
tree4d087afdda12217a371d8a86021268de67a899bd
parentb3452705d63b078fd6437897640db7a16612177a (diff)
downloadPHPixie-ee54a6cba9339d7fe5d100fd9434f792689c7850.zip
PHPixie-ee54a6cba9339d7fe5d100fd9434f792689c7850.tar.gz
PHPixie-ee54a6cba9339d7fe5d100fd9434f792689c7850.tar.bz2
Update README.md
-rwxr-xr-xREADME.md40
1 files changed, 38 insertions, 2 deletions
diff --git a/README.md b/README.md
index 347e52d..2b6dde4 100755
--- a/README.md
+++ b/README.md
@@ -1,2 +1,38 @@
-# Project
-PHPixie skeleton project
+# PHPixie PHP Framework
+<p align="center">
+ <img src="https://phpixie.com/images/logo.png"/>
+</p>
+
+PHPixie started as a micro framework and has gradually grown to be one of the
+most popular fullstack PHP frameworks while retaining its high performance.
+This is in part because of the strict architecture that avoids common pitfalls
+such as reliance on static methods, global scope, singletons and other antipatterns,
+thus also ensuring that the code is easy to read, debug, extend and test.
+In fact all PHPixie components boast full unit test coverage. It is the PHP framework
+that will never stand in your way and provides you with full control over execution
+flow, easy to learn and straightforward to master.
+
+But it's not all just about the code. The PHPixie community is very friendly and
+helpful, you can expect getting an answer to your question within minutes of asking
+it in the chat. The framework documentation is full of examples and is regularly
+updated with tutorial videos.
+
+## Demo
+Want to see an example? Check out a simple base project implementing user and administrator authorization: https://github.com/phpixie/project-auth
+
+![Project Demo](http://i.imgur.com/WznceCf.gif)
+
+### Interested? [Learn PHPixie in 30 minutes](https://phpixie.com/quickstart.html)
+
+**PHPixie will fit both newcomers and experienced architects providing ease of use, solid foundation and total flexibility.**
+
+## Highlights
+ - **Great performance** - Designed for speed while not compromising on features. Proven by [independant benchmarks](https://www.techempower.com/benchmarks/#section=data-r9&hw=peak&test=fortune&l=sg).
+ - **Bundle System** - Reuse and share your code via Composer as self contained bundles
+ - **Linear code flow** - Never find yourself in an event hell ever again as event use is avoided
+ - **MongoDB Support** - Database components support working with MongoDB out of the box, including relationships between SQL databases and Mongo collections.
+ - **Best Practices** - Designed from scratch according to SOLID principles and industry standards.
+ - **Hardened Security** - Using cryptographically secure hashes, random tokens and secure cookie handing.
+ - **Developer support** - Need help? Just drop a line in the chat and get help from the creator in no time.
+
+