PGbuild is a Phonegap development system that automates the development process by connecting your CMS/web server with the online service Phonegap Build.
PGBuild is essentially a web spider that make off-line versions of web pages. The off-line version is zippped and send to the Phonegap Build service. The spider is controlled by a project file that sets the rules for the spider and the options for the phonebap build service.
You may create and manage your phonegap project source files manually on your webserver or use PGBuild to connect to a CMS system to extract content. PGBuild is managed from a small widget that you may use your self or integrate into a CMS system.
features
Widget
Turn your CMS into a development platform for Phonegap applications. Embed the PGbuild widget via iframe onto an admin page (or regular page) in your CMS. The widget is connected to the CMS via a small connector class.
Read more
Command line
If you want a convient way to manage you phonegap build projects without a cms you may call PGBuild from the command line.
Read more
requirements
1) PHP > 5.0 with CURL and mdstring modules.
2) An account on build.phonegap.com
Get source
You may use SVN or one of release zip files to get the source for PGBuild.
After installation you should rename the file cliconfig-template.php to cliconfig.php and change the settings in the file to your needs.