Skip to content
/ phigester Public

Apache Common Digester for PHP, a library that can pass XML configurations into your own class structures/collections

Notifications You must be signed in to change notification settings

Aloi/phigester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This project is based on the Apache Commons Digester library, which provides PHP developers a way of passing XML structure directly into an object structure. The code is a port of the apache project to PHP.

This library is utilised by Aloi to pass the http and mvc configurations into a data structure of objects. These are then utilised in the caching mechanism as a way of speeding up the loading of configuration into memory and useful objects.

Please check the file headers for more information about the original authors.

About

Apache Common Digester for PHP, a library that can pass XML configurations into your own class structures/collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages