Sanjoy Dey 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
..
apps 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
assets 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
boot 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
deploy 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
.gitignore 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
.htaccess 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
.travis.yml 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
LICENSE 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
README.md 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
benchmark_config.json 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
composer.json 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
index.php 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
install.sh 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години
setup.sh 6ed2f73da9 removed unnecessary files and added benchmark_config.json преди 10 години

README.md

Skeleton Application Using Cygnite PHP Framework

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 or to use globally on your system move it to usr/local/bin. For windows users please download and install composer setup.

You may install Cygnite Framework either simply downloading skeleton application from github repository or install via composer. Composer installation is more convenient.

Composer: Create Project

Create your project from terminal by simply entering below command.

composer create-project cygnite/cygnite-application cygnite --prefer-dist
                                    or
composer.phar create-project cygnite/cygnite-application cygnite --prefer-dist

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

##Contribute -

-> Getting bored with the same kind of development all time?

-> Would you like to be well recognised by professionals ?

-> Do you want to learn something interesting and showcase your skills to grab better position ?

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

Contribute on Cygnite Framework development and 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, write and send us patches for Cygnite Framework.

##Getting Started with Cygnite -

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. Please follow the PSR coding standard as followed while contributing or please request for coding standard to follow.