Immortal Framework
, (*1)
Immortal-Framework is a library Package for Immortal-Application, Contains all the core functionality required to build an awesome web application., (*2)
Requirements
Supports the following versions of PHP., (*3)
Installation
Note: This repository only contains the core functionality. If you want to build an application using Immortat-Framework, visit the main Immortal Application repository., (*4)
It's recommended that you use Composer to install Immortal-Framework., (*5)
$ composer require theahmadzai/immortal-framework
This will install Immortal-Framework and all required dependencies., (*6)
Tests
To execute the test suite, you'll need phpunit., (*7)
$ ./vendor/bin/phpunit
Contributing
Pull Requests
- 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
Style Guide
All pull requests must adhere to the PSR-2 standard., (*8)
You can use following command to check for PSR-2 coding standard., (*9)
$ ./vendor/bin/phpcs
To fix code for PSR-2 standard automatically., (*10)
$ ./vendor/bin/phpcbf
Security
If you discover security related issues, please email theahmadzai@hotmail.com instead of using the issue tracker. All security issues will be promptly addressed., (*11)
License
The Immortal Framework is licensed under the MIT license. See License File for more information., (*12)