nicolasbonnici / skeleton

Generic PHP5 skeleton project

Home Page:http://nbonnici.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton

A simple skeleton project that implement the sociableCore framework (https://github.com/nicolasbonnici/sociableCore)

Dependancy

Curl & composer See https://getcomposer.org/ for more infos

Memcache To install memcache support for PHP5 on Linux you need to install those packages: memcached php5-memcache php-pear build-essential pecl Then run pecl install memcache && echo "extension=memcache.so" | sudo tee /etc/php5/conf.d/memcache.ini

For internationalization purposes you also need php5-intl

Note that the path for your php installation may vary on your Linux distribution, this is the correct path for a debian based GNU Linux distribution.

Installation

Just clone this repo and run ./app/bin/console then choose install

About

Generic PHP5 skeleton project

http://nbonnici.info/

License:Other


Languages

Language:PHP 41.6%Language:JavaScript 39.9%Language:CSS 18.2%Language:Shell 0.3%