| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GitHub Project PHP is a Laravel package that helps you manage your GitHub Projects (V2) in PHP.
It provides a simple webhook system to receive GitHub project events and automatically generate activity comments on issues and pull requests.
composer require cslant/github-project-php| Field Type | Description |
|---|---|
| text | Simple text fields |
| number | Numeric fields |
| date | Date fields (Y-m-d format) |
| single_select | Single-select dropdowns with color support |
| multi_select | Multi-select fields |
| checkbox | Boolean/toggle fields |
| textarea | Long text content with diff view |
| iteration | Iteration/sprint fields |
| labels | Label/tag fields |
| assignees | User assignment fields |
| milestone | Milestone tracking |
| unsupported | Fallback for unknown field types |
See the GitHub Project PHP Documentation for detailed usage instructions.
php artisan vendor:publish --provider="CSlant\GitHubProject\GithubProjectServiceProvider" --tag="views"This copies templates to resources/views/vendor/github-project/md/field_types/.
All field type templates receive:
Generate comment messages via API:
POST /github-project/generate-comment
Content-Type: application/json
{
"payload": { ... }
}
Enable queue processing in your config:
// config/github-project.php
'is_queue_enabled' => true,Full documentation available at docs.cslant.com/github-project-php
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.
| Back | FazBrowse Home | New Git URL |