Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16,603 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XP Framework

This is the XP Framework's development checkout

Directory structure

[root]
|- core               # The XP Framework's core
|  |- boot.pth        # Bootstrap classpath
|  |- ChangeLog
|  `- src             # Sourcecode, by Maven conventions
|     |- main
|     |  `- php
|     |- test
|        `- php
|        `- resources
|
`- tools              # Entry point
   |- tools           # Bootstrapping (class.php, xar.php, web.php)
   `- src             # Sourcecode, by Maven conventions
      `- main
         `- php

Using it

To use the the XP Framework development checkout, put the following in your xp.ini file:

# Windows
use=[root]/core;~[root]/tools

# Un*x
use=[root]/core:~[root]/tools

Enjoy!

Build status

Build Status

About

The XP framework is an all-purpose, object oriented PHP framework.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages