2017 © Pedro Peláez
 

library framework

image

asymptix/framework

  • Saturday, March 31, 2018
  • by dzarezenko
  • Repository
  • 2 Watchers
  • 3 Stars
  • 433 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 15 % Grown

The README.md

Asymptix PHP Framework

The Fast and Easy PHP Framework for Rapid Development., (*1)

Total Downloads Latest Stable Version Latest Unstable Version StyleCI Build Status Build Status Scrutinizer Code Quality Code Climate License, (*2)

REQUIREMENTS

The minimum requirement by Asymptix Framework is that your Web server supports PHP 5.4., (*3)

INSTALLATION

To install basic framework libs use Composer composer install command with composer.json configuration file., (*4)

{
    "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:, (*5)

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:, (*6)

header('X-Powered-By: Asymptix PHP Framework, PHP/' . phpversion());

Copyright (c) 2009-2017 Asymptix., (*7)

The Versions

31/03 2018

v2.0

2.0.0.0

  Sources   Download

05/12 2017

dev-master

9999999-dev http://www.asymptix.com/

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework php asymptix

16/12 2016

v2.2

2.2.0.0 http://www.asymptix.com/

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework php asymptix

22/07 2016

v2.2-beta

2.2.0.0-beta http://www.asymptix.com/

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework php asymptix

17/09 2015

v2.1.1-RC

2.1.1.0-RC http://www.asymptix.com/

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

framework php asymptix

13/08 2015

v2.1.0-beta

2.1.0.0-beta http://www.asymptix.com/

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

framework php asymptix

06/08 2015

v2.1.0-alpha

2.1.0.0-alpha

The Fast and Easy PHP Framework for Rapid Development.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

framework php asymptix