|
2 | 2 |
|
3 | 3 | PHP lib for Bitrix24 application development |
4 | 4 |
|
| 5 | +## Build status |
| 6 | + |
| 7 | +| CI\CD [status](https://github.com/mesilov/bitrix24-php-lib/actions) on `master` | |
| 8 | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 9 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/license-check.yml) | |
| 10 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/lint-cs-fixer.yml) | |
| 11 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/lint-phpstan.yml) | |
| 12 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/lint-rector.yml) | |
| 13 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/tests-unit.yml) | |
| 14 | +| [](https://github.com/mesilov/bitrix24-php-lib/actions/workflows/tests-functional.yml) | |
| 15 | + |
| 16 | + |
5 | 17 | ## Application Domain |
6 | 18 |
|
7 | 19 | The library is designed for rapid development of Bitrix24 applications. Provides data storage layer in |
8 | 20 | [PostgreSQL](https://www.postgresql.org/) database using [Doctrine ORM](https://www.doctrine-project.org/). |
9 | 21 |
|
10 | | -Implements [contracts](https://github.com/mesilov/bitrix24-php-sdk/tree/master/src/Application/Contracts) from |
| 22 | +Implements [contracts](https://github.com/bitrix24/b24phpsdk/tree/main/src/Application/Contracts) from |
11 | 23 | bitrix24-php-sdk. |
12 | 24 |
|
13 | 25 | ## Supported Contracts |
14 | 26 |
|
15 | | -### Bitrix24Accounts |
| 27 | +### Bitrix24Accounts — ✅ |
16 | 28 |
|
17 | 29 | Responsible for |
18 | | -storing [Bitrix24 accounts](https://github.com/mesilov/bitrix24-php-sdk/tree/master/src/Application/Contracts/Bitrix24Accounts) |
| 30 | +storing [Bitrix24 accounts](https://github.com/bitrix24/b24phpsdk/tree/main/src/Application/Contracts/Bitrix24Accounts) |
19 | 31 | with portal access tokens. |
20 | 32 |
|
21 | | -### ApplicationInstallations |
| 33 | +### ApplicationInstallations — ✅ |
22 | 34 |
|
23 | 35 | Responsible for |
24 | | -storing [installation facts](https://github.com/mesilov/bitrix24-php-sdk/tree/master/src/Application/Contracts/ApplicationInstallations) |
| 36 | +storing [installation facts](https://github.com/bitrix24/b24phpsdk/tree/main/src/Application/Contracts/ApplicationInstallations) |
25 | 37 | of applications on specific Bitrix24 portals |
26 | 38 |
|
27 | | -### ContactPersons |
| 39 | +### ContactPersons — ⏳ work in progress |
28 | 40 |
|
29 | 41 | Responsible for |
30 | | -storing [contact persons](https://github.com/mesilov/bitrix24-php-sdk/tree/master/src/Application/Contracts/ContactPersons) |
| 42 | +storing [contact persons](https://github.com/bitrix24/b24phpsdk/tree/main/src/Application/Contracts/ContactPersons) |
31 | 43 | who performed application installation |
32 | 44 |
|
33 | | -### Bitrix24Partners |
| 45 | +### Bitrix24Partners — ⏳ work in progress |
34 | 46 |
|
35 | 47 | Responsible for |
36 | | -storing [Bitrix24 partners](https://github.com/mesilov/bitrix24-php-sdk/tree/master/src/Application/Contracts/Bitrix24Partners) who performed installation or service the portal |
| 48 | +storing [Bitrix24 partners](https://github.com/bitrix24/b24phpsdk/tree/main/src/Application/Contracts/Bitrix24Partners) who performed installation or service the portal |
37 | 49 |
|
38 | 50 | ## Architecture |
39 | 51 |
|
|
0 commit comments