Skip to content
forked from yui/phploader

Server side PHP loader for YUI files NB: this is unlikely to help you!

License

Notifications You must be signed in to change notification settings

camelpunch/phploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phploader README

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.

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

The code for YUI phploader is provided under a BSD license:
    http://developer.yahoo.net/yui/license.html

Project home page:
    http://developer.yahoo.com/yui/phploader
    
Source code:
    http://github.com/yui/phploader

Issue tracker:
    http://yuilibrary.com/projects/phploader
    
Files:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

README
    This file

CHANGES
    The change log

INSTALL
    Installation instructions

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

About

Server side PHP loader for YUI files NB: this is unlikely to help you!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.9%
  • PHP 8.6%
  • ActionScript 2.4%
  • Other 0.1%