2017 © Pedro PelĂĄez
 

project keytone

A PHP tiny framework

image

josdagaro/keytone

A PHP tiny framework

  • Monday, December 26, 2016
  • by josdagaro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

KeyTone

A web based interface for viewing profile data collected by XHProf with AngularJS (1.5) & your own Google Firebase., (*1)

KeyTone is a perftools/xhgui extension for see real time data in your browser., (*2)

Configuration files

Express

The express/config.js file contains the default port (3000), you can change it for listen in desired port., (*3)

Google Firebase

Here you need add two necessary files: * firebase/config.js * key.json, (*4)

You can get the key.json file from your Google Firebase application settings. For that, you need to go to SERVICE ACCOUNTS tab, and download the JSON file clicking on GENERATE NEW PRIVATE KEY button., (*5)

For the config.js file, you need write in it something like:, (*6)

var key = require('./key.json');

module.exports = {
    url: 'https://your-firebase-app-name.firebaseio.com',
    credential: function(admin) {
        return admin.credential.cert(key);
    }
}

MongoDB

The mongo/config.js file contains the database URL, you can change it for make request to other domain., (*7)

You should put in the file something like:, (*8)

module.exports = {
    url: 'mongodb://your-mongo-user:your-mongo-password@your-mongo-ip-or-domain:your-mongo-port/xhprof'
}

XHGui

For configure XHGui to synchronize with Google Firebase, you need copy the xhgui/composer.json file and paste it in XHGui original directory and execute the following bash command: composer install, (*9)

For see how to append the xhgui/external/header.php file, see the original documentation here: perftools/xhgui, (*10)

The Versions

26/12 2016

dev-feature/http

dev-feature/http https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone

10/10 2016

dev-feature/readme

dev-feature/readme https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone

10/10 2016

dev-develop

dev-develop https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone

09/10 2016

0.1.0.x-dev

0.1.0.9999999-dev https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone

09/10 2016

dev-master

9999999-dev https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone

09/10 2016

0.1.0

0.1.0.0 https://www.keytone.cf

A PHP tiny framework

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

framework php module engine simple secure music tiny bundles small theory subatomic grafeno hp keytone