asymptix/framework
Composer 安装命令:
composer require asymptix/framework
包简介
The Fast and Easy PHP Framework for Rapid Development.
关键字:
README 文档
README
The Fast and Easy PHP Framework for Rapid Development.
REQUIREMENTS
The minimum requirement by Asymptix Framework is that your Web server supports PHP 5.4.
INSTALLATION
To install basic framework libs use Composer composer install command with composer.json configuration file.
{ "minimum-stability": "dev", "require": { "php": ">=5.4.0", "asymptix/framework": ">=2.0.0" } }
After Composer installation you just need require autoload file with the next command:
require_once("./vendor/autoload.php");
IDENTITY
It's highly recommended to send header information with framework signature for better recognition with parsers and analyzers (like Wappalyzer). You may see example in the index.php file:
header('X-Powered-By: Asymptix PHP Framework, PHP/' . phpversion());
Copyright (c) 2009-2017 Asymptix.
统计信息
- 总下载量: 466
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-22