GithubHelp home page GithubHelp logo

Build Status Code Coverage Code Quality StyleCI License

Larapie

Installation:
composer create-project larapie/larapie
composer install
php artisan larapie:install

Open the .env file and enter your database details then run:

php artisan db:reset --seed
WARNING:

This repository is currently in alpha. Heavy development is going on and things are possibly going to break. If you want to use it please tag use a tagged release instead of the master since these are tested and should be working. For now please do not use this in production environments. An announcement will be made when it is considered production ready.

What is Larapie

Larapie is a framework for easily building scalable and testable api's with laravel & PHP.

It is heavily inspired on apiato wich is unfortunately abandoned and not up to date anymore at the moment. We will reuse a lot of documentation from apiato throughout this project to speed up the writing. Larapie aims to be more intuitive, performant and maintainable than apiato. It is designed to help you build scalable API's faster, by providing tools and functionalities that facilitates the development of any API-Centric App.

Why!? Because setting up a solid API from scratch is time consuming (and of course, time is money!). Larapie gives you the core features of robust API's fully documented, for free; so you can focus on writing your business logic, thus deliver faster to your clients.

Requirements

  • Php >= 7.2
  • PHP Extensions: OpenSSL, PDO, Mbstring, Tokenizer
  • Composer
  • Webserver (nginx, apache, lightspeed, ..)
  • Database (mysql, mariadb, postgres, sqllite)
Optional:
  • In Memory & Queue Database (Redis)

Features

  • Auto registration of resources (commands, configs, event listeners, module schedules, factories, policies, observers, routes, ..).
  • Action (validation, authorization & business logic) driven design.
  • Modular structure (splitted in foundation, modules & packages)
  • Seperate Api domain or route.
  • Api versioning.
  • Code generator (very early stages)
  • Preconfigured usefull Packages (Cors, Horizon, Idehelper, Sentry, Telescope)
  • Authorization (permissions & roles)
  • Authentication (Auth0)
  • Transformers. Laravel api resources with fractal functionality. (larapie/transformer)
  • Repositories. (very early stages)
  • Guards. Fluent reusable objects to throw exceptions based on conditions. (larapie/guard)

Anthony Vancauwenberghe's Projects

Anthony Vancauwenberghe doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.