Iam happy to announce an new release of psx framework version 0.2.3. A pubsubhubbub component was added with that you can subscribe and publish content. Also an atom and rss component was added to parse feeds. A html parses component was added wich is designed to parse malformed html. The atom, rss and opensearch component uses now the XMLWriter class to produce XML and several bugs werde fixed.
This release contains all components. I dont have found a good way to sperate the components from the framework and still maintaining all components in the same repository. So unit I have found an easy solution all components will included in the release.
best regards
k42b3
Iam currently developing an opensocial library for the psx framework so that its easier to make your website as an "Social API Server". Therefor I have also to implement an OAuth server to the framework.
In the next release I will probably splitt up all not necessary components and offer them here under a new section "components" to download. So you can download the components that you need that means you dont have unused components in psx.
regards
k42b3
As a lated christmas gift I release psx 0.2.2 this release include the following changes:
I will add in the next time some demo files wich shows how you can easily use this new components. hf with this version ...
best regards
k42b3
To make it easier to start with psx I have create a website wich contains several examples where you can see the module and template source code. The website is located at http://phpsx.org/demo. If you missng an example do not hesitate to contact me
bext regards
k42b3
I like to announce the new version of psx 0.2.1. This version includes the following changes:
psx frameworks focuses on more speed and the easy use of web-services (lib/psx/http and com/net/oauth) and the easy development of REST web-services (on_get, on_post, on_put, on_delete methods). Have fun ...
regards
k42b3
This website runs now with psx cms version 0.1.5 beta. In addition the psx API documentation was added you can view it at http://phpsx.org/api
regards
k42b3
Iam proud to announce the first stable release of psx version 0.2.0. The release include the following changes:
This release includes many bug fixes. A test class were added to the psx core with that you can write tests with phpUnit and the SQL library was optimized.