theahmadzai / immortal-framework
Immortal Framework (Library) http://www.codeinvoker.com
Requires
- php: >=5.6.0
- monolog/monolog: @stable
- nikic/fast-route: @stable
- psr/cache: @stable
- psr/container: @stable
- psr/http-message: @stable
- psr/link: @stable
- psr/log: @stable
- psr/simple-cache: @stable
Requires (Dev)
- phpunit/phpunit: @stable
- squizlabs/php_codesniffer: @stable
This package is auto-updated.
Last update: 2025-05-08 08:16:02 UTC
README
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
- 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.
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.