Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

marcomontalbano/mako-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mako Framework

Build Status Latest Stable Version

This fork adds support for PHP 7 to Mako Framework 3.x.

If you are currently use this old version, you can now update to Mako Framework 3.7 and use PHP 7.

How to update

As suggested by @freost (i asked for an official release) you just need to update your composer.json.

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/marcomontalbano/mako-framework"
        }
    ],
    "require": {
        "mako/framework": "3.7.*",
    },
}

That's it! Run composer update and start to play with PHP 7.

About

This fork adds support for PHP 7 to Mako Framework 3.x.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 98.3%
  • CSS 1.6%
  • Smarty 0.1%