Joan Miquel e4a4424143 Try a less vebose apt and composer (#3637) 7 jaren geleden
..
apps 6fce84a278 WIP: Dockerify everything (#3457) 7 jaren geleden
assets 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden
boot 2a97b72c2d Merge branch 'master' into cleanup-metadata 9 jaren geleden
deploy a306ce1f3b Disable Nginx error log to file (#3621) 7 jaren geleden
.htaccess 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden
.travis.yml 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden
LICENSE 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden
README.md 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden
benchmark_config.json 73298ea1c1 PHP/cygnite + php5.6-mcrypt (#3454) 7 jaren geleden
composer.json 2a97b72c2d Merge branch 'master' into cleanup-metadata 9 jaren geleden
composer.lock b96984c380 PHP Composer tweaks (#3343) 7 jaren geleden
cygnite-raw.dockerfile e4a4424143 Try a less vebose apt and composer (#3637) 7 jaren geleden
cygnite.dockerfile e4a4424143 Try a less vebose apt and composer (#3637) 7 jaren geleden
index.php 017032ba31 Attempting to clean up PHP metadata 9 jaren geleden

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.