Joan Miquel 93969e1871 Double children processes (#3782) 7 yıl önce
..
apps 1551cb0483 Join cygnite and cygnite-raw (#3644) 7 yıl önce
assets 49ab451fdb Remove some large files and images (#3699) 7 yıl önce
boot 2a97b72c2d Merge branch 'master' into cleanup-metadata 9 yıl önce
deploy 93969e1871 Double children processes (#3782) 7 yıl önce
.htaccess 017032ba31 Attempting to clean up PHP metadata 9 yıl önce
.travis.yml 017032ba31 Attempting to clean up PHP metadata 9 yıl önce
LICENSE 017032ba31 Attempting to clean up PHP metadata 9 yıl önce
README.md 017032ba31 Attempting to clean up PHP metadata 9 yıl önce
benchmark_config.json 1551cb0483 Join cygnite and cygnite-raw (#3644) 7 yıl önce
composer.json 2a97b72c2d Merge branch 'master' into cleanup-metadata 9 yıl önce
composer.lock b96984c380 PHP Composer tweaks (#3343) 7 yıl önce
cygnite.dockerfile 93969e1871 Double children processes (#3782) 7 yıl önce
index.php 017032ba31 Attempting to clean up PHP metadata 9 yıl önce

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.