Sencha Module for Zend Framework 2
I have put our internal Sencha module that we use on Github, it currently provides a Direct API generator with caching and an automatic bootstrap generator. The github repository is located at https://github.com/KablauJoustra/KJSencha
This is only a small part of the features that we use in our applications and more will be put on Github later.
Future plans are:
- Dynamic Ext JS component generator in PHP
- Direct Polling with simple CRON syntax
- Support for stores
- Rest controllers with zf2 hydrators
- Automatic Sencha CMD bootstrap builder
- Sencha Touch and Ext Scheduler modules
- More...
There is an Example application available here which has the Direct examples from the official documentation.
If you have any issues, questions or additions feel free to submit them to the Issue Tracker, submit a Pull Request or post them here.
Something production ready ?
Is there something that is production ready or at least in beta version ?
I am thinking of integrating extJs in a ZF2 Project.
Trying to install error...
Hi i'm trying to install the module and when using the command:
composer.phar require kablau-joustra/kj-sencha
and got this message:
Please provide a version constraint for the kablau-joustra/kj-sencha requirement:
So I typed:
0.2.1
wich was the latest version on GITHub but got this error:
composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package kablau-joustra/kj-sencha 0.2.1 could not be found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min
imum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
problems.
Installation failed, reverting composer.json to its original content.
What's wrong? is it me? is it GITHub? Is it something else?