GithubHelp home page GithubHelp logo

fdiazcaballero / slim-php-microframework Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 20 KB

This is a sample PHP project to test a nice PHP microframework: Slim.

License: GNU General Public License v3.0

ApacheConf 3.61% PHP 75.66% HTML 20.73%

slim-php-microframework's Introduction

Synopsis

This is a sample project to test a nice PHP microframework: Slim.

Installation

-This project is using Slim Framework
http://www.slimframework.com/

-You can extract it into a directory.

-You can set up you database by running the file billingtest.sql in your phpMyAdmin

-Before running it please update your database connection settings in the default parameters of the BillingUtil constructor (line 19 of src/BillingUtil.php) or pass them in when creating the BillingUtil object (line 14 of src/routes.php).

-You can now run it with PHP's built-in webserver:
$ cd [app-dir]; php -S 127.0.0.1:8080 -t public public/index.php

-Then you can use it just entering 127.0.0.1:8080 in your browser.

Contributors

Fernando Diaz Caballero [email protected]

License

GNU GENERAL PUBLIC LICENSE

slim-php-microframework's People

Contributors

fdiazcaballero 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.