PHPackages                             circlexo/circlexo - 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. [Framework](/categories/framework)
4. /
5. circlexo/circlexo

ActiveProject[Framework](/categories/framework)

circlexo/circlexo
=================

Open-source project to seamlessly integrate and manage your business workflow, connecting Jira, GitHub, Discord, Stripe, RevenueCat, and OpenAI all in one intuitive platform.

v0.0.1-beta(1y ago)10[4 PRs](https://github.com/circlexo/circlexo/pulls)MITCSSPHP ^8.2|^8.3CI passing

Since Mar 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/circlexo/circlexo)[ Packagist](https://packagist.org/packages/circlexo/circlexo)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/circlexo-circlexo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (19)Versions (6)Used By (0)

[![CircleXO](https://raw.githubusercontent.com/circlexo/circlexo/master/arts/cover.jpg)](https://raw.githubusercontent.com/circlexo/circlexo/master/arts/cover.jpg)

CircleXO: Unified Business Workflow Management
==============================================

[](#circlexo-unified-business-workflow-management)

Welcome to CircleXO, an open-source platform designed to streamline your team's workflow by integrating essential tools into a single, easy-to-use interface. CircleXO connects Jira, GitHub, Discord, Stripe, RevenueCat, and OpenAI, providing a comprehensive solution for managing your business processes all from one place.

Built with modern technologies like Laravel, FilamentPHP, Livewire, Vue.js, Laravel Starter Kit, and Wave 3 Kit, CircleXO offers a robust and scalable architecture tailored for high-performance and seamless user experiences.

---

Overview
--------

[](#overview)

CircleXO aims to simplify the complexities of modern business operations by offering a unified interface that enhances productivity, fosters collaboration, and provides real-time insights into your business performance. Whether you're managing projects, collaborating with your team, or automating repetitive tasks, CircleXO has you covered.

### Key Features

[](#key-features)

- **Unified Dashboard**: Access all your essential tools and data sources in one place.
- **Real-Time Updates**: Stay informed with real-time notifications and updates.
- **Automated Workflows**: Streamline your business processes with automated workflows.
- **Collaboration Tools**: Communicate and collaborate with your team seamlessly.
- **Data Analytics**: Gain insights into your business performance with advanced analytics.
- **Custom Integrations**: Connect with popular services like Jira, GitHub, Discord, and more.
- **Scalable Architecture**: Built with modern technologies for high performance and scalability.
- **Open-Source**: Customize and extend the platform to suit your unique business needs.
- **Easy to Use**: Intuitive interface designed for ease of use and user satisfaction.
- **Secure &amp; Reliable**: Built with security in mind to protect your data and privacy.
- **Community Support**: Join a vibrant community of developers and users for help and collaboration.
- **Continuous Updates**: Regular updates and improvements to enhance the platform's functionality.
- **Mobile Responsive**: Access the platform on any device with a responsive design.
- **Developer-Friendly**: Extend and customize the platform with ease using modern technologies.
- **Cost-Effective**: Reduce costs and improve efficiency with a single platform for all your needs.
- **API-Driven**: Built with APIs for seamless integration with other services and tools.
- **Documentation**: Comprehensive documentation to help you get started and make the most of the platform.
- **Feedback &amp; Support**: Provide feedback and get support from the community and the development team.

### Roadmap

[](#roadmap)

- **User Management**: Manage users, roles, and permissions with ease.
- **Integrations &amp; Plugins**: Connect with popular services and extend the platform with plugins.
- **Github Integration**: Integrate with Github for code management and version control.
- **Discord Integration**: Connect with Discord for team communication and collaboration.
- **Jira Integration**: Integrate with Jira for project management and issue tracking.
- **Stripe Integration**: Connect with Stripe for payment processing and revenue management.
- **RevenueCat Integration**: Integrate with RevenueCat for subscription management and analytics.
- **OpenAI Integration**: Connect with OpenAI for AI-powered automation and insights.
- **AWS Integration**: Integrate with AWS for cloud services and infrastructure management.
- **Vapor Integration**: Connect with Vapor for serverless deployment and scaling.
- **Forge Integration**: Integrate with Forge for server management and deployment.
- **Ploi Integration**: Connect with Ploi for server management and deployment.
- **Task Management**: Create, assign, and track tasks for your team.
- **Project Management**: Manage projects, milestones, and deadlines effectively.
- **Reporting &amp; Analytics**: Generate reports and analyze data to make informed decisions.
- **Automation &amp; Workflows**: Automate repetitive tasks and streamline your workflows.
- **Data Analytics**: Generate reports and analyze data to make informed decisions.

### Technology Stack

[](#technology-stack)

- **Backend**: Laravel 12
- **Admin Panel**: FilamentPHP 3.3
- **Real-Time UI**: Livewire 3.5
- **Database**: MySQL 8.0 / SQLite 3.0 / Postgres 17.0
- **Real-Time Communication**: Laravel Reverb
- **Frontend Components**: Vue.js 3.2
- **UI Kit**: Wave 3 Kit

---

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP (v8.2 or higher)
- Composer
- Node.js (v22 or higher)
- MySQL/SQLite/Postgres or any compatible database
- Basic understanding of Laravel and Vue.js

### Installation

[](#installation)

```
composer create-project circlexo/circlexo my-project
```

update your environment variables in `.env` file

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=circlexo
DB_USERNAME=root
DB_PASSWORD=

# Discord Bot / Notifications Options
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_URL=
DISCORD_WEBHOOK=
DISCORD_ERROR_WEBHOOK=
DISCORD_OTP_WEBHOOK=
DISCORD_ERROR_WEBHOOK_ACTIVE=true
DISCORD_APPLICATION_ID=
DISCORD_PUBLIC_KEY=
DISCORD_BOT_TOKEN=
DISCORD_REPORTS_WEBHOOK=
DISCORD_JIRA_WEBHOOK=

# Github Services Connect
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_URL=
GITHUB_USERNAME=
GITHUB_TOKEN=

# Google Services Connect
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK=
GOOGLE_CREDENTIALS=

# Google Analytics
ANALYTICS_PROPERTY_ID=
ANALYTICS_CREDENTIALS=

# Jira Services Connect
JIRA_APP_ID=
JIRA_REDIRECT_URI=
JIRA_CLIENT_ID=
JIRA_CLIENT_SECRET=
JIRA_USERNAME=
JIRA_PROJECT_KEY=
JIRA_HOST=
JIRA_EMAIL=
JIRA_TOKEN=
JIRA_BOARD=

# Stripe Services Connect
STRIPE_SECRET=

# RevenueCat Services Connect
REVENUE_CAT_API_KEY=
REVENUE_CAT_PROJECT_ID=

# OpenAI Services Connect
OPENAI_API_KEY=
OPENAI_ASSISTANT_ID=
OPENAI_ORGANIZATION=

# VAPOR Services Connect
VAPOR_API_KEY=
VAPOR_TEAM_ID=

# Webhook Secret
WEBHOOK_SECRET=
```

now you need to build your frontend

```
php artisan filament:assets
php artisan livewire:publish --assets
npm i
npm run build
```

it's time for data

```
php artisan migrate
php artisan db:seed
php artisan optimize
composer dev
```

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

[](#contributing)

We welcome contributions from the community! Whether you're a developer, designer, or simply have ideas to improve CircleXO, we'd love to hear from you. Please follow these guidelines:

1. **Fork the Repository**: Create a fork of the main repository.
2. **Create a Branch**: Work on a new branch for your feature or fix.
3. **Submit a Pull Request**: Once your changes are ready, submit a pull request for review.

### Development Guidelines

[](#development-guidelines)

- Follow the existing code style and conventions.
- Write clear and concise commit messages.
- Include tests for new features or bug fixes.

---

Documentation
-------------

[](#documentation)

For detailed information on each integration, configuration options, and advanced usage, please refer to our [official documentation](https://docs.3x1.io/circlexo).

---

License
-------

[](#license)

CircleXO is released under the MIT License. See [LICENSE](LICENSE) for more information.

---

Testing
-------

[](#testing)

if you like to run `PEST` testing just use this command

```
composer db
composer test
```

---

Code Style
----------

[](#code-style)

if you like to fix the code style just use this command

```
composer format
```

---

PHPStan
-------

[](#phpstan)

if you like to check the code by `PHPStan` just use this command

```
composer analyse
```

---

Contact
-------

[](#contact)

For any questions, feedback, or support, feel free to reach out to us via:

- Email: [Fady Mondy](mailto:info@3x1.io)
- GitHub Discussions: [Discuss on GitHub](https://github.com/circlexo/circlexo/discussions)

---

Thank you for choosing CircleXO! We hope this platform empowers your team to achieve more together.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance71

Regular maintenance activity

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Unknown

Total

1

Last Release

426d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (33 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

bussiness-intelligencedatadiscord-botforgegithubgooglejirakpisploirevenuecatstripevaporframeworklaravelgooglestripedatagithubjirabusiness intelligencediscord-botvaporforgerevenuecatploikpis

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/circlexo-circlexo/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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