Skip to content

e107inc/e107

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14,414 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

e107 Content Management System

GitHub release GitHub Workflow "Unit Tests" Status Code coverage Join the chat at https://gitter.im/e107inc/e107 Download e107

e107 is a free and open-source content management system (CMS) which allows you to manage and publish your content online with ease. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, websites, intranets – e107 does it all.

Table of Contents

Requirements

Minimum

  • A web server (Apache or Microsoft IIS) running PHP 7.4 or newer
  • MySQL 4.x or newer, or MariaDB
  • FTP access to your web server and an FTP client (such as FileZilla)
  • Username and password to your MySQL database

Recommended

  • Apache 2.4 or newer on Linux
  • PHP 7.4 or newer
  • MySQL 5.6 or newer, or MariaDB 10.3 or newer
  • A registered domain name
  • Access to a server control panel (such as cPanel)

Release Lifecycle

Versions Maintainer Release End of New Features End of Maintenance End of Revival
~> 0.5.4 @e107steved 2002-10-02 2003-06-13 2003-06-13 2003-08-04
~> 0.6.0 @e107steved 2003-08-04 2004-09-17 2004-09-17 2006-01-24
~> 0.7.0 Contributors to the e107 project 2006-01-24 2011-09-14 2011-09-14 2011-12-28
~> 1.0 Contributors to the e107 project 2011-12-28 2013-05-21 2013-05-21 (unset)
~> 2.0.0 @CaMer0n 2015-09-02 2015-09-02 2015-09-02 2016-03-18
~> 2.1.0 @CaMer0n 2016-03-18 2018-08-22 2018-08-22 2019-05-18
~> 2.2.0 @CaMer0n 2019-05-18 2019-05-29 2019-05-29 2020-11-30
~> 2.3.0 @CaMer0n & @Deltik 2020-11-30 (unset) (unset) (unset)
~> 2.4.0 @Deltik (unset) (unset) (unset) (unset)

Versions uses the Ruby pessimistic operator: ~> 2.3.0 matches >= 2.3.0, < 2.4.0.

  • Release is the date on which the first release of the cycle was published.
  • End of New Features is the date past which no new features will be added in this cycle.
  • End of Maintenance is the date past which no further bug or security fixes will be made in this cycle.
  • End of Revival is the date past which the cycle is fully abandoned with no consideration of reviving it.

PHP Compatibility

Software Version Minimum PHP Version Maximum PHP Version Cause of Compatibility Change
~> 0.7 4.3 Unknown First explicit floor in install.php ($required_php = '4.3').
~> 1.0.0 4.3 Unknown Same install-time floor; no documented PHP version work between 0.7 and 1.0.
>= 2.0.0, < 2.3.0 5.3 Unknown install.php switched to a MIN_PHP_VERSION constant set to 5.3.
>= 2.3.0, < 2.3.4 5.6 8.1.* MIN_PHP_VERSION raised to 5.6; composer.json introduced with platform 5.6 and require.php >= 5.6. PHP 8.2+ surfaces deprecations.
~> 2.3.4 5.6 No known incompatibility Bundled fixes for the PHP 8.5-promoted "Cannot use bool as array" warning and a libxml ≥ 2.13 normalization pass in cleanHtml. PHP 8.5 still surfaces remaining setAccessible() and other deprecations.
~> 2.4.0 To be determined No known incompatibility

Software Version uses Ruby-style version constraints. The constraint describes an inclusive range of e107 versions for which the next two columns hold. The maximum may be No known incompatibility when no upper bound was hit at the time of release; subsequent PHP releases may surface deprecations not captured here.

Installation

Standard Installation

  1. Download e107.
  2. Unzip/Extract the compressed file onto your desired web root. This is often a folder called public_html.
  3. Point your browser to the install.php script (e.g., https://example.com/subfolder/install.php)
  4. Follow the installation wizard in your browser.

Git Installation (developer version)

  1. Run the following commands, replacing '~' with your document root (the parent of public_html) and xxx:xxx is the intended owner of your e107 files.
    cd ~
    git clone https://github.com/e107inc/e107.git public_html	
    chown -R xxx:xxx public_html 
    
  2. Point your browser to the install.php script (e.g., https://example.com/subfolder/install.php)
  3. Follow the installation wizard in your browser.

Reporting Bugs

Be sure you are using the most recent version of e107 prior to reporting an issue. You may report any bugs and make feature requests e107's GitHub Issues page.

Contributing to Development

  • Please submit 1 pull request for each GitHub issue you work on.
  • Make sure that only the lines you have changed actually show up in a file-comparison (diff). Some text editors alter every line; this should be avoided.
  • It is recommended to configure git pull to rebase on the master branch by default to avoid unnecessary merge commits. You can set this up in your copy of the repo's .git/config file like so:
    [branch "master"]
      rebase = true
    
  • See the CONTRIBUTING document for a tutorial on getting started.

Donations

If you like e107 and wish to help it to improve, please consider making a small donation.

  • PayPal: donate (at) e107.org

Support

Having trouble getting e107 up and running? Something not working the way you think it should? Unfortunately we don't have time to maintain a full e107 support community ourselves, but there are a few ways to get help.

  • If you think you have found a bug, then please see the section below on Reporting Bugs.
  • If you need help with how to use e107 or a development question (such as how to create a theme or plugin) - please see our docs.
  • You can also seek assistance in the Github Discussions area where you can get friendly community support from other users.
  • For real-time technical chat, and community support, please visit us on Gitter.
  • For other comments, please use our official community presences on Facebook, and Twitter as well as unofficial community presences on Google+ and Reddit.

License

e107 is released under the terms and conditions of the GNU General Public License