Downloadliste

Projektbeschreibung

PSX is a PHP framework for creating RESTful APIs. It helps you to build clean URLs serving Web standard formats like JSON, XML, Atom, and RSS. It includes a handler system that abstracts away SQL queries from domain logic, a routing system that executes correct controller method for the location of the controller and the method annotation, and a flexible data system that converts database records into formats like JSON, XML, Atom, and RSS. A lightweight DI container handles dependencies. The controller supports request and response filters that can modify the HTTP request or response, and filters are provided for Basic and Oauth authentication.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-12 13:48
0.4.7

Dieses Release enthält Klassen zum Generieren einer Prahlerei API-Deklaration. Das Ladeprogramm verwendet jetzt einen neue Anmerkung Parser für einfacher Verlegung. Diese Version fügt neue html5-Filter-Kollektionen und behebt viele Fehler.
Tags: Stable
This release contains classes to generate a swagger API declaration. The loader uses now a new annotation parser for easier routing. This release adds new html5 filter collections and fixes many bugs.

2012-02-26 06:57
0.4.3

Diese Version behebt der OpenID Anbieterimplementierung Verband (jetzt mit OpenSSL Funktionen), fügt eine OpenSSL-Wrapper-Klasse und ein Util Markdown Parser Klasse, verbessert die Fehler- und Ausnahmebehandlung, fügt eine Webfinger Util Bibliothek, fügt eine SQL-Tabelle-Abstraktion-Klasse (und daher entfernt die Servlet-Schnittstelle), fügt einen HTTP-Bibliothek hochladen, und mehrere Tests verbessert.
Tags: Stable
This release fixes the OpenID provider association implementation (now using OpenSSL functions), adds an OpenSSL wrapper class and a util markdown parser class, improves error and exception handling, adds a webfinger util library, adds a SQL table abstraction class (and therefore removes the servlet interface), adds an HTTP uploading libary, and improves several tests.

2011-10-24 08:11
0.4.2

Aktualisiert Atom und RSS-Element-Analyse. Der HTTP-Handler Socken wurde mit ordnungsgemäßen Abwicklung der chunked Transfer encoding behoben. Eine OpenID Providerimplementierung wurde hinzugefügt. Diese Version aktualisiert die HTTP-Anfrage-Klasse und behebt den Curl-Handler. Die "Expect: 100-weiter" Header wurde entfernt und ca-bundle.pem aktualisiert. Die NestedSet-Bibliothek wurde entfernt und neue Komponententests hinzugefügt. Einige Bugs wurden behoben.
Tags: Stable
Updated atom and RSS item parsing. The HTTP socks handler has been fixed with proper handling of chunked transfer encoding. An OpenID provider implementation has been added. This release updates the HTTP request class and fixes the curl handler. The "Expect: 100-Continue" header has been removed and ca-bundle.pem updated. The NestedSet library has been removed and new unit tests added. Several bugs have been fixed.

2011-07-03 13:50
0.4.1

Dies ist ein Major Release, dass die Struktur der Bibliothek ändert, so dass es nicht mehr abwärtskompatibel. A "camelcase" Coding-Style wird jetzt verwendet. Die Daten Schriftsteller Bibliothek wurde für den Umgang mit Atom-und RSS-Feeds korrekt aktualisiert. Ein HTTP-Bibliothek Option wurde hinzugefügt, um automatisch folgen Weiterleitungen und ungenutzte Klassen wurden entfernt. Unit-Tests wurden verbessert und das Handbuch wurde neu geschrieben. Viele Bugs wurden ebenfalls behoben.
Tags: Stable
This is a major release that changes the structure of the library so that it is no longer backwards compatible. A "camelcase" coding style is now used. The data writer library was updated for handling Atom and RSS feeds correctly. An HTTP library option was added to automatically follow redirects, and unused classes were removed. Unit tests were improved and the manual was rewritten. Many bugs were also fixed.

2010-04-14 07:04
0.3.1

Diese Veröffentlichung fügt Form Generation und Anfrage hinzugefügt. Es implementiert eine Schnittstelle psx_input, dass eine allgemeine Weise, um Werte aus einer nicht vertrauenswürdigen Quelle erhalten, bietet. Es umschreibt die Aufgabe, Filter und Bibliotheken. Das Handbuch ist auf die aktuelle Version aktualisiert wurden. Dieses Release behebt OpenID, OAuth, und die Yadis hinzugefügt. Sie fügt hinzu und behebt Unit-Tests und hat einige kleinere Bugfixes.
Tags: Stable
This release adds form generation and request library. It implements a psx_input interface that offers a general way to get values from an untrusted source. It rewrites the filter and task libraries. The manual has been updated to the current version. This release fixes OpenID, OAuth, and the Yadis library. It adds and fixes unit tests and has some minor bugfixes.

Project Resources