All Projects → cygnite → cygnite-application

cygnite / cygnite-application

Licence: MIT license
Cygnite PHP Framework- Skeleton Application

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to cygnite-application

framework
Cygnite PHP Framework- A Modern Toolkit For Web Developers
Stars: ✭ 43 (+65.38%)
Mutual labels:  composer, code-generator, cygnite-framework
session
Aplus Framework Session Library
Stars: ✭ 170 (+553.85%)
Mutual labels:  composer
d2a
A translator Django into SQLAlchemy.
Stars: ✭ 23 (-11.54%)
Mutual labels:  code-generator
sql-repository
[PHP 7] SQL Repository implementation
Stars: ✭ 37 (+42.31%)
Mutual labels:  composer
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-30.77%)
Mutual labels:  mvc-application
bigflow
A Python framework for data processing on GCP.
Stars: ✭ 96 (+269.23%)
Mutual labels:  composer
ME
A DSL for macro expansion ,in order to help framework develop
Stars: ✭ 24 (-7.69%)
Mutual labels:  code-generator
php-abraflexi
PHP Based Library for easy interaction with czech accounting system FlexiBee.
Stars: ✭ 15 (-42.31%)
Mutual labels:  composer
phpchartjs
A PHP library that makes it easy to generate data for ChartJS.
Stars: ✭ 24 (-7.69%)
Mutual labels:  composer
wordpress-bundle
Use Wordpress and Symfony together using a Symfony bundle
Stars: ✭ 30 (+15.38%)
Mutual labels:  composer
gdoo
Gdoo是基于PHP Laravel框架的开源OA/协同办公平台,包含销售管理、日程安排,进销存、数据分析,强大的自定义能力。改进销售管理模式,提升企业执行效率
Stars: ✭ 111 (+326.92%)
Mutual labels:  composer
oag
Idiomatic Go (Golang) client package generation from OpenAPI documents
Stars: ✭ 51 (+96.15%)
Mutual labels:  code-generator
ogen
OpenAPI v3 code generator for go
Stars: ✭ 436 (+1576.92%)
Mutual labels:  code-generator
Generator-Forge-1.12.2
MCreator generator plugin for Minecraft Forge 1.12.2
Stars: ✭ 20 (-23.08%)
Mutual labels:  code-generator
django-code-generator
Generate code from your Django models for faster development
Stars: ✭ 35 (+34.62%)
Mutual labels:  code-generator
WebApiToTypeScript
A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers
Stars: ✭ 26 (+0%)
Mutual labels:  code-generator
puml2code
PlantUML code generator
Stars: ✭ 66 (+153.85%)
Mutual labels:  code-generator
igni-core
UNSUPPORTED: An easy to use & featherlight CMS that shortcuts the bootstrapping of backend PHP + MySQL based projects. Developed in Laravel, it uses the latest PHP coding standards and library versions.
Stars: ✭ 13 (-50%)
Mutual labels:  composer
web-project
Standard Web Project: a simple skeleton application using the Nette
Stars: ✭ 88 (+238.46%)
Mutual labels:  skeleton-application
slim-tutorial
Php Slim Framework Tutorial
Stars: ✭ 26 (+0%)
Mutual labels:  skeleton-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.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].