jetphp/jetphp

A php micro-framework for web developers.

Maintainers

Package info

github.com/jetphp/jetphp

pkg:composer/jetphp/jetphp

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 38

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-02 06:13:28 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