develop-b24-php

Develop Bitrix24 backend applications with PHP, Symfony, and the Bitrix24 PHP SDK.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill develop-b24-php
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop-b24-php
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/develop-b24-php
Command: npx skills add https://github.com/rustams/inbound --skill develop-b24-php

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development of backend applications for Bitrix24 using PHP, enabling seamless integration with the platform's features and data.

Core Features & Use Cases

  • API Endpoint Creation: Develop custom API endpoints within your Bitrix24 application using Symfony.
  • Bitrix24 Data Management: Interact with Bitrix24 entities (like CRM deals, contacts) using the official PHP SDK.
  • Authentication Handling: Implement secure authentication flows, including OAuth and JWT.
  • Use Case: You need to create a new webhook endpoint in your Bitrix24 app that automatically updates a CRM deal when a specific event occurs.

Quick Start

Use the develop-b24-php skill to create a new API endpoint at /api/my-endpoint that returns a JSON response.

Frequently Asked Questions about develop-b24-php

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Bitrix24 PHP backend using Symfony?

To implement Bitrix24 authentication, use the Skill to configure secure OAuth and JWT flows within your Symfony application. This ensures API endpoints safely interact with protected CRM data.

Can I manage Bitrix24 CRM deals and contacts with the PHP SDK?

Creating a Bitrix24 webhook endpoint involves developing a custom API route in Symfony that processes incoming events and returns a JSON response. The Skill guides this endpoint creation and data management process.

Do I need to know Symfony dependency injection to develop Bitrix24 backends?

To create custom API endpoints for Bitrix24, define Symfony routes that handle HTTP requests and return JSON responses. The Skill facilitates this by combining Symfony components with the Bitrix24 PHP SDK.

What is the best way to integrate Bitrix24 data in a PHP application?

You can automatically update a Bitrix24 CRM deal by creating a custom webhook endpoint in your Symfony application. This endpoint listens for specific events and uses the PHP SDK to modify deal data.