fintech/core

This is a core module package for fintech package program
5,447
Install
composer require fintech/core
PHP:^8.2
License:MIT
Last Updated:Aug 23, 2026
Links: GitHub  ·  Packagist
Maintainer: hafijul233

This is a core module package for fintech package program

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require fintech/core

You can publish and run the migrations with:

php artisan vendor:publish --tag="core-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="core-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="core-views"

Usage

$core = new Fintech\Core();
echo $core->echoPhrase('Hello, Fintech!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

Related Packages

cortex/foundation

The core foundation of Rinvex Cortex modular application architecture.

7,948 7
ozankurt/google-core

Laravel 5 Google Core

17,830 1
oval/laravel-bootstrap

Core files including helpers for Laravel

5,509 0
yajra/cms-core

Core module of YajraCMS.

1,770 19
ghi/core-domain

Paquete con el dominio de negocio core para las aplicaciones de GHI.

325 0