承接 phalcon/album-o-rama 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phalcon/album-o-rama

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project phalcon/album-o-rama

包简介

Sample application for the Phalcon PHP Framework.

README 文档

README

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is a sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential.

Please write us if you have any feedback.

Thanks.

NOTE

The master branch will always contain the latest unstable version. If you wish to check older versions or formal, tagged release, please switch to the relevant tag.

Get Started

Requirements

To run this application on your machine, you need at least:

Installation

Install composer in a common location or in your project:

$ curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:

{
    "require": {
        "phalcon/album-o-rama": "dev-master"
    }
}

Run the composer installer:

$ php composer.phar install

Then you'll need to create the database and initialize schema:

$ echo 'CREATE DATABASE albumorama' | mysql -u root
$ cat schemas/albumorama.sql | mysql -u root albumorama

And set permissions for cache dirs:

$ chmod a+wx var/logs/
$ chmod a+wx var/cache/
$ chmod a+wx var/volt/

License

Album O'Rama is open-sourced software licensed under the New BSD License. © Phalcon Team and contributors

统计信息

  • 总下载量: 51
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 86
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 85
  • Watchers: 14
  • Forks: 33
  • 开发语言: CSS

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-07-30