Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 601 Bytes

slim-rest-boilerplate

Create restful apis with a bliss using SlimPHP. Inspired by crankedapps' slim-rest-boilerplate coding structure and made some modifications.

What's included?

  • SlimPHP 3
  • Eloquent ORM
  • Dotenv
  • JWT Authentication
  • Respect Validation
  • Monolog
  • Custom Helpers
    • Utilities
    • Dates
    • Crypto
    • Email

Todo

Documentation

  • Installation
  • Sample API Documentation

Implementation

  • Dotenv
  • Eloquent
  • Respect Validation
  • JWT Authentication
  • Monolog