hubleto/erp

Production-ready Hubleto ERP.

0.16.2 2025-08-13 05:48 UTC

This package is auto-updated.

Last update: 2025-08-15 12:25:09 UTC


README

This is the repository for installation of production-ready Hubleto ERP. To install do following:

  • cd YOUR_HUBLETO_ERP_FOLDER
  • composer create-project hubleto/erp . --no-dev
  • php hubleto init

🌟 Star if you like it!

Hubleto is a community project, a series of repositories resulting in an opensource ERP/CRM package (this hubleto/erp repository).

The other underlying repositories are:

  • hubleto/framework - PHP-based low level MVC framework
  • hubleto/react-ui - React-based UI using other libraries like primereact but modified and tailored for Hubleto ERP
  • hubleto/terminal - a simple command-line tool for PHP
  • hubleto/apps - set of freely available apps covering features like CRM, supply-chain or project management
  • hubleto/main - package combining everything together into a Hubleto ERP solution.

hubleto/erp (this repository) is a package for composer create-project command which installs the hubleto/main and adds some other files for easier customization after installation.

Hubleto is free also for your commercial projects.

How to customize

If you want to customize your Hubleto installation, start by creating your new Hubleto app.

php hubleto create app MyFirstApp

How to contribute

If you want to contribute, you will need to fork all Hubleto repositories and recreate the project folder to use these forks.

Fork all Hubleto repositories

IMPORTANT Fork all repositories into one folder, e.g. /var/www/hubleto.

Re-create your Hubleto folder

IMPORTANT Change /var/www/hubleto in commands below to path to your folder with forks.

composer create-project hubleto/erp . dev-main
./bin/use-local-repositories /var/www/hubleto
npm run build
php hubleto init

Become our partner

Hubleto is a community project and so it needs your help. We provide complete Hubleto code for free and maintain its development.

We will be very happy to get in touch with any company or individuals, willing to act as reseller or consultant.

Do not hesitate and contact us via LinkedIn or Reddit.

See also