2017 © Pedro PelĆ”ez
 

library jetphp

JetPHP - Framework gaĆŗcho.

image

jetphp/jetphp

JetPHP - Framework gaĆŗcho.

  • Friday, July 13, 2018
  • by JoaoArtur
  • Repository
  • 5 Watchers
  • 9 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 25 % Grown

The README.md

JetPHP

PHP Framework to developing websites and systems, (*1)

Documentation

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

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, (*3)

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, (*4)

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

The Versions