WebResourcesDepot |
Open Source PHP API Framework: FRAPI Posted: 20 May 2010 07:28 AM PDT Once we build a web application, creating an API for it and enabling anyone to interact with the service easily is a great way to help the application grow. However, it can be a time-consuming process to build the API from scratch (if you want to build one, check: How To Create An API? -10 Tutorials-). And this is where FRAPI, an open source PHP API framework for building an API for any web application very quickly, comes in. The framework is RESTful, simple and only focuses on building the API. It generates the skeleton for you to handle REST calls and you only need to put your business logic in it. From a web-based interface, it enables you to create the methods, error codes and messages for your API. Once finished, the PHP files for the methods are created automatically where you can easily add any extra functions. FRAPI also auto-generates the documentation for the API using the "description" fields of each function. Special Downloads: Advertisements: Related posts |
Mimic The iPhone Settings.app In Your Applications: InAppSettingsKit Posted: 20 May 2010 01:22 AM PDT InAppSettingsKit is an open source solution for iPhone app. developers to easily add in-app settings to iPhone applications. It offers an hybrid approach by maintaining the Settings.app pane, so, user can decide where to change the settings. The kit can be integrated into any iPhone application easily (but may require tiny updates). Although the intention of InAppSettingsKit is to create a 100% imitation of the Settings.app behavior, there are few more features provided like "overriding the settings file that is used in-app". Special Downloads: Advertisements: Related posts |
You are subscribed to email updates from WebResourcesDepot To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Comments (0)
Post a Comment