Skip to content

With the move to github, the team has decided to implement a new directory structure. Implementing this structure happens in this branch.

Notifications You must be signed in to change notification settings

cconstandachi/xp-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

With the move to github, the team has decided to implement a new directory structure. Implementing this structure happens in this branch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%