andylibrian / php-object-generator

ORM class generator for PHP

Home Page:http://www.phpobjectgenerator.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Object Generator

PHP Object Generator, (POG) is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application.

Over the years, we realized that a large portion of a PHP programmer's time is wasted on repetitive coding of the Database Access Layer of an application simply because different applications require different objects.

By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project.

The time you save can be spent on more interesting areas of your project.

Install

  • Extract repo content to a folder on your server
  • Edit include/configuration.php
  • Point your browser to /index.php

Use without Install

Setup locally with docker-compose

docker-compose up -d
docker-compose ps

# Get the IP address to be used in the following step
docker inspect php-object-generator_pog_1 | jq -r '.[0].NetworkSettings.Networks["php-object-generator_default"]'.IPAddress

Edit /etc/hosts and add this line:

IP_ADDRESS_FROM_THE_STEP_ABOVE beta.phpobjectgenerator.com www.phpobjectgenerator.com phpobjectgenerator.com

About

ORM class generator for PHP

http://www.phpobjectgenerator.com


Languages

Language:PHP 95.3%Language:JavaScript 2.2%Language:CSS 1.8%Language:Hack 0.6%Language:Batchfile 0.0%Language:Dockerfile 0.0%