Download the PHP package kmlaravel/apis-generator without Composer

On this page you can find all versions of the php package kmlaravel/apis-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 apis-generator

Apis Generator

Scrutinizer Code Quality Build Status Code Intelligence Status Code Quality

Notes

laravel 8 not supported yet !

APIs generator was developed for laravel 5.8+ to accelerate your work by building for your new api just a few clicks.

this package came with a base controller which helps to handle some logic and generate responses, we will develop all functions that help developers to reduce development time, simple interface to manage api creations process and view all api you had made before based on the credential JSON file.

What does this package build?

this package auto-build :

Features

Installation

1 - Dependency

The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:

In apis_generator.php configuration file you can determine the properties of the default values and some behaviors.

4 - Copy the package assets to your local resource views with the publish command:

Basic usage

1 - Load your routes

As we said a little while ago we save your process result in resource/views/ApiGenerator/credential.josn this file contains an array that in turn contains objects each one contains controller class name, URL, api title, and type for your api.

to run this route we have to add this facade class in your routes/api.php file.

now all your routes load automatically from routes in credential.json file.

2 - create your api

you should navigate to {{ your base url }}/apis-generator/create.

3 - view all api you have made

you can navigate to {{ your base url }}/apis-generator/index.

config options

add middleware to package routes

the initial package route middleware is web if you want to add any custom middleware you can do that by adding middleware keys in middleware arrays

add more database column types

you can do that by adding the type label to column_type array

Changelog

Please see the CHANGELOG for more information about what has changed or updated or added recently.

Security

If you discover any security related issues, please email them first to [email protected], if we do not fix it within a short period of time please open a new issue describing your problem.

Credits

karam mustafa


All versions of apis-generator with dependencies

PHP Build Version
Package Version
No informations.
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 kmlaravel/apis-generator contains the following files

Loading the files please wait ....