location: news /

news

psx 0.2.3 released

created by k42b3 on Fri, 05 Mar 2010 13:26:33 +0100

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


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.