Download the PHP package johncms/johncms without Composer

On this page you can find all versions of the php package johncms/johncms. 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 johncms

JohnCMS 10

GitHub Source Code GitHub tag (latest SemVer)

PHP-CI Crowdin

This version is at an early stage of development. Many things may not work or work not as intended.

System requirements

Installation

To install the general availability version, go to the project website and download the latest available distributive. Then follow the installation instructions that came with it.

To install the developer version, you must have a Composer dependency manager, NodeJS and GIT version control system.

  1. Clone or download this repository on local workstation.
  2. Assign the repository folder as Apache virtual host, or move contents to the previously created virtual host folder.
  3. Create MySQL Database.
  4. Open the console in the virtual host folder and install the dependencies using the command

  5. Open the url in your browser (replace your.site to your virtualhost name): http://your.site/install and follow the instructions in the installer.
  6. This is all done. If you go to the address of your virtual host from the browser, you should see a working site with demo data.

Installation in Docker

To install the developer version, you must have a Docker and GIT version control system.

  1. Clone or download this repository on local workstation.

  2. Start the container

  3. Open the container console.

  4. Build assets and install dependencies

  5. Install the system in your browser using the following data

    Open the address http://localhost:8000

    DB Host: mariadb

    DB Name: johncms

    DB User: johncms

    DB Password: password

Problems and solutions

When you get updates from the repository, you need to follow the changes of some files.

Also, after performing the update, you can run the following command:


All versions of johncms with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8.0
ext-dom Version *
ext-gd Version *
ext-json Version *
ext-libxml Version *
ext-mbstring Version *
ext-pdo Version *
ext-simplexml Version *
ext-zip Version *
aura/autoload Version ^2.0
ezyang/htmlpurifier Version ^4.13
gettext/translator Version ^1.0
guzzlehttp/psr7 Version ^1.8
illuminate/cache Version ^8.37
illuminate/database Version ^8.37
illuminate/filesystem Version ^8.37
imangazaliev/didom Version ^1.16
intervention/image Version ^2.5
james-heinrich/getid3 Version ^1.9
laminas/laminas-config-aggregator Version ^1.5
laminas/laminas-mail Version ^2.14
laminas/laminas-servicemanager Version ^3.6
laminas/laminas-uri Version ^2.8
laminas/laminas-validator Version ^2.14
league/flysystem Version ^2.0
mobicms/captcha Version ^2.0
mobicms/render Version ^2.0
nikic/fast-route Version ^1.3
simba77/ckeditor-media-embed Version ^1.1
simba77/johncms-pagination Version ^1.1
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 johncms/johncms contains the following files

Loading the files please wait ....