Skip to content

jjuanrivvera/awesome-framework-core

Repository files navigation

Awesome Framework Core

Latest Version on Packagist Software License Total Downloads Maintainability

Structure

examples/
src/
tests/
vendor/

Install

Via Composer

$ composer require jjuanrivvera/awesome-framework-core

Usage

// Bootstrap application
$app = new Awesome\App(
    config: new Awesome\Config(dirname(__FILE__) . '/config'), // Set config, optional
    routesPath: dirname(__FILE__) . '/routes/*.php', // Set routes path, optional
    viewPath: './App/Views', // Set views path, optional
    isCli: false // Define if the application is running as CLI, default false
);

// Initialize application
$app->init();

// Run application
return $app->run();

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email jjuanrivvera@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Awesome Framework Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors