Skip to content

theahmadzai/Immortal-Framework

Repository files navigation

Immortal Framework

Join the chat at https://gitter.im/Immortal-Framework/Lobby Build Status Coverage Status Code Climate Total Downloads Latest Stable Version License

Immortal-Framework is a library Package for Immortal-Application, Contains all the core functionality required to build an awesome web application.

Requirements

Supports the following versions of PHP.

  • PHP 7.0
  • PHP 7.1
  • HHVM

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.

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.

Tests

To execute the test suite, you'll need phpunit.

$ ./vendor/bin/phpunit

Contributing

Pull Requests

  1. Fork the Immortal-Framework repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the public branch

Style Guide

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

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.

License

The Immortal Framework is licensed under the MIT license. See License File for more information.

Releases

No releases published

Packages

No packages published

Languages