Immortal-Framework is a library Package for Immortal-Application, Contains all the core functionality required to build an awesome web application.
Supports the following versions of PHP.
- PHP 7.0
- PHP 7.1
- HHVM
Note: This repository only contains the core functionality. If you want to build an application using Immortat-Framework, visit the main Immortal Application repository.
It's recommended that you use Composer to install Immortal-Framework.
$ composer require theahmadzai/immortal-framework
This will install Immortal-Framework and all required dependencies.
To execute the test suite, you'll need phpunit.
$ ./vendor/bin/phpunit
- Fork the Immortal-Framework repository
- Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the public branch
All pull requests must adhere to the PSR-2 standard.
You can use following command to check for PSR-2 coding standard.
$ ./vendor/bin/phpcs
To fix code for PSR-2 standard automatically.
$ ./vendor/bin/phpcbf
If you discover security related issues, please email theahmadzai@hotmail.com instead of using the issue tracker. All security issues will be promptly addressed.
The Immortal Framework is licensed under the MIT license. See License File for more information.