Download the PHP package pedro151/orm-generator without Composer

On this page you can find all versions of the php package pedro151/orm-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package orm-generator

orm-generator

Travis build status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License

ORM Generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development.

uses various types of databases like Postgres and Mysql and various types of ORM framework.

Install

install via composer or download the file phar.

Install via composer:
Download phar:

Creating config file

use the following command to create the configuration file needed to get started:

OR

Configuration

setting is in configs/config.ini if you do not use frameworks adapter, if you use the adapter configuration comes straight from the framework as Zend framework and others.

PHP Code Generation

Open the prompt in the directory orm-generator and write:

Or Open the prompt in the directory bin and write:

Configurations optionals

Command description
--init Creates the necessary configuration file to start using the ORM Generator.
--name-ini reference to another .ini file configuration (relative path).
--config-env ORM Generator configuration environment.
--framework name framework used, which has the contents of the database configurations and framework template.
--driver database driver name (Ex.: pgsql, mysql).
--database database name.
--schema database schema name (one or more than one).
--tables table name (parameter can be used more then once).
--clean-trash delete all files that do not belong to your Database due.
--status show status of implementation carried out after completing the process.
--version shows the version of ORM Generator.
--help help command explaining all the options and manner of use.
--path specify where to create the files (default is current directory).
--update Upgrade to latest version.
--download download the reported version (ex. --download=1.5.0).
example:

in prompt

Support Database

Framework Class Generator ORM

- Classes Overwrite: Classes should not be personalized, they will be rewritten every generation of classes.

Frameworks Config Name Version Generate Classes Classes Overwrite
Zend Framework zf1.12 1.12 DbTable, Entity, Model DbTable, Entity
Phalcon phalcon 3.0 Entity, Model, Peer Entity

All versions of orm-generator with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pedro151/orm-generator contains the following files

Loading the files please wait ....