Download the PHP package crude-forum/crude-forum without Composer

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

CrudeForum Travis CI results Stable Version Downloads

A very simple, crude and insecure web dicussion forum developed using PHP. Store data in text files in back-end.

Originally forked from github.com/stupidsing/crude_forum but changed drastically since.

Prerequisites

The installation depends on composer and node-sass.

  1. Install composer to your system $PATH.

  2. Install npm to your system. Then, with npm, install node-sass to anywhere in your $PATH. Probably with this command:

Basic Install

Getting the project files

First, install CrudeForum into the folder myForum (which you may rename as you see fit):

Note: If you do not have node-sass prior to running the composer create-project command, you'd need to run the composer build command to rebuild static assets after install:

Web server configurations

Then setup your web server to use document of the full path to myForum/public. Please remember to setup your server to route to myForum/public/index.php by default.

Nginx installation

For [Nginx][nginx], assuming you have `$document_root` points to `myForum/public`, this means to have something like this in your config:

Apache installation

For [Apache][apache], please remember to setup [AllowOverride all][AllowOverride] in the appropriate [Directory] section so the [.htaccess](public/.htaccess) file can work for you. Probably something like this:

Should all the setup correct, you can now browse your forum in browser.

Development

Simply clone this repository. You can run crude forum with modern PHP 7.1+ command line tools:

which effectively runs php -S localhost:8080 -t ./public.

If you want to continuously develop the CSS stylesheet, you may consider to use the watch mode of node-sass:

Both watch and build requires node-sass. You may supply additional argument by using the -- syntax. For example, to watch and build asset with embeded source map:

For detail descriptions for the composer scripts available, use the command:

License

This software is licensed under the MIT License.

You may get a copy of the license along with the software.


All versions of crude-forum with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
nikic/fast-route Version ^1.2
phata/widgetfy Version ^2.3
symfony/dotenv Version ^4.0
twig/twig Version ^2.0
fusonic/opengraph Version dev-master
cache/filesystem-adapter Version ^1.0@dev
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 crude-forum/crude-forum contains the following files

Loading the files please wait ....