Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

yui/phploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3196a6 · Oct 9, 2013

History

79 Commits
Nov 22, 2009
Nov 3, 2009
Sep 30, 2011
Feb 1, 2010
Sep 30, 2011
Jan 21, 2009
Sep 30, 2011
Dec 2, 2009
Nov 3, 2009
Oct 9, 2013
Nov 3, 2009
Jan 3, 2013

Repository files navigation

IMPORTANT NOTE

THE METADATA USED IN YUI 3 HAS CHANGED AS OF VERSION 3.4.0, THIS LOADER WILL NOT WORK IN IT'S CURRENT STATE WITH ANY VERSION OVER 3.3.0. IT NEEDS TO BE MODIFIED TO HANDLE THE NEW ALIAS SYSTEM IN ORDER TO FUNCTION PROPERLY.

PULL REQUESTS ARE WELCOME!

The YUI PHP Loader Utility is a server-side utility that allows you to load specific YUI components and their dependencies into your page via PHP. YUI PHP Loader can operate as a holistic solution by loading all of your necessary YUI components, or it can be used to add one or more components to a page on which some YUI content already exists.

YUI PHP Loader requires a webserver with support for PHP 4.3.0+ or PHP 5+.

The code for YUI PHP Loader is provided under a BSD license: http://yuilibrary.com/license/

Project home page: http://yui.github.io/phploader

Archived documentation: http://yui.github.io/phploader/docs/current

Source code: http://github.com/yui/phploader

Files

README.md This file

CHANGES The change log

INSTALL Installation instructions

BUILD.md Instructions for building meta data

license.txt Open source license details.

lib/meta Contains the YUI module dependency metadata (for versions 2 and 3). The latest version is shipped with each release, but you can manually add additional version.

phploader/loader.php The main YUI PHP Loader class file

phploader/combo.php Local lightweight combo handling service that will allow PHP Loader to combine files without relying on a remote combo-service.

phploader/tests Contains a number of tests and example loader scripts

examples Contains YUI PHP Loader example documentation and working code samples

api_docs Contains the standard YUI API style documentation

scripts Scripts to build meta-data