2017 © Pedro Peláez
 

project phalcon-module-skeleton

Example for easy start with Phalcon + Phalcony sublib.

image

ovr/phalcon-module-skeleton

Example for easy start with Phalcon + Phalcony sublib.

  • Tuesday, June 14, 2016
  • by ovr
  • Repository
  • 19 Watchers
  • 132 Stars
  • 801 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 36 Forks
  • 7 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Phalcon Module Skeleton

Phalconist Author Build Status Software License Dependency Status, (*1)

Getting started [ru] :: Vagrant :: Rest Edition

This is a skeleton application written on Phalcon framework with performance boost. This project created to develop applications in an easy way., (*2)

For current time project is under development, have fun :), (*3)

Features

  • Easy application bootstrapping
  • Console task support (provided by symfony/console)
  • Bootstrap theme
  • Full frontend developer stack composer/npm/bower/gulp
  • Modules structure
  • Error handling (not found router, dispatcher exceptions)
  • Shared layouts
  • Pre-installed modules
    • Api (Source code)
    • Index
    • Users
    • Admin
    • Dashboard
    • GRUD for Users and Products (future)
    • Settings (future)
    • Catalog
    • Index page
    • Category page (future)
    • Product page (future)
      • Comments
      • Buy
    • Cart (future)
    • Index cart page
    • Models/Service
    • OAuth
    • User
    • View [@ovr, @xboston]
    • Models/Service

How to install

Best way to install skeleton would be Composer, if you didn't install it, (*4)

Run code in the terminal:, (*5)

composer create-project ovr/phalcon-module-skeleton=dev-master /path/to/install

Using Git

First you need to clone the project, update vendors:, (*6)

git clone https://github.com/ovr/phalcon-module-skeleton.git ./project
cd project
composer update

Install vhost for your virtual server

cp ./docs/configs/nginx.phalcony.local.conf /etc/nginx/sites-enabled/you.host.conf

Don`t forget to edit nginx config and restart nginx:, (*7)

nano /etc/nginx/sites-enabled/you.host.conf
sudo service nginx restart

Requirements

  • PHP 5.4 and up
  • Phalcon 2.0.0
  • Phalcony (latest)
  • PhalconEye/Framework (latest)

Online Demo

You can see online demo on http://phalcon-module.dmtry.me/., (*8)

License

This project is open-sourced software licensed under the MIT License., (*9)

See the LICENSE file for more information., (*10)

The Versions

14/06 2016

dev-master

9999999-dev

Example for easy start with Phalcon + Phalcony sublib.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patsura Dmitry

api user oauth rest skeleton phalcon

14/09 2014

0.1

0.1.0.0

Example for easy start with Phalcon + Phalcony sublib.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patsura Dmitry

framework phalcon

14/09 2014

1.0

1.0.0.0

Example for easy start with Phalcon + Phalcony sublib.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patsura Dmitry

framework phalcon