PHPackages                             kinsari-os/azticketing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kinsari-os/azticketing

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kinsari-os/azticketing
======================

A robust ticketing system for your Laravel application using Azure Board

1.0.0(1y ago)068MITPHP

Since Feb 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/manuelluvuvamo/KOSAzTicketing)[ Packagist](https://packagist.org/packages/kinsari-os/azticketing)[ RSS](/packages/kinsari-os-azticketing/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Azticketing
===========

[](#azticketing)

Report bugs and more from your Laravel application to Azure DevOps Boards.

Motivation
----------

[](#motivation)

This package was created to help developers integrate Azure Board into their Laravel applications in order to add ticketing support for their users. This package is designed to be simple and easy to use.

Installation
------------

[](#installation)

1. You can install the package via repository:

On your `composer.json` file, add the following repository:

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/antonio-pedro99/azticketing"
    }
]
```

Then, run the following command:

```
composer update
```

2. Publish the configuration file:

```
php artisan vendor:publish --tag="azticketing-config"
```

3. Publish the views:

```
php artisan vendor:publish --tag="azticketing-views"
```

3. Publish the assets:

```
php artisan vendor:publish --tag="azticketing-assets"
```

Configuration
-------------

[](#configuration)

You can configure the package by editing the `config/azticketing.php` file. It contains the following options:

```
"organization": // Your Azure DevOps organization.
"project": // Your Azure DevOps project.
"pat": //Personal Access Token for Azure DevOps.
"webhook_secret": //Secret for validating incoming webhooks. Ignore for now
"area_path": // Area path for the tickets. If not set, it will use the project name.
"app:" //Configuration for the Laravel application. You can set the following options:
    "page_title": // Default page title.
"enable_views": // Enable or disable the default views for manager tickets.
"routes": // Configuration for the default routes. You can set the following options:
    "prefix": // The prefix for the routes.
```

Exemple of usage
----------------

[](#exemple-of-usage)

### Creating a Ticket

[](#creating-a-ticket)

You can create a ticket using the `createTicket` method:

```
use use AzTicketingManager;

AzTicketingManager::createTicket(
    'My first ticket',
    'This is the description of my first ticket.', []);
```

The empty array at the end is for metadata or customs fields. You can pass tags, priority, and other fields.

Contributing
------------

[](#contributing)

If you would like to contribute to this package, please feel free to submit a pull request.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance40

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd8df45f0fc896e3f14504607a560dec0c01b885364303b785674d0391b655b1?d=identicon)[manuel.luvuvamo](/maintainers/manuel.luvuvamo)

---

Top Contributors

[![manuelluvuvamo](https://avatars.githubusercontent.com/u/65790902?v=4)](https://github.com/manuelluvuvamo "manuelluvuvamo (16 commits)")[![antonio-pedro99](https://avatars.githubusercontent.com/u/42675180?v=4)](https://github.com/antonio-pedro99 "antonio-pedro99 (2 commits)")

### Embed Badge

![Health badge](/badges/kinsari-os-azticketing/health.svg)

```
[![Health](https://phpackages.com/badges/kinsari-os-azticketing/health.svg)](https://phpackages.com/packages/kinsari-os-azticketing)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k95](/packages/nativephp-mobile)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.2k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
