Download the PHP package maurobonfietti/rest-api-slim-php without Composer

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

REST API IN SLIM PHP

This is an example of a RESTful API built using the Slim PHP micro-framework.

The API allows you to manage resources such as users, tasks, and notes.

You can also read this README IN SPANISH.

Build Status Code Quality Test Coverage Packagist Version

alt text

đŸ–Ĩī¸ TECHNOLOGIES USED:

The leading technologies used in this project are:

Additional tools:

Also, I use other additional tools like:

⚙ī¸ QUICK INSTALL:

Requirements:

With Composer:

You can create a new project running the following commands:

How to install

With Git:

In your terminal, execute these commands:

With Docker:

You can use this project using docker and docker-compose.

Minimal Docker Version:

Commands:

🛠ī¸ TROUBLESHOOTING:

If you get stuck, you can try this guide step by step.

đŸŽĻ TUTORIALS:

Watch this mini-series of videos about Slim PHP (Spanish Audio :sound: :es: :argentina:).

:video_camera: VIDEO #1

How to install and configure this API.

:movie_camera: VIDEO #2

How to use JWT for Authentication.

:video_camera: VIDEO #3

Using Redis Cache.

:movie_camera: VIDEO #4

Deploy Slim PHP on Heroku.

đŸ“Ļ DEPENDENCIES:

LIST OF REQUIRE DEPENDENCIES:

LIST OF DEVELOPMENT DEPENDENCIES:

đŸšĨ TESTING:

Run all PHPUnit tests with composer test.

SCREENSHOOTS:

Screen Shot API using Browser
Screen Shot API using Postman

📚 DOCUMENTATION:

ENDPOINTS:

INFO:

USERS:

TASKS:

NOTES:

Also, you can see the API documentation with the complete list of endpoints.

IMPORT WITH POSTMAN:

All the API information is prepared for download and use as Postman collection: Import Collection.

Run in Postman

🚀 DEPLOY:

You can deploy this API with Heroku.

Deploy

ℹī¸ MORE INFORMATION:

For more information about this project, check out my blog post: How to create a REST API using Slim PHP.

You can also look at the to-do list web app I developed using this API in Angular.

đŸ’Ŧ CONTRIBUTING:

If you would like to contribute to the project, please open an issue or submit a pull request. Contributions are always welcome!

:heart: DO YOU LIKE THE PROJECT?

You can support this project by inviting me a coffee :coffee: :yum: or giving a star to this repo :star: :sunglasses:.

Buy Me a Coffee at ko-fi.com

:page_facing_up: LICENSE

The MIT License (MIT). Please see License File for more information.


All versions of rest-api-slim-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
composer/composer Version ^2.0
firebase/php-jwt Version ^5.0
palanik/corsslim Version dev-slim3
predis/predis Version ^1.1
respect/validation Version ^1.1
slim/slim Version ^3.12.3
vlucas/phpdotenv Version ^5.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 maurobonfietti/rest-api-slim-php contains the following files

Loading the files please wait ....