Archived
1
0
Fork 0
No description
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2018-09-30 23:54:52 +02:00
app app/listeners/AclListener.php: rename to AccessListener 2018-09-30 23:54:52 +02:00
cache remove cache/sess/.placeholder 2018-08-08 20:12:58 +02:00
public remove public/img/phalcon_logo.png as we have 2. 2018-09-03 20:56:54 +02:00
.gitattributes initial commit 2017-09-01 17:10:27 +02:00
.gitignore config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
build.sh builds.sh: run "build" and "dbmigrate" from npm. 2018-06-25 16:31:48 +02:00
composer.json composer: update phinx 2018-08-14 21:17:19 +02:00
composer.lock composer: update phinx 2018-08-14 21:17:19 +02:00
gulpfile.js gulpfile.js: some cleanup and inclusion of bootstrap-3 js/sass 2018-08-29 08:37:03 +00:00
package-lock.json v1.0.1 2018-08-31 18:23:41 +02:00
package.json v1.0.1 2018-08-31 18:23:41 +02:00
phinx.php phinx.php: configfile is just "local.yml" now. 2018-06-25 16:30:44 +02:00
README.md Adding README 2018-08-10 01:44:15 +02:00

HTTP Callback

This repository contains the code that powers callback.shufflingpixels.com. An tool that provides logging of HTTP Request.

Install

This project depends on composer and npm.

After those are installed run:

$ composer install
$ npm install
$ sh build.sh

Author

Henrik Hautakoski - henrik.hautakoski@gmail.com