Code Monkey home page Code Monkey logo

generator-webapp-php's Introduction

Web app generator with PHP

Yeoman generator that scaffolds out a front-end web app with a PHP back-end.

NPM version Build Status Dependency Status

Based on generator-webapp. Adds a /app/api folder containing a sample RESTful PHP API. The API is available under /api URL. `During development, the PHP API is served by PHP built-in web server and integrated seamlessly into the existing connect configuration. Integration is done with grunt-connect-proxy and a patched version of grunt-php (see PR #15 for details).

Features

  • CSS Autoprefixing (new)
  • Built-in preview server with LiveReload
  • Automagically compile CoffeeScript & Compass
  • Automagically lint your scripts
  • Automagically wire up your Bower components with bower-install.
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Mocha Unit Testing with PhantomJS
  • Optional - Twitter Bootstrap for SASS
  • Optional - Leaner Modernizr builds (new)

For more information on what generator-webapp-php can do for you, take a look at the Grunt tasks used in our package.json.

Getting Started

  • Install: npm install -g generator-webapp-php
  • Run: yo webapp-php
  • Run grunt for building and grunt serve for preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework=<framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

  • --coffee

    Add support for CoffeeScript.

Contribute

See the contributing docs

Note: We are regularly asked whether we can add or take away features. If a change is good enough to have a positive impact on all users, we are happy to consider it.

If not, generator-webapp-php is fork-friendly and you can always maintain a custom version which you npm install && npm link to continue using via yo webapp-php or a name of your choosing.

License

MIT license

generator-webapp-php's People

Contributors

sindresorhus avatar passy avatar addyosmani avatar amercier avatar kevva avatar eddiemonge avatar stephenplusplus avatar mklabs avatar sleeper avatar tschaub avatar handtrix avatar peol avatar sheenobu avatar hashchange avatar sylvaindesve avatar sebv avatar sebdeckers avatar robwalch avatar raphaelvalerio avatar asuh avatar matheusazzi avatar radnor avatar jeef3 avatar danmer avatar cobyism avatar callumlocke avatar btford avatar blakeblackshear avatar anthonygreco avatar alkamin avatar

Watchers

Gilles Blanchard 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.