Download the PHP package cgdsoftware/enso without Composer

On this page you can find all versions of the php package cgdsoftware/enso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package enso

Liberu Real Estate / Estate Agency

PHP 8.5 Laravel 12 Filament 5 Livewire 4 License: MIT Open Source Love Latest Release Test Coverage


The open-source real estate platform that empowers agents, landlords and developers — built on Laravel 12, PHP 8.5, Filament 5 and Livewire 4.

Contact us on WhatsApp YouTube Facebook Instagram X LinkedIn GitHub


Install Tests Docker


About

Liberu Real Estate is a fully featured, open-source property management and estate agency platform. It brings together property listings, tenant management, bookings, bids, neighbourhood insights, and cutting-edge AI/VR tools in a single, modular Laravel application. Whether you're running a solo letting agency or building a multi-branch operation, Liberu Real Estate gives you a production-ready foundation you can extend and deploy with confidence.


Features

Feature Description
Property Listings Create and manage residential and commercial listings with rich media, pricing and availability.
Tenant & Landlord Management Track tenants, landlords, lease terms, rent schedules and contact history.
Bookings & Bids Allow prospective tenants and buyers to book viewings and submit bids directly through the platform.
Transaction Tracking Full audit trail of payments, deposits and financial events with reporting dashboards.
Neural Network Valuation AI-powered property valuations using machine learning with confidence scoring and market insights.
Smart Contracts Blockchain-based rental agreements with digital signatures and automated clause execution.
Virtual Staging Upload property images and apply AI-powered design styles to stage them virtually.
Holographic Tours Immersive 3D property viewing with support for Looking Glass, HoloFan, HoloLamp and browser-based WebGL.
VR Property Design Design and visualise custom interiors in VR with 8 design styles and full furniture/lighting management.
Neighbourhood Insights Automated demographics, schools, amenities, transport links and walkability scores for each listing.
News & Market Updates Built-in CMS for publishing property market news and agency announcements.
Admin Panel Powerful back-office powered by Filament 5 with role-based access control via Filament Shield.
Real-time UI Livewire 4 driven interactive interfaces — no full-page reloads needed.
Scheduled Tasks Automated daily neighbourhood data refresh via Laravel's task scheduler.
Multi-auth & Social Login Jetstream + Socialstream for first-party and OAuth authentication.
Docker & Sail Ready One-command local development with Docker Compose or Laravel Sail.

Installation

Prerequisites

Option 1 — Command-line installer (setup.sh)

The quickest way to get started on Linux/macOS:

setup.sh copies .env.example → .env, generates the application key, installs Composer and npm dependencies, runs database migrations and seeds demo data automatically.

Option 2 — Graphical installer (install.php)

A browser-based graphical installer is included for shared-hosting and non-technical deployments:

  1. Upload the project files to your web server.
  2. Open https://your-domain.com/install.php in a browser.
  3. Follow the step-by-step wizard to configure your database, environment and admin account.

Option 3 — Manual step-by-step

Option 4 — Docker

Option 5 — Laravel Sail


Demo

Live demo: https://agent.liberu.co.uk


Documentation


Our Projects

The Liberu ecosystem contains a number of companion repositories and packages that extend or demonstrate functionality used in this boilerplate. Follow the links to learn more or to contribute.

Project Repository Description
Accounting liberu-accounting/accounting-laravel Accounting and invoicing features tailored for Laravel applications.
Automation liberu-automation/automation-laravel Automation tooling and workflow integrations for Laravel projects.
Billing liberu-billing/billing-laravel Subscription and billing management integrations (payments, invoices).
Boilerplate (core) liberusoftware/boilerplate Core starter and shared utilities used across Liberu projects.
Browser Game liberu-browser-game/browser-game-laravel Example Laravel-based browser game platform and mechanics.
CMS liberu-cms/cms-laravel Content management features and modular page administration.
Control Panel liberu-control-panel/control-panel-laravel Administration/control-panel components for managing services.
CRM liberu-crm/crm-laravel Customer relationship management features and integrations.
E-commerce liberu-ecommerce/ecommerce-laravel E-commerce storefront, product and order management.
Genealogy liberu-genealogy/genealogy-laravel Family tree and genealogy research features built on Laravel.
Maintenance liberu-maintenance/maintenance-laravel Scheduling, tracking and reporting for maintenance tasks.
Real Estate liberu-real-estate/real-estate-laravel Property listings and real-estate management features.
Social Network liberu-social-network/social-network-laravel Social features, profiles, feeds and messaging for Laravel apps.

Contributing

Contributions are warmly welcomed! Here's how to get involved:

  1. Fork the repository and create a new branch from main (e.g. feature/my-new-feature).
  2. Write tests for any new functionality or bug fix — we follow PHPUnit with the existing test suite.
  3. Follow PSR-12 coding standards. Run ./vendor/bin/pint before committing to auto-fix style issues.
  4. Open a Pull Request against main with a clear description of the change and why it's needed.
  5. A maintainer will review your PR, leave feedback if necessary, and merge once approved.

For larger changes or new features, please open an issue first to discuss the approach before investing significant time. Bug reports, documentation improvements and translations are all equally valuable.


License

This project is licensed under the MIT License — see the LICENSE file for the full text.

What this means for you:

The MIT license is one of the most permissive open-source licenses available. It gives you maximum freedom with minimal legal overhead, making it ideal for both personal projects and commercial deployments.


Maintainers

Project managed by Liberu — https://liberu.co.uk


All versions of enso with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
althinect/filament-spatie-roles-permissions Version ^2.2
bezhansalleh/filament-shield Version ^3.2
filament/filament Version ^3.2
guzzlehttp/guzzle Version ^7.8
joelbutcher/socialstream Version ^6.0
laravel/framework Version ^11.0
laravel/jetstream Version ^5.1
laravel/octane Version ^2.3
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.9
livewire/livewire Version ^3.5
spiral/roadrunner-cli Version ^2.6.0
spiral/roadrunner-http Version ^3.3.0
stephenjude/filament-jetstream Version ^0.0.12
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cgdsoftware/enso contains the following files

Loading the files please wait ...