Giter VIP home page Giter VIP logo

php-webservice's Introduction

php-webservice

					██╗    ██╗███████╗██████╗ ███████╗███████╗██████╗ ██╗   ██╗██╗ ██████╗███████╗
					██║    ██║██╔════╝██╔══██╗██╔════╝██╔════╝██╔══██╗██║   ██║██║██╔════╝██╔════╝
					██║ █╗ ██║█████╗  ██████╔╝███████╗█████╗  ██████╔╝██║   ██║██║██║     █████╗  
					██║███╗██║██╔══╝  ██╔══██╗╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║██║     ██╔══╝  
					╚███╔███╔╝███████╗██████╔╝███████║███████╗██║  ██║ ╚████╔╝ ██║╚██████╗███████╗
					 ╚══╝╚══╝ ╚══════╝╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝╚══════╝

What is a Webservice?

- An API (Application Programming Interface) is the means by which third parties can write code that interfaces with other code. 
A Web Service is a type of API, one that almost always operates over HTTP 
(though some, like SOAP, can use alternate transports, like SMTP).

What is a REST web service? - While REST stands for Representational State Transfer, which is an architectural style for networked hypermedia applications, it is primarily used to build Web services that are lightweight, maintainable, and scalable. A service based on REST is called a RESTful service.

What is Slim Framework?

- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
[source: https://www.slimframework.com/]

Features
# HTTP Router
# Middleware
# PSR-7 Support
# Dependency Injection

Latest Version
# Jan 07, 2017 [ Slim 2.6.3 released ]

Community
# You can chat with other Slim Framework developers to share code or troubleshoot tricky issues using either Slack or IRC. 
Our nicks are akrabat, silentworks and codeguy if you have have questions or need assistance.

# Slack - We can by found on Slack at slimphp.slack.com.
# IRC - The official Freenode IRC channel is #slimphp.
# Support forums - We also have Discourse support forums at discourse.slimframework.com/ for when you have a more in depth question.

About PHP-Webservice

PHP-Webservice is a modified Slim Framework, dedicated for PHP Based RESTful Web Services developers and consumers.

php-webservice's People

Contributors

drivenbydesire avatar

Watchers

 avatar  avatar

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.