A CoffeeScript Web Framework
npm install exspresso CodeIgniter (
* Welcome page - working
* Config - working
* Loader - working
* Router - working
* Controller - working
* Model - working (Travel demo)
* Lang - in progress
* Database - in progess
* Hooks - under review
* Input - uses express
* Output - uses express
* Security - uses express
In general, files with an extension of .php are not yet ported, and files with an extension of .php.coffee are in progress.
* Jade templating engine
* Redis session storage
* Bootstrap/LESS stylesheets
* Sequelize ORM
* Edit configuration defaults in application/config/config.coffee
* Includes php2coffee command line port tool
Requires Zend compatible php runtime:
Usage: bin/php2coffee [OPTIONS] PATH [DESTINATION]
-h, --help display this help
-j. --javascript compiles resulting .coffee file
-r, --recursive recurse source path
-t, --trace trace output
-T, --tabs use tab character in output (default is spaces)
-d, --dump dump of tokens
Ported code uses pal.coffee, a php abstraction layer.
Pal is a group of helper functions that mimic the php api.
Use cake test to test pal.
(The MIT License)
Copyright (c) 2012 Bruce Davidson <darkoverlordofdata@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.