Projects tagged ‘php’ and ‘soap’


Jump to tag:

Projects tagged ‘php’ and ‘soap’

Filtered by Project Tags php soap

Refine results Project Tags webservice (13) framework (12) xml (11) wsdl (11) webservices (10) soa (10) ajax (8) api (8) rest (7) web (6) mvc (6) php5 (5)

[48 total ]

90 Users
   

Kumbia PHP Framework is a full-stack MVC framework written in PHP for developing database-backed web applications according to the Model-View-Control pattern and other patterns as ActiveRecord and ... [More] TemplateView. Optimized for PHP programmer productivity. [Less]
Created about 1 year ago.

54 Users
 

Agavi is an open-source MVC-style application framework for PHP 5 with strong support for important features such as web services, internationalization, and a heavy focus on code modularity and ... [More] reusability. (Note that the metrics that Ohloh provides regarding Agavi are incorrect, as the Ohloh system does not have a sufficient understanding of Agavi's source control repository; however, the activity it reports is correct.) [Less]
Created over 3 years ago.

41 Users
   

Horde is both an Open Source software project and an application framework written in PHP. The application framework is currently the basis for 50 applications written by developers from around the ... [More] world, including the flagship IMP Webmail client, the popular Chora repository viewer, and a complete groupware suite. The guiding principles of the Horde Project are to create solid standard-based applications using intelligent object oriented design, and wide-ranging platform and backend support. There is great emphasis on making Horde as friendly to non-English speakers as possible. The Horde Framework currently supports many localization features such as unicode and right-to-left text, and is shipped with translations in over 40 languages. [Less]
Created over 3 years ago.

16 Users
   

WSF/PHP is an extension for PHP that supports SOAP 1.1, SOAP 1.2, and other advanced Web Services standards such as WS-Addressing, WS-RM, WS-Security, MTOM, easily in PHP. WSO2 Web Services ... [More] Framework/PHP (WSO2 WSF/PHP), is a PHP extension based on Apache Axis2/C and WSO2 WSF/C for providing and consuming Web Services in PHP. WSO2 WSF/PHP supports both SOAP 1.2 and SOAP 1.1, WSDL 1.1 and WSDL 2.0 in WSDL mode and WSDL generation, WS-Security (UsernameToken, signing and encryption), binary attachments with SOAP MTOM, WS-Addressing and WS-ReliableMessaging. It also has the provision for REST style invocations [Less]
Created over 3 years ago.

3 Users
   

Framewerk is a web development framework and application suite in PHP5. Our goal with Framewerk is to give developers and users alike the ability to build complex websites quickly and easily.
Created over 3 years ago.

3 Users
 

Create Web Services with PHP5 in minutes. InstantSVC (pronounced as Instant Services) provides a set of tools to ease your development. You just need to document your object oriented PHP code with ... [More] PHPDocumentor in order to generate Web Services from it - SOAP Services as well as RESTful Web Services. Features of InstantSVC include an Extended Reflection API with information about data types, Annotations for PHP, a WSDL generator conform to WS-I Basic Profile, a Document/literal adapter generator, a Handler chain mechanism for SOAP processing, Implementations of WS-Security and the Username Token Profile, a Server for RESTful Web Services and an Administration tool for convenient creation and management of SOAP and REST servers. [Less]
Created over 2 years ago.

2 Users
   

NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.
Created over 2 years ago.

2 Users

NewRead the Introduction to sierra-php article from php|architect Magazine published in June 2009. Overviewsierra-php is yet another PHP framework. It is compatible with both PHP 4 and 5. It ... [More] provides a foundation of reusable object-oriented code for Linux/Unix/OS X PHP software implementations. This foundation includes the following: DRY: built specifically to eliminate redundant code and tasks, significantly increase productivity, and decrease supported codebase. For example, how many times have you written a login screen or validated an email address or written a select or update query... with sierra-php those redundant tasks are replaced with a few lines of configuration like or so you can focus on implementing your business logic quickly and effectively O/R mapping: provides an xml-based declarative method for defining the application's object model. The framework utilizes the object model to automatically generate the data access and value objects (DAOs and VOs) used to provide CRUD (create, read, update, delete) functionality for that object model. Additionally, the framework will automatically generate the DDL necessary to create and update the underlying RDBMS schema and can be optionally configured to automatically invoke that DDL against the RDBMS whenever changes to the object model are made. The object model also allows application developers to define entity and attribute views (input forms, read-only views, PDF-based views, etc.), implement validation logic, impose aspect oriented (AOP) modifications of the generated classes, and much more. Web Services: allows exposure of model and custom functionality via SOAP and REST web services. These web services can be used to perform standard CRUD logic within the model as well as other custom functionality including database queries, printing, etc. Web service I/O supports both JSON and XML. Additionally, full API documentation, invocation samples, and WSDLs are automatically generated Authentication: provides a declarative approach for defining HTTP-based application authentication and access restrictions. LDAP, database and OS authentication methods are supported as well as a combinations of those methods. Configuration management: provides an xml-based declarative method for defining configurable software parameters such as database connections, access restrictions, authentication, task scheduling, localization, logging, and custom parameters UI Templates: uses the Smarty template engine for separation of presentation from other application logic Logging: includes a logger and the ability to define framework, application, authentication and other custom log files Database abstraction: supports abstraction for MySQL, PostgreSQL, and MsSQL database servers including in conjunction with the O/R mapping automatic schema synchronization Localization: using language specific properties files and automatically detected browser locale preferences, sierra-php can localize applications by displaying the language strings from the properties files that most closely approach the users' locale preferences. Additional localization features includes time zones, address formats, currencies and number formats, and date formatting Workflow management: allows developers to implement complex workflow processes within applications utlizing an xml-based declarative design approach Utility functionality: provides a variety of utility classes for file management, email messaging, xml parsing, and much more Out-of-the-box UI templates: provides configurable Smarty-based templates for creating object and attribute views including complex tables, form inputs, AJAX-based tooltips, click-in fields, files, images, arrays, pagination and more PHP Console: provides a terminal console for interracting with the framework, applications, and PHP using a command-line interface. This is useful for testing and maintenance procedures that might otherwise require creation of temporary scripts. It includes bash-like history toggling, and class-introspection-based tab completion Multiple-application support: each instance of the framework can support zero or more application deployments. Each application can utilize its own custom configurations and inherit from global configurations Installer: the framework includes a command-line installer used for the initial framework configuration, database configurations, updates from subversion, and installation/updates/configuration of sierra-php applications including Apache configuration [Less]
Created 12 months ago.

1 Users

Sapo-Broker is a distributed messaging framework. It can either work as a local daemon that has a SOAP interface or embedded within your JVM. Bindings exist for C, Python, PHP and Perl.
Created about 1 year ago.

1 Users

Simple php utility and class library for generating classes ready to use with a web service from the wsdl file. About wsdl2phpgenerator Wsdl2phpgenerator generates valid php 5.3 classes with ... [More] optional namespace support. It enables a fast start when about to use a webservice, just generate the code from the wsdl file, include the service class and start calling functions from the web service. Wsdl2phpgenerator has support for separating the classes to multiple files inclusion guard the classes by class_exists() calls, namespaces and a option to just make one file with all classes. CLI The source does also contain a nice library for reading input from the command line. It has support for required parameters, optional parameters. Boolean and string parameters and generates a help [Less]
Created about 1 month ago.