Giter Site home page Giter Site logo

helloslim3's Introduction

HelloSlim3 - A Slim Framework boilerplate for your apps

Build Status

A boilerplate for small PHP Projects containing the Slim microframework, Twig as Template Engine and Doctrine as ORM. If you use PHPUnit for tests, the /tests folder is there, just for you to use :P

Features

Here are some of the HelloSlim3 features...

  • Admin panel (ready to be customized, with basic auth)
  • Bootstrap integration
  • Basic controller example (both web / and API /api)
  • Basic tests examples

Requirements

To run HelloSlim3 you need:

Setup

  • Launch SASS watcher sass --watch assets/sass/:public/css --style compressed
  • Create a .env file in the root of your project. Take a look at .env.example
  • Change database connection credentials in .env
  • Change admin username and password in .env
  • Launch local PHP Server from HelloSlim3 folder php -S 0.0.0.0:8080 -t public public/index.php
  • Go and visit http://localhost:8080
  • Enjoy

How to launch tests locally

  • Copy .env.example into .env
  • Change credentials in .env according to your setup
  • Run phpunit tests/

TODO

  • Add some test cases for controller
  • Complete the to-do list ;)

Legal stuff

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

helloslim3's People

Contributors

napolux avatar matthewtrask avatar

Watchers

 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.