Download the PHP package ovimughal/lamirator without Composer

On this page you can find all versions of the php package ovimughal/lamirator. 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 lamirator

Lamirator

Create Laminas, Lamirest module (oRest, oapi) with one console command

Install

  1. Open terminal
  2. Go to you root directory

  3. Run below composer command

Start Using

From app root directory enter:

For simplicity (Optional)

  1. create a php file in you application root (e.g lamirator.php)
  2. Open it in your favourite text-editor
  3. Paste following line

    And save

  4. Now from your terminal simply enter:

And your Laminas Module is ready to use

Options

  1. -m <Module-Name> (Default is SkeletonModule)
  2. -t <Type> (Type is either zf3 or oapi or oRest, default is zf3, any other type other than oapi or oRest will consider zf3)

    Note

    zf3 is default Laminas Module, since no mechanism is provided to auto generate this module as was available in ZF2 Eclipse PDT or Zend Studio, I kept option here.
    oapi is Laminas's AbrstractRestfulController based module where we can handle REST easily.
    oRest is awesome Laminas's AbstractActionController based module. An easey to use and your loved Action based approach.
    By having Lamirest module installed you will get JWT-Token, AccessControlList(ACL), Doctrine, ExceptionHandling, ApiValidation, Multi-tenant SAAS, Encryption, Clean Architecture & much more out of the box.

  1. Test in your browser http://hostname:port/yourapp/yourmodule no configuration needed.
  2. Enjoy :)

For Lamirest Module users

  1. For installation Lamirest
  2. Once you are up with installation, from your root directory type in following command in terminal
    ./vendor/bin/lamirator lamirest:serve
    This will serve Lamirest module & do all the necessary configurations automatically
    Also some config files will be generated for you.
  3. For doctrine to work properly we need to tell it the location of Entities
    Paste following in any module\<module-name>\config\module.config.php return array

  4. You are Done :)

All versions of lamirator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/console Version ^6.4.17
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 ovimughal/lamirator contains the following files

Loading the files please wait ....