金融科技 / restapi
这是我的包 restapi
dev-main
2024-09-28 20:09 UTC
Requires
- php: ^8.1
- fintech/core: *
- illuminate/contracts: ^10.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
Suggests
- fintech/airtime: For bangladesh and international topup feature
- fintech/auth: For user authentication feature
- fintech/banco: For bank related features
- fintech/bell: For event and notification system
- fintech/business: For service setting features
- fintech/chat: For inter system user communication feature
- fintech/ekyc: For third party eKYC verification feature
- fintech/gift: For usages reward and redeem feature
- fintech/metadata: For country state city and other utility services
- fintech/promo: For promotional event and banner to customer feature
- fintech/reload: For customer wallet recharge
- fintech/remit: For sending money to any assigned country
- fintech/sanction: To verifiy a person is global sanction list or black listed
- fintech/tab: Pay local and international utility bills
- fintech/transaction: Multi currency and ordering system feature
- rakutentech/laravel-request-docs: Utilized as the documentation generation tool for all fintech packages.
This package is auto-updated.
Last update: 2024-09-28 20:09:23 UTC
README
这里应该放置您的描述。请限制为一到两段话。考虑添加一个小的示例。
支持我们
我们投入了大量资源来创建一流的开放源代码包。您可以通过购买我们的付费产品之一来支持我们。
我们非常感谢您从家乡寄给我们明信片,提及您正在使用我们哪些包。您可以在我们的联系页面上找到我们的地址。我们将所有收到的明信片发布在我们的虚拟明信片墙上。
安装
您可以通过 composer 安装此包
composer require fintech/restapi
您可以使用以下命令发布和运行迁移
php artisan vendor:publish --tag="restapi-migrations"
php artisan migrate
您可以使用以下命令发布配置文件
php artisan vendor:publish --tag="restapi-config"
这是发布配置文件的内容
return [
];
可选地,您可以使用以下命令发布视图
php artisan vendor:publish --tag="restapi-views"
用法
$restApi = new Fintech\RestApi(); echo $restApi->echoPhrase('Hello, Fintech!');
测试
composer test
变更日志
请参阅 变更日志 了解最近更改的详细信息。
贡献
请参阅 贡献 了解详细信息。
安全漏洞
请参阅 我们的安全策略 了解如何报告安全漏洞。
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。