asymptix / framework
The Fast and Easy PHP Framework for Rapid Development.
v2.2
2016-12-16 13:35 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-09 20:22:56 UTC
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.