Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Laravel 有没有集成 Payfort 支付网关的包?我想在我的 Laravel 项目中集成付款/结帐。我得到了参考代码,但不知道哪个包会有帮助?为此,我首先安装了wshurafa/laravel-payfort包,但它不会导入参考代码中提到的某些模型,这些模型是 Start、Start_Charge 等。我还尝试了另一个名为conceptlz/payfort 的包,但它也不满足我上面给出的参考链接的代码。
很好,做好工作。我在需要时在我的应用程序中使用它。
你可以使用这个库
composer require conceptlz/payfort
这是详细文档的链接
https://packagist.org/packages/conceptlz/payfort