PHPackages                             mynameiszanders/yiiskeleton - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. mynameiszanders/yiiskeleton

AbandonedProject[Framework](/categories/framework)

mynameiszanders/yiiskeleton
===========================

Yii skeleton app for quick bootstrapping of new projects via Composer's create-project command.

1.1(12y ago)216MITJavaScriptPHP &gt;=5.3

Since Sep 12Pushed 12y ago2 watchersCompare

[ Source](https://github.com/mynameiszanders/yiiskeleton)[ Packagist](https://packagist.org/packages/mynameiszanders/yiiskeleton)[ Docs](https://github.com/mynameiszanders/yiiskeleton)[ RSS](/packages/mynameiszanders-yiiskeleton/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

New Project
===========

[](#new-project)

This project is designed to kickstart/bootstrap a new Yii application through Composer commands. Although it doesn't provide any functionality other than basic user authentication, it does provide many event declarations and an Event/Behaviour manager to allow the building of drop-in addons.

This project utilises the following libraries:

- [PHPass](http://rchouinard.github.io/phpass/ "PHPass: Password Library for PHP"): a library for the easy and secure management of passwords in PHP.
- [Yii Framework](http://www.yiiframework.com "Yii Framework"): a high-performance PHP framework best for developing Web 2.0 applications.

License
-------

[](#license)

This project is licensed under the [MIT/X11](http://j.mp/mit-license "MIT/X11 Open-Source License") open-source license. Copyright is held by the projects author, [Zander Baldwin](http://mynameis.zande.rs "Zander Baldwin") (2013).

Documentation
-------------

[](#documentation)

Documentation is somewhat lacking for this project. Efforts have been focused on developing the application shell. Documentation will start appearing once this project reaches beta status.

All current documentation for this project is within the source-code itself, as comments or DocComments.

Source Code
-----------

[](#source-code)

This project is kept under [Git](http://git-scm.com "Git Version Control") and is hosted on the [GitHub](https://github.com "GitHub: Build software better, together."). Source code can be accessed from `git@github.com:mynameiszanders/yiiskeleton.git`.

### Installation

[](#installation)

This project is designed to be installed via Composer's `create-project` command.

```
composer create-project mynameiszanders/yiiskeleton /path/to/project 1.0.0-alpha

```

Create the file `application/config/databases.php` which returns an array of environment-separated database credentials. For example:

```
