invaderjoseph / framework

The Emberfuse framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emberfuse PHP Framework

Emberfuse is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.

Installation

It's recommended that you use Composer to install Emberfuse.

$ composer require emberfuse/emberfuse:^1.2
<?php

// ...

Then create file public/index.php.

<?php

// ...

Tests

To execute the test suite, you'll need to install all development dependencies.

$ git clone https://github.com/emberfuse/framework
$ composer install
$ composer test

Contributing

Please see CONTRIBUTING for details.

Learn More

Learn more at these links:

Security

If you discover security related issues, please email security@emberfuse.io instead of using the issue tracker.

License

The Emberfuse Framework is licensed under the MIT license. See License File for more information.

About

The Emberfuse framework.

License:MIT License


Languages

Language:PHP 100.0%Language:Shell 0.0%