All Projects → specialtactics → Laravel Api Boilerplate

specialtactics / Laravel Api Boilerplate

Licence: mit
Laravel API Boilerplate | Please consult the Wiki !

Projects that are alternatives of or similar to Laravel Api Boilerplate

Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-62.33%)
Mutual labels:  api, hacktoberfest, laravel, boilerplate
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+134.67%)
Mutual labels:  hacktoberfest, laravel, boilerplate
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+249.67%)
Mutual labels:  hacktoberfest, laravel, boilerplate
Laravel Query Builder
Easily build Eloquent queries from API requests
Stars: ✭ 3,083 (+927.67%)
Mutual labels:  api, hacktoberfest, laravel
Saas Boilerplate
SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
Stars: ✭ 152 (-49.33%)
Mutual labels:  api, laravel, boilerplate
Laravel Api Boilerplate Jwt
A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 1,155 (+285%)
Mutual labels:  api, laravel, boilerplate
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+429.67%)
Mutual labels:  api, laravel, boilerplate
Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (-42.67%)
Mutual labels:  api, hacktoberfest, boilerplate
Quicksand
Easily schedule regular cleanup of old soft-deleted Eloquent data.
Stars: ✭ 259 (-13.67%)
Mutual labels:  hacktoberfest, laravel
Otter
A relatively automatic CRUD backend administration panel for Laravel
Stars: ✭ 261 (-13%)
Mutual labels:  hacktoberfest, laravel
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+932.33%)
Mutual labels:  api, hacktoberfest
Eloquent Power Joins
The Laravel magic you know, now applied to joins.
Stars: ✭ 264 (-12%)
Mutual labels:  hacktoberfest, laravel
Minha Receita
🏢 Sua API web para consulta de informações do CNPJ da Receita Federal
Stars: ✭ 255 (-15%)
Mutual labels:  api, hacktoberfest
Common
A set of common utils for consuming Web APIs with Angular
Stars: ✭ 259 (-13.67%)
Mutual labels:  api, hacktoberfest
Abibliadigital
A RESTful API for Bible
Stars: ✭ 251 (-16.33%)
Mutual labels:  api, hacktoberfest
Php Openapi
Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
Stars: ✭ 268 (-10.67%)
Mutual labels:  api, hacktoberfest
Api Generator
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Stars: ✭ 244 (-18.67%)
Mutual labels:  api, laravel
Free Pmo
Project management software for freelancers or agencies, built with Laravel 5.
Stars: ✭ 264 (-12%)
Mutual labels:  hacktoberfest, laravel
Laravel Gamp
📊 Laravel Google Analytics Measurement Protocol Package
Stars: ✭ 271 (-9.67%)
Mutual labels:  hacktoberfest, laravel
Apilogger
Small laravel package for viewing api logs which can be used in debugging.
Stars: ✭ 285 (-5%)
Mutual labels:  api, laravel

Build Status StyleCI

About Laravel API Boilerplate

This is a boilerplate for writing RESTful API projects using Laravel. The aim of this boilerplate is to provide developers with scaffolding and common functionality which will make writing APIs exceedingly quick, efficient and convenient.

It is intended for this repository to be used when starting a new API project. Therefore, instead of cloning the laravel repository, you should clone this one.

The principles of this boilerplate are to;

  • Save developers considerable effort by using reasonable conventions
  • Allow for everything the boilerplate provides to be easily extended and entirely customised to suit developer needs, through normal PHP inheritance
    • As well as allow developers to easily use the boilerplate functionality and mix it in with their own implementation
  • Follow REST standards very closely
  • Use existing Laravel features and existing Laravel add-on packages where possible
  • Add many convenient features useful for writing APIs
  • Maintain a high level of performance

Documentation

For setup, usage guidance, and all other docs - please consult the Project Wiki.

Contributing

If you would like to contribute to this project, please feel free to submit a pull request. If you plan to do any major work - it may be worthwhile messaging the author beforehand to explain your plans and get them approved.

Please keep in mind, this package is only the template portion of the boilerplate, the main portion is l5-api. Before adding any new functionality, you should consider whether it's possible at all to keep it out of this project and rather put it into l5-api, as that is preferred.

Check out the documentation of supporting projects

Every great project stands on the shoulders of giants. Check out the documentation of these key supporting packages to learn more;

Recommended Packages

I have tried to include only the packages thought absolutely necessary, so here is a list of packages I recommend checking out:

General

For Debugging

License

This boilerplate, much like the Laravel framework is open-source software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].