PHPackages                             avivieu/bitrix-redmine - 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. avivieu/bitrix-redmine

ActiveLibrary

avivieu/bitrix-redmine
======================

Laravel 5 service for integration users from Bitrix24 to Redmine

273PHP

Since Mar 1Pushed 10y ago3 watchersCompare

[ Source](https://github.com/avivieu/BitrixRedmine)[ Packagist](https://packagist.org/packages/avivieu/bitrix-redmine)[ RSS](/packages/avivieu-bitrix-redmine/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 service for integration users from Bitrix24 to Redmine
================================================================

[](#laravel-5-service-for-integration-users-from-bitrix24-to-redmine)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1d140fce0be3e3ddb04497f7c1d1b7b04eec9bbb9559fc671ee449e06dfc3ef1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617669766965752f6269747269782d7265646d696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/avivieu/bitrix-redmine)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Install steps
-------------

[](#install-steps)

**Install [Laravel](https://laravel.com/docs/5.2)**

**Install service**

```
$ composer require avivieu/bitrix-redmine
```

**Publish assets**

```
php artisan vendor:publish --provider="avivieu\bitrixRedmine\bitrixRedmineServiceProvider"
```

**Run migrations**

```
$ php artisan migrate --path=vendor/avivieu/bitrixRedmine/src/migrations
```

**Change redmine settings from config path /config/redmine.php**

Usage
-----

[](#usage)

For usage you need sent REST requests from bitrix to service with the next requirements:

- For create users - POST , width fields: $\_POST\['EMAIL'\], $\_POST\['NAME'\], $\_POST\['LAST\_NAME'\], $\_POST\['CONFIRM\_PASSWORD'\], $\_POST\['ID'\]
- For update users - POST [https://you-laravel-service-url.dev/redmine/user/update/{id}](https://you-laravel-service-url.dev/redmine/user/update/%7Bid%7D) width fields: $\_POST\['EMAIL'\], $\_POST\['NAME'\], $\_POST\['LAST\_NAME'\], $\_POST\['CONFIRM\_PASSWORD'\]
- For delete user - POST [https://you-laravel-service-url.dev/redmine/user/destroy/{id}](https://you-laravel-service-url.dev/redmine/user/destroy/%7Bid%7D) width field: $\_POST\['ID'\]

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

[Avivi](http://avivi.info)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d51d57d7243c5eb4a321b9facf7c4ab42ec23f4b63f5d5171c1a37e059a3f22f?d=identicon)[avivieu](/maintainers/avivieu)

---

Top Contributors

[![avivieu](https://avatars.githubusercontent.com/u/17474861?v=4)](https://github.com/avivieu "avivieu (36 commits)")[![syrex88](https://avatars.githubusercontent.com/u/6398038?v=4)](https://github.com/syrex88 "syrex88 (4 commits)")

### Embed Badge

![Health badge](/badges/avivieu-bitrix-redmine/health.svg)

```
[![Health](https://phpackages.com/badges/avivieu-bitrix-redmine/health.svg)](https://phpackages.com/packages/avivieu-bitrix-redmine)
```

PHPackages © 2026

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