Download the PHP package usercandy/usercandy-framework without Composer

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

UserCandy


UC Version 1.0.0

Discord Join the chat at https://gitter.im/UserCandyFramework/community


What is UserCandy?

UserCandy is a Free Open Source User Management PHP Framework built from the ground up to be Easy and Powerful. Easy for Beginners and Powerful for Experts.


Documentation

Full docs & tutorials are available at www.usercandy.com


Demo Website

Check out the demo website at demo.usercandy.com


Requirements

The UserCandy server system requirements are limited.

UserCandy has been tested on the following systems. Others may cause issues. Please report in Forums if you have tried a different setup.


Basic Installation

  1. Download the latest version of UserCandy Framework from UserCandy Downloads.
  2. Unzip the UserCandy Framework zip file into your server directory. /var/www/html/ etc
  3. Open your web browser and navigate to the url for your project. https://localhost/ etc
  4. Follow the Installation instructions to create your config file and import data to database.
  5. Once you have successfully installed the UserCandy Framework be sure your the first to Register.
  6. Login to your UserCany Framework project and navigate to the AdminPanel from the dropdown by your username.
  7. Chance settings as needed to fit your needs.
  8. Enjoy your installation. If you run into any issues please post on the UserCandy Forum. We are happy to help.

Install with Composer

UserCandy is on packagist https://packagist.org/packages/usercandy/usercandy-framework

Install from terminal now by using:

The foldername is the desired folder to be created.

Once installed on your server, open the site, and it will display an install script.


Install with everything inside your public folder (NOT Recommended)

Option 1 - files above document root:

  1. Download the latest version of UserCandy Framework from UserCandy Downloads.
  2. Move index.php and .htaccess files to the webroot folder.
  3. Open index.php and change the paths from using DIR to FILE:

`

  1. Edit .htaccess set the rewritebase if running on a sub folder otherwise a single / will do.
  2. Edit /system/Example-Config.php settings to connect to your database. Refer to UserCandy Docs.
  3. Rename the Example-Config.php to Config.php
  4. Import the database.sql to your database (Updated table PREFIX if changed in Config.php).
  5. Enjoy!

Setting up a VirtualHost (Optional but recommended)

Navigate to: `

and uncomment:

`

Then add your VirtualHost to the same file at the bottom:

`

Finally, find your hosts file and add:

`

You should then have a virtual host set up, and in your web browser, you can navigate to testproject.dev to see what you are working on.



All versions of usercandy-framework with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
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 usercandy/usercandy-framework contains the following files

Loading the files please wait ....