ixudra/formidable
Composer 安装命令:
composer require ixudra/formidable
包简介
Custom PHP formidable library for the Laravel framework - developed by Ixudra
README 文档
README
Custom PHP formidable library for the Laravel framework - developed by Ixudra.
The package provides an easy interface for sending formidable requests from your PHP web application. The package provides an intuitive, fluent interface similar the Laravel query builder to easily configure the request. Additionally, There are several utility methods that allow you to easily add certain options to the request. This makes it easier to create and use formidable requests and also makes your code more comprehensible.
The provided functionality is completely framework-independent but also contains a Laravel service provider for easy integration into your Laravel project.
Note before posting an issue: When posting an issue for the package, always be sure to provide as much information regarding the request as possible. This includes the example formidable request you are trying to transfer into the package syntax, your actual package syntax (the full request) and (if possible) an example URL I can use to test the request myself if need be.
Installation
Pull this package in through Composer.
{ "require": { "ixudra/formidable": "0.*" } }
or run in terminal:
composer require ixudra/formidable
Laravel Integration
Laravel's package discovery will take care of integration for you.
Integration without Laravel
Create a new instance of the FormidableService where you would like to use the package:
$formidableService = new \Ixudra\Formidable\FormidableService();
Usage
To be added soon!
Planning
To be added soon!
Support
Help me further develop and maintain this package by supporting me via Patreon!!
License
This package is open-sourced software licensed under the MIT license
Contact
For package questions, bug, suggestions and/or feature requests, please use the Github issue system and/or submit a pull request. When submitting an issue, always provide a detailed explanation of your problem, any response or feedback your get, log messages that might be relevant as well as a source code example that demonstrates the problem. If not, I will most likely not be able to help you with your problem. Please review the contribution guidelines before submitting your issue or pull request.
For any other questions, feel free to use the credentials listed below:
Jan Oris (developer)
- Email: jan.oris@ixudra.be
- Telephone: +32 496 94 20 57
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-23