Fork Webino on Github
Webino.org

Open Source Website System

What is Webino

Webino is web engine for PHP 5.3 and dedicated to web developers. It's build on top of the Zend Framework and distributed by PEAR.

Bennefits

  • Tested with 100% code coverage
  • Pure XHTML template engine
  • Configurable, Modular & Reusable
  • Advanced error handler
  • Powered by Zend Framework
  • Distributed by PEAR
  • One engine for many websites
  • Commerce friendly license

How it works

It's main goal is to provide one engine for many different websites.

Engine is composition of packages and website is made of configuration files. Webino allows you to:

  • • Rapid web application prototyping.
  • • Making different web apps without typing any code, just by configuration.
  • • Reusing components and templates on world-wide scale.
  • • Making websites without databases.
  • • And much more ...

Get started

0.1.0alpha

If you are familiar with PEAR, this will be easy.

Installation

Set channel auto-discover on:
pear config-set auto_discover 1
Installing package:
pear install --alldeps pear.webino.org/core-alpha#base
* You can leave --alldeps if you have Zend Framework 1.11 with extras in your PEAR PHP directory.

Generating skeleton

Go to your servers public directory, run the terminal and type:
webino make web nameofmyweb
Then browse to the public directory of your new project and you should see the demo.

What you should know before any development:

Give back

Are you interested? Get involved! There is lot of work on the Webino and any help will be appreciated. You can:

  • Give a Feedback Have you successfully installed Webino? What do you think about?
  • Report an Issue Installation failed or you find a bug. Let us know!
  • Request a Feature Something is missing from your favourite Webino package? Well, we can add it.
  • Be a part of the team, Contribute! You want to improve or build your own packages? We will help you.
  • Join us on Google Groups Currently, the easiest way to contact us.

What's going on

Following packages are under development and will be released as soon as possible:

  • • Easy Ajax communication.
  • • Forms with Ajax sending and validation.
  • • Concept of modular models based on Zend_Db.

About the author

Peter Bačinský is freelancer from Slovakia. He has over 10 years of experience with websites development on PHP technology. He has worked for several local companies and now begins his own business. His main vision is to perform quality web applications with fast support to enterprise customers.