Download the PHP package hdeawy/api-starter-kit without Composer

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

API Starter Kit

Total Downloads Latest Stable Version License

Laravel API Starter Kit

Idea Brief

The Laravel API Starter Kit is a comprehensive boilerplate designed specifically for backend developers who need to quickly scaffold RESTful APIs using Laravel. Unlike general-purpose starter kits, this one focuses exclusively on API development, implementing industry best practices like Service and Repository patterns to ensure clean, maintainable, and testable code. This starter kit aims to solve common challenges in API development by providing a standardized structure, consistent response formats, and allowing developers to focus on business logic rather than repetitive boilerplate code.

Core Features

The API Starter Kit includes the following core features:

Requirements

Installation

Using Laravel Installer

Using Composer

Using Docker

Manually

Testing

Run the tests with Pest:

API Starter Kit

Laravel Pint

Code style fixer for minimalists

API Starter Kit

Larastan

Finding errors in your code:

API Starter Kit

Contributing

Thank you for considering contributing to this API Starter Kit!. All the contribution guidelines are mentioned here.

Security Vulnerabilities

If you discover a security vulnerability within the starter kit, please send an e-mail to me via [email protected].

License

This Laravel API Starter Kit is open-sourced software licensed under the MIT license.


All versions of api-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
spatie/laravel-query-builder Version ^6.3
tymon/jwt-auth Version ^2.2
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 hdeawy/api-starter-kit contains the following files

Loading the files please wait ...