Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

iranianpep/code-jetter

Repository files navigation

code jetter logo

Code Climate StyleCI

Code Jetter is a PHP MVC Framework which is handcrafted with love! Some of the features that make a developer life easier are:

  • Advanced routing system: Code Jetter has got an advanced routing system that can handle different scenarios efficiently. For example you are able to have required or optional parameters in the URL.

  • Built-in user authentication: Using the basic built-in user authentication in the framework you do not worry about user management anymore.

  • IO management

  • Built-in validator to validate inputs efficiently and all in one place: There is a validator class that simply allows you to validate inputs all in one place instead of writing your own functions.

  • Built-in query maker to create PDO queries and bind the values automatically

  • Utility classes to add more juice to default PHP functions

  • Multilingual system: Code Jetter supports Multilingual content by utilizing the Language class and JSON language files.

  • Pure PHP template engine which removes the need to learn and use another syntax e.g. Smarty. It is also much faster to use PHP itself instead of using another layer on top of that.

Getting Started

Installing Code Jetter even on a shared host is simple. All the steps to install Code Jetter are explained here.

Some of the tools and projects that power Code Jetter

Monolog https://github.com/Seldaek/monolog

PHPMailer https://github.com/PHPMailer/PHPMailer/

toastr https://github.com/CodeSeven/toastr

PHP Table Generator https://github.com/iranianpep/php-table-generator

Bootstrap http://getbootstrap.com

Chosen https://harvesthq.github.io/chosen/

Bootstrap Chosen https://github.com/alxlit/bootstrap-chosen

Reporting security issues

To report any security vulnerabilities, please drop an email to info@codejetter.com and do NOT report it on GitHub.