zaphpa / zaphpa

Zaphpa is a super-lightweight, robust and easy library for quickly developing RESTful HTTP APIs in PHP. Inspired by Sinatra.rb and Express.js/Node.js it is probably the easiest and most powerful web micro-framework for RESTful APIs in PHP.

Home Page:http://zaphpa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zaphpa

Packagist 2.x RC Build Status Scrutinizer Code Quality Codacy Badge Full documentation

Installing Zaphpa with Composer

Add zaphpa/zaphpa to your composer.json.

{
  "require": {
    "zaphpa/zaphpa": "^2.1.1"
  }
}
Full Documentation: http://zaphpa.org

If, for whatever reason, you are looking for older version (1.x) of Zaphpa you can download it from: https://github.com/zaphpa/zaphpa/releases/tag/1.2.2 (not recommended).

Maintainers

History

First major user of Zaphpa, in production, was NPR's API. Zaphpa hugely benefited from this use through meticulous bug-fixing, various contributions and overall creativity of the wonderful NPR software teams.

Zaphpa is now used by a variety of organizations worldwide. If you use Zaphpa and want to be listed here, please open a pull request.

License & Credits

Released under the MIT open source license. See LICENSE for details.

The predecessor to Zaphpa was originally created by Ioseb Dzmanashvili. Project was later adopted and iterated upon by Irakli Nadareishvili.

Additional contributors:

About

Zaphpa is a super-lightweight, robust and easy library for quickly developing RESTful HTTP APIs in PHP. Inspired by Sinatra.rb and Express.js/Node.js it is probably the easiest and most powerful web micro-framework for RESTful APIs in PHP.

http://zaphpa.org

License:MIT License


Languages

Language:PHP 100.0%