Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eviweb/fuelphp-weblib

Weblib package for fuelphp
https://github.com/eviweb/fuelphp-weblib

Last synced: about 1 month ago
JSON representation

Weblib package for fuelphp

Awesome Lists containing this project

README

        

Fuel PHP Weblib Package
=======================

This package adds some features to easily link useful web libraries in a template,
directly from their sources.

Wants to use JQuery for example ?
1. enable this package in the application config file as decribed
[here](http://docs.fuelphp.com/general/packages.html "Fuel PHP Package Documentation"),
2. call ``evidev\fuelphp\weblib\Loader::jquery()`` where it is needed

this will produce
````

Included Libraries :
* [JQuery](http://jquery.com/)
* [JQuery UI](http://jqueryui.com/)
* [JQuery UI Themes](http://jqueryui.com/themeroller/)
* [Backbone JS](http://backbonejs.org/)
* [Require JS](http://requirejs.org/)
* [Require JS Plugins](http://requirejs.org/)
* [Underscore](http://documentcloud.github.com/underscore/)
* [Zepto JS](http://zeptojs.com/)
* [JSON-js Scripts](https://github.com/douglascrockford/JSON-js)
* [Less CSS](http://lesscss.org/)