location: news /

news

opensocial library

created by k42b3 on Wed, 20 Jan 2010 21:02:34 +0100

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


psx 0.2.2 released

created by k42b3 on Sun, 27 Dec 2009 19:50:11 +0100

As a lated christmas gift I release psx 0.2.2 this release include the following changes:

  1. added openid, yadis, atom/rss2 and opensearch component
  2. renamed the folder lib to library and ext to extension
  3. perfomance improvments
  4. fixing several bugs
  5. removed the include folder
  6. add phpunit tests

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


psx examples

created by k42b3 on Sun, 29 Nov 2009 21:10:02 +0100

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


psx 0.2.1 released

created by k42b3 on Mon, 23 Nov 2009 23:42:37 +0100

I like to announce the new version of psx 0.2.1. This version includes the following changes:

  • add component net/oauth
  • rewrote http lib
  • add phpunit tests
  • fixing bugs
  • redesign sample template
  • orm lib removed
  • parse lib removed

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


website updated

created by k42b3 on Sun, 25 Oct 2009 21:14:04 +0100

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


psx 0.2.0 released

created by k42b3 on Thu, 15 Oct 2009 15:18:19 +0200

Iam proud to announce the first stable release of psx version 0.2.0. The release include the following changes:

  • library design was changed
  • perfomance improvements
  • phpUnit tests was written for the libraries
  • bugfixes
  • detailed code documentation

psx 0.19.9 beta released

created by k42b3 on Mon, 14 Sep 2009 12:45:08 +0200

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.


psx 0.19.8 beta released

created by k42b3 on Mon, 24 Aug 2009 12:33:12 +0200

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.