Bookyo is an online booking software for hotels.
It's modular, user friendly and very powerful.

In which platform does Bookyo run?

To run, the Bookyo application uses the typical LAMP stack:

  • Linux
  • Apache web server
  • PHP 5.2 or superior with the extensions:
    • php-gd
    • php-mysql
  • MySQL Server 5.0.45 or superior

Bookyo runs inside the ACT2 framework, which we will explain right away.

What is the ACT2 framework?

The ACT2 framework was developed by berro (the company producing Bookyo). It is a follow-up of berro's first framework (ACT1, you guessed it).

It is based on the following technologies:

And has the following features:
  • Provides a component based framework, so you can customize your product as you like
  • Uses MVC (Model-View-Controler) extensively. Each component has its own views, model and controlers
  • Each component has it's own migrations
  • Automatically provides for the components:
  • json generation
  • Restful webservices with automated XML generation
  • logging facilities
  • Security role-based security access verification
  • Cache (view, controler and API)
  • DB migration framework
  • Administration interface
  • Content model
  • Media file management
  • And more...