native5 / native5-sdk-client-php
Client SDK for Native5 Framework for building web applications.
0.3.6
2014-02-02 22:26 UTC
Requires
- guzzle/guzzle: *
- monolog/monolog: 1.2.*
- phpunit/phpunit: 3.7.*
- symfony/yaml: *.*
- twig/extensions: *.*
- twig/twig: 1.*
Requires (Dev)
- native5/native5-sdk-common-php: dev-development
This package is not auto-updated.
Last update: 2025-02-25 03:20:54 UTC
README
Native5 Client SDK for helping you build adaptive mobile apps.
Core framework elements resides in Native5/Core Controllers define the various page controllers and reside in module Native/Core/Controllers UI templates resides in templates
- "index.php" is the entry point and subsequently a controller is looked up which serves out content specific to the action invoked.
- Device Detection & routing are handled by "Native5/Core/Route"
- Templates are used to render either partial or full content, upto the developer to define this.
Running Pre-requisites :
- Apache2
- PHP 5.2+
- Pear (optional)