Commit c8bc54a
committed
Add Kakao BMS support to SOLAPI PHP SDK
- Introduced new BMS message types including TEXT, IMAGE, WIDE, WIDE_ITEM_LIST, COMMERCE, CAROUSEL_FEED, CAROUSEL_COMMERCE, and PREMIUM_VIDEO.
- Added models for BMS components such as BmsButton, BmsCarousel, BmsCommerce, and BmsVideo.
- Implemented validation logic for BMS message requirements.
- Created example scripts for sending various BMS message types.
- Updated composer.json to include PHPUnit for testing and added autoloading for development.
- Enhanced .gitignore to exclude PHPUnit cache files and vendor directory.
- Added unit tests for BMS models and validation logic.1 parent 87410bb commit c8bc54a
28 files changed
Lines changed: 4408 additions & 10 deletions
File tree
- examples
- src
- Exceptions
- Models/Kakao
- Bms
- tests/Models/Kakao/Bms
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 | | |
49 | 60 | | |
0 commit comments