Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisnharvey/framework
EncorePHP framework for writing native desktop applications in PHP
https://github.com/chrisnharvey/framework
Last synced: about 4 hours ago
JSON representation
EncorePHP framework for writing native desktop applications in PHP
- Host: GitHub
- URL: https://github.com/chrisnharvey/framework
- Owner: chrisnharvey
- License: mit
- Created: 2013-11-24T17:58:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T18:14:44.000Z (over 9 years ago)
- Last Synced: 2024-05-01T23:30:01.673Z (7 months ago)
- Language: PHP
- Homepage: http://encorephp.com
- Size: 640 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EncorePHP
=========EncorePHP is a desktop application framework for PHP. It uses [wxWidgets](http://wxwidgets.org) and [wxPHP](http://wxphp.org) to easily create a cross-platform desktop application using PHP, but is easily extensible to use any desktop development extension.
Because EncorePHP is a PHP framework, this means that you do not have to wait for the application to compile every time you want to test a change you've made to your code. Simply run ```php bin/encore debug``` from the CLI to view your application instantly.
EncorePHP takes advantage of a lot of components from the Laravel framework, and we aim to make desktop app development as expressive as Laravel has made web app development.
EncorePHP is still under active development, so if you have any ideas, suggestions, enhancements or bug fixes then please feel free to submit an issue or pull request on the respective repository that your issue relates to.