Download the PHP package ambersive/api without Composer

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

Laravel API Helper Package

by AMBERSIVE KG / Manuel Pirker-Ihl ([email protected] / @leganz on Twitter)

About

The main goal of this project is to provide a tested environment for a fast api endpoint creation. The project will automatically create the required php files and ensure that also a minimum quality standard is provided.

This packages will help you create:

based on some simple yaml schema files.

This packages also comes with some out-of-the-box endpoint implemmentations (restful endpoints) like

Changes of each version can be read in CHANGELOG.md.

Supported databases

Currenty supported databases are

Please be aware that some functionality will not be there due to restrictions in the database technology (e.g. relations resolving).

Used packages

Other requirements

This package is using prettier to automatically format files via command line. NodeJs is a must have requirement.

Installation

1) Run the install command

2) Installation of all nodejs requirements

Before you can process please delete all default migration files. (eg. for users table). Please notice that the following command will move some files from your config folder into a "ori" folder as backup, cause this package will overwrite some setting in the basic auth.php config file.

Then migrate the databse to be sure all the required tables are migrated.

Default setup

This package provides some standard implementations of the

and some basic endpoints for permissions, roles and users. Some of the basic endpoints can be replaced and customized. For further information please read the documentation.

Seeds

This package also includes some seeds incl. user seeding. During the setup process seed files will be created in resources/seedfiles.

Creating folders and files

Schemafiles and most of the required files are stored in specfic folders. Via the ambersive-api config file all of those paths can be set. The following command will create the required folders. You will not need to run this command if you run the api:init command.

Documentation

Further information about this package can be found here.


All versions of api with dependencies

PHP Build Version
Package Version
Requires pragmarx/yaml Version ^1.0.0
pragmarx/version Version dev-master
parsedown/laravel Version ^1.2
illuminate/support Version 6.*|7.*|8.*
emadadly/laravel-uuid Version 1.*
darkaonline/l5-swagger Version 6.*|7.*
spatie/laravel-permission Version ^2.36|3.*
tymon/jwt-auth Version 1.*
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 ambersive/api contains the following files

Loading the files please wait ....