Giter Site home page Giter Site logo

greenfieldtech / stanley Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 5.0 930 KB

Project Stanley is a set of PHP Class Frameworks and bash scripts, to ease the pain of Asterisk integration with PHP and Cloud Computing

License: GNU General Public License v2.0

Shell 0.82% PHP 21.54% CSS 2.29% JavaScript 75.35%

stanley's Introduction

Project Stanley

Project Stanley aims to be a complete framework for creating Asterisk application with ARI, using PHP. Our objective is to utilize existing PHP technologies and frameworks, without redeveloping the entire thing from scratch. The project page is located at http://www.simionovich.com/project-stanley (temporary location for now).

Requirements

PHP >= 5.3.9 - Yes, this means you need to go up to CentOS 7, if you are using CentOS

Composer

Project Stanley relies heavily on Composer, to be more accurate, without out it - it will be very hard to get anything off the ground here. To get composer installed correctly for your system - follow the below routine

$ curl -sS https://getcomposer.org/installer | php
$ cp composer.phar /usr/local/bin/composer
$ chmod +x /usr/local/bin/composer

Installation

  1. Copy the contents of 'opt' to your '/opt' directory, eg.

    $ cd opt
    $ cp -R * /opt
    $ cd ..
  2. Copy the contents of 'web-proxy' to your web server root serving directory (for apache normally will be /var/www/html)

    $ cd web-proxy
    $ cp -R * /var/www/html
    $ cd ..
  3. Now, we need to install our composer dependancies

    $ cd /opt
    $ composer install

Usage

Have a look at the "application" folder, under "web-proxy". You will see several examples on how to create an ARI application using the CodeIgniter framework.

[This is a working document - far from being ready yet]

stanley's People

Contributors

greenfieldtech-nirs avatar

Stargazers

 avatar Ron Lockard avatar Jaison John avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.