Skip to content

Latest commit

ย 

History

History
42 lines (29 loc) ยท 2 KB

File metadata and controls

42 lines (29 loc) ยท 2 KB

๐Ÿš€ Overview

A high-performance, standardized dependency library designed to unify the FiveM development ecosystem. By bridging the gap between major frameworks (ESX, QBCore), inventory systems (OX, QB, Core) and other resources, it provides a consistent API that allows developers to write code once and deploy it anywhere.


๐ŸŒŸ Features

  • Framework Agnostic: Seamlessly auto-detects frameworks (e.g.: ESX, QBCore) environments on startup.
  • Inventory Integration: Out-of-the-box support for inventories such as ox_inventory and qb-inventory.
  • Optimized Performance: Built on a Singleton Pattern to minimize memory overhead and eliminate redundant logic.
  • Smart Notifications: Automatically routes alerts through supported resources or native GTA V notifications.

๐Ÿ› ๏ธ Installation & Integration

See the Installation Guide on our documentation for detailed steps.


๐Ÿ“œ Supported Scripts

All supported systems can be found in our Scripts Documentation.


๐Ÿ“„ Licensing & Usage

This library is a dedicated dependency for all our resources.

  • Permissions: You are encouraged to view and modify the code to suit your server's specific requirements.
  • Restrictions: You may not claim this code as your own, redistribute it, or resell it as a standalone product.

โคด๏ธ Pull Requests

We welcome community contributions! If you are a developer looking to enhance div_bridge, whether by optimizing existing logic or adding support for a custom framework or inventory system - weโ€™d love to see your work.

  • Fork the repository.
  • Commit your changes with clear, descriptive notes.
  • Submit a Pull Request.

Our team will review all submissions and merge those that provide significant value to the community.


๐ŸŽ—๏ธ Credits

This project incorporates modified functions from ox_lib by the Overextended Team.