List some inbuilt PHPixie Components?

devquora
devquora

Posted On: Feb 22, 2018

 

PHPixie is built upon independent components that can be easily used separately from the framework. Below is list of some inbuilt Components of PHPixie Framework

  • Inbuilt Authentication
  • Database support for MySQL, PostgreSQL, SQLite, and MongoDB
  • Inbuilt Exceptions and tracing with Debug component
  • HTTP library that handles HTTP protocol abstraction and implements the PSR-7 implementation
  • The image library that provides a common simple interface to working with GD, Imagick, and Gmagick making development easy and allowing effortless switching between them.
  • PHPixie Migrate component that allows you to version your database schema and apply updates to it in a consistent way. It also allows you to define some data to be inserted in the database, which is useful when writing tests or demo-ing the code.
  • PHPixie ORM library
  • PHPixie Pagination library
  • PHPixie Validation library
  • PHP Template

    Related Questions

    Please Login or Register to leave a response.

    Related Questions