Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornernote/yii-skeleton
MrPHP's Own Yii Skeleton, used for creating new Yii applications.
https://github.com/cornernote/yii-skeleton
Last synced: about 2 months ago
JSON representation
MrPHP's Own Yii Skeleton, used for creating new Yii applications.
- Host: GitHub
- URL: https://github.com/cornernote/yii-skeleton
- Owner: cornernote
- License: bsd-3-clause
- Created: 2013-09-20T10:42:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:31:07.000Z (over 9 years ago)
- Last Synced: 2024-10-15T14:29:48.985Z (3 months ago)
- Language: PHP
- Homepage: http://mrphp.com.au/
- Size: 3.62 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Yii Skeleton
MrPHP.com.au's own Yii Skeleton, used for creating new Yii applications.
## About
Copyright (c) 2013 Mr PHP
Source Code: https://github.com/cornernote/yii-skeleton
## Installation with Composer
install composer
```
curl http://getcomposer.org/installer | php
```add required packages to `composer.json` then
```
php composer.phar update
```useful links:
* https://getcomposer.org/
* https://packagist.org/