Download the PHP package cygnite/cygnite-application without Composer

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

Skeleton Application Using Cygnite PHP Framework

Build Status Gitter Latest Stable Version Total Downloads Latest Unstable Version License

Sample skeleton application using the Cygnite MVC layer - http://www.cygniteframework.com

Note: This repository contains the skeleton application of the Cygnite Framework. If you would like to contribute on Cygnite Framework, please visit the core repository.

Installation

The best way to install Cygnite Framework is to download composer.phar from http://getcomposer.org/ to your local directory and move it to usr/local/bin to use globally on your system. For windows users please download and install composer setup.

You may install Cygnite Framework either simply downloading skeleton application from github repository and issuing composer install or using composer create-project command.

Composer: Create Project

Create a project from your terminal by executing below command.

That's all, you are ready to build your awesome application.

Contribute

i. Getting bored with the same kind of development all time?

ii. Want to build something awesome?

iii. Want to help open source community?

You are at right place. We welcome you to participate on Cygnite Framework's development or its documentation.

Contribute on Cygnite Framework development, grow with us. Join the team, learn, get help and help others, find, report bugs, send us your feedback, send your wishlist for new features or write and send us patches for Cygnite Framework.

Contributing To Core Framework-

i. Make sure you have GitHub Account.

ii. Clearly describe the issue you find to fix shortly.

iii. Create a branch where you would like to place your changes and send the patches to us.

iv. Fork cygnite/framework repository on GitHub.

v. PSR coding standards must be followed.

License

The Cygnite framework is open-sourced software licensed under the MIT license.


All versions of cygnite-application with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
cygnite/framework Version ~2.0
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 cygnite/cygnite-application contains the following files

Loading the files please wait ....