Skip to content

gaurangkumar/ironphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IronPHP

Total Downloads Latest Stable Version Coverage Status Build Status Software License

About IronPHP

IronPHP is a development framework for PHP which uses Front Controller, and MVC.

Note: Under Development - First Beta version will be released soon.

Table of Contents

Requirements

IronPHP requires PHP 5.5 or later; we recommend using the latest PHP version whenever possible.

Installing IronPHP via Composer

You can install IronPHP as your project using Composer as a starting point. you can run the following:

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project --prefer-dist IronPHP/IronPHP [dir_name].

If Composer is installed globally, run

$ composer create-project ironphp/ironphp -s dev

In case you want to use a custom app dir name (e.g. /myapp/):

composer create-project --prefer-dist ironphp/ironphp -s dev myapp

You can now use your machine's webserver to view the default home page:

php -S localhost:8000 -t public

Then visit http://localhost:8000 to see the welcome page.

Update

Since this is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades atleast for NOT FOR NOW, so you have to do any updates manually.

Configuration

Read and edit 'Configuraton' in config/app.php and setup the 'Datasource' in config/database.php.

Community

About Us

IronPHP development is led by the Gaurang Parmar.

Get Support

Security

If you’ve found a security issue in IronPHP, please use the following procedure instead of the normal bug reporting system. Instead of using the bug tracker, mailing list or IRC please send an email to gaurangkumarp@gmail.com.

For each report, we try to first confirm the vulnerability. Once confirmed, the IronPHP will take the following actions:

  • Acknowledge to the reporter that we’ve received the issue, and are working on a fix. We ask that the reporter keep the issue confidential until we announce it.
  • Get a fix/patch prepared.
  • Prepare a post describing the vulnerability, and the possible exploits.
  • Release new versions of all affected versions.
  • Prominently feature the problem in the release announcement.

Credits

License

The IronPHP framework is open-sourced software licensed under the MIT license.

About

The IronPHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 99.8%
  • HTML 0.2%