OpenEstate-PHP-Export is developed as a part of the freeware real estate
software OpenEstate-ImmoTool. When a user exports
his properties to his website in PHP format, these scripts are transferred to
the webspace including real estate data in the data
folder.
- listing view of multiple real estates
(see
index.php
) - detailled view of a single real estate
(see
expose.php
) - visitors may manage their favored real estates
(see
fav.php
) - real estate listings may be filtered by different criteria
(see
\OpenEstate\PhpExport\Filter
) - real estate listings may be ordered by different criteria
(see
\OpenEstate\PhpExport\Order
) - a basic contact form is available
(see
\OpenEstate\PhpExport\Action\Contact
) - generated output is fully customizable with themes
- a lot of configuration options are available
(see
\OpenEstate\PhpExport\Config
andconfig.php
) - available in multiple languages (English by default, see current translation progress)
- open source modules are available for WordPress, CMS made simple, WBCE & Joomla
- client side (real estate agency / website owner)
- OpenEstate-ImmoTool 1.0.0 or later
- webspace side
- PHP 5.6 or newer
- PHP GD extension (optional, but recommended)
- PHP mbstring extension (optional)
- PHP iconv extension (optional)
The following third party components are provided by OpenEstate-PHP-Export:
- PHPMailer v6.0.6 (license: LGPL 2.1)
- Gettext v4.6.1 (license: MIT)
- Gettext CLDR data v2.5.0 (license: MIT)
- Punycode v2.1.1 (license: MIT)
- jQuery v3.3.1 (license: MIT)
- slick v1.8.1 (license: MIT)
- components used by the default theme
- components used by the bootstrap3 theme
- components used by the bootstrap4 theme
- aggregated icons (generated with fontello.com)
- Font Awesome (license: SIL)
- Fontelico (license: SIL)
This solution works entirely without a database. Therefore more complex queries on the exported real estates may not be possible with acceptable performance.
This library is licensed under the terms of
Apache License, Version 2.0.
Take a look at the provided LICENSE.txt
for the license text.