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.
The template engine is now based on php instead of xml/xslt to gain more speed and lesser procedure calls. Several bugs were fixed and the std and cmd library was deleted.