uvdesk/api-bundle

Easily integrate with your community helpdesk system using the uvdesk api bundle.

Installs: 9 146

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 11

Forks: 12

Open Issues: 36

Type:symfony-bundle

v1.1.2 2023-06-12 14:40 UTC

This package is auto-updated.

Last update: 2024-04-12 16:25:54 UTC


README

68747470733a2f2f73332d61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f63646e2e75766465736b2e636f6d2f75766465736b2f62756e646c65732f7765626b756c64656661756c742f696d616765732f75766465736b2d776964652e737667

The API bundle allows integration developers to utilize uvdesk's REST api to easily communicate with their community helpdesk system.

Installation

This bundle can be easily integrated into any symfony application (though it is recommended that you're using Symfony 4 as things have changed drastically with the newer Symfony versions). Before continuing, make sure that you're using PHP 7.2 or higher and have Composer installed.

To require the api bundle into your symfony project, simply run the following from your project root:

$ composer require uvdesk/api-bundle

After installing api bundle run the below command:

$ php bin/console doctrine:schema:update --force

Finally clear your project cache by below command(write prod if running in production environment i.e --env prod):

$ php bin/console cache:clear --env dev

Getting Started

License

The API Bundle and libraries included within the bundle are released under the MIT or BSD license.