The world's easiest way to create high-quality APIs
Separating presentation logic from data provides the flexibility to support multiple client form factors, and future-proofs apps to allow behind-the-scenes change without breaking user interfaces. With Apigility, you can take the code that powers your business, and then API-enable it.
An API-based architecture is essential to agile delivery of mobile applications. Apigility provides JSON representations that can be parsed and used in any mobile framework; write for the web or native applications simultaneously!
Download Apigility 1.5.1
or install in your terminal without download, as documented below or in the installation documentation page.
Quick-start in your terminal
$ curl -sS https://apigility.org/install | php
# or if you do not have curl installed
$ php -r "readfile('https://apigility.org/install');" | php
# open your browser to http://localhost:8080
Want an overview of the Apigility features?
Watch this video or others here
RESTful or RPC services; JSON (specifically, HAL); Problem Details for HTTP APIs; Versioning; Normalisation and Validation; Authentication (HTTP Basic/Digest, OAuth2); Documentation (HTML, Swagger, API Blueprint).