Download the PHP package abhi1693/yii2-app-advanced-startup-kit without Composer

On this page you can find all versions of the php package abhi1693/yii2-app-advanced-startup-kit. 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 yii2-app-advanced-startup-kit

Yii2 Practical Application Advanced Template Startup-kit

Dependency Status Code Climate Latest Stable Version Total Downloads

This is Yii2 start application template. It was created and developing as a fast start for building an advanced sites based on Yii2. It covers typical use cases for a new project and will help you not to waste your time doing the same work in every project

Note: The application is still under development. Use it at your own risk

DONATE

Any contribution helps us to improve Yii2 Startup Kit, if you want to help us too but don't want to get into coding, we won't say no to PayPal

paypal

FEATURES

Note: Some features are still under development. Please use it at your own risk

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install the application using the following command:

Install from GitHub

Extract the github archive file or clone this repository.

After extraction run

GETTING STARTED

After you install the application, just run init command (without altering anything in the environment folder) and select your environment then go to http://yourhost/your-app/ and the application will help you setup everything else.

FAQ

See FAQ for more details.

TESTING

Install additional composer packages:

This application boilerplate use database in testing, so you should create three databases that are used in tests:

To make your database up to date, you can run in needed test folder yii migrate, for example if you are starting from frontend tests then you should run yii migrate in each suite folder acceptance, functional, unit it will upgrade your database to the last state according migrations.

To be able to run acceptance tests you need a running webserver. For this you can use the php builtin server and run it in the directory where your main project folder is located. For example if your application is located in /www/practical all you need to is: cd /www and then php -S 127.0.0.1:8080 because the default configuration of acceptance tests expects the url of the application to be /practical/. If you already have a server configured or your application is not located in a folder called practical, you may need to adjust the TEST_ENTRY_URL in frontend/tests/_bootstrap.php and backend/tests/_bootstrap.php.

After that is done you should be able to run your tests, for example to run frontend tests do:

In similar way you can run tests for other application tiers - backend, console, common.

You also can adjust you application suite configs and _bootstrap.php settings to use other urls and files, as it is can be done in yii2-basic.

Dependencies

Donate

Any contribution helps us to improve Yii2 Startup Kit, if you want to help us too but don't want to get into coding, we won't say no to PayPal

paypal


All versions of yii2-app-advanced-startup-kit 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 abhi1693/yii2-app-advanced-startup-kit contains the following files

Loading the files please wait ....