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.
Please contact us if you have any feedback. www.acumensoftwaredesign.com
Thanks.
The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.
- PHP >= 5.6
- Apache Web Server with [mod_rewrite] enabled or Nginx Web Server
- Latest stable Phalcon Framework release extension enabled
- MySQL >= 5.1.5
-
A webserver running on your local machine or hosting provider that
-
points to the domain listed in your /app/config/config.ini file.
-
ex. host = phalcon-contact-app.io
First you need to clone this repository:
$ git clone https://github.com/acumen-corp/OOP-Contact-Management.git
Then you'll need to create the database and initialize schema:
$ echo 'CREATE DATABASE contact_management CHARSET=utf8 COLLATE=utf8_unicode_ci' | mysql -u root
$ cat schemas/contact_management.sql | mysql -u root mysql
Also you can override application config by creating app/config/config.ini.dev
(already gitignored).
See [CONTRIBUTING.md][7]
© Phalcon Framework Team and contributors