Download the PHP package bureaublauwgeel/helder-cms without Composer

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

Helder CMS by Bureau BlauwGeel

==================================

Welcome to the Helder CMS - a fully-functional CMS (content management system) based on Symfony2 that you can use as the skeleton for your websites.

Build on https://github.com/Kunstmaan/KunstmaanBundlesStandardEdition

Setup

To setup a new project you need to do the following

Install the dependency

To install the depedency for the helder-cms run

This will download a basic skelleton.

Launch docker

Launch the and go to the project directory

Startup the docker environment

This will launch a mysql instance and a PHP/Apache instance

To stop the docker environment run

Setup the site from within docker

Enter the docker PHP/Apache setup...

... and run the shell script to setup the project

By default the site will be available on

Components

Enviroment

This setup required the following component

OTAP

Please specify the OTAP environment for this project. Include the servers and the URL's

Jenkins

Please provide the URL for the Jenkins environment...

Client specific Bundles

This project uses the following client specific Bundles

Tools

Shell tools

Shell tools help to automate certain common actions during development. The available shell tools are:

They are located in the folder.

Gulp toolchain

The gulp tool automates the following processes:

Source files are located in

Destination files are located in (see )

During development you can use compile changes on the fly.

To make a new build, run .

You can run this command both from your client system as from within the docker instance. The preferred solution is to run it on the client system because it uses your Mac notification system.

PHP support in phpStorm

You need PHP support in phpStorm. To enable this, take the following steps

PHPUnit from phpStorm

With phpStorm PHPUnit is loaded with autoload.php from the Composer dependency manager. PHPunit is inclused in the composer.json

To enable it in your project, take the following steps

To run the unit test, right click on and select

PHPUnit from docker

You can also run the PHPUnit from within docker. To execute the tests run

or


All versions of helder-cms with dependencies

PHP Build Version
Package Version
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 bureaublauwgeel/helder-cms contains the following files

Loading the files please wait ....