jetphp/jetphp

A php micro-framework for web developers.

dev-master 2020-10-21 22:37 UTC

This package is not auto-updated.

Last update: 2024-04-17 20:34:21 UTC


README

PHP Framework to developing websites and systems

Documentation

The v1.0 documentation is being writed, you can read it at https://jetphp.github.io/

How to install?

  • Use composer to manage all dependencies
 git clone https://github.com/jetphp/jetphp
 cd jetphp
 composer install

If you don't have composer, learn how to install

How to start with docker?

  • Install docker
  • Install docker-compose
  • Execute docker-compose up
  • Run docker exec -it jetphp-php7 bash and run composer install
  • Go to http://localhost:5005 and see JetPHP

Install development version (not stable)

v1.1.1

git clone https://github.com/jetphp/jetphp --branch v1.1