phpixie/project

PHPixie skeleton project

Installs: 8 627

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1 011

Watchers: 68

Forks: 126

Open Issues: 12

Type:project

3.7.1 2018-02-16 00:34 UTC

This package is auto-updated.

Last update: 2024-04-13 01:26:21 UTC


README

68747470733a2f2f706870697869652e636f6d2f696d616765732f6c6f676f2e706e67

Website: phpixie.com

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. This PHP framework never stands in your way and provides you with full control over execution flow. It's 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 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

Interested? Learn PHPixie in 30 minutes

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.
  • 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.