Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odolbeau/satis-api
[EXPERIMENTAL] A simple API on top of Satis.
https://github.com/odolbeau/satis-api
api composer satis
Last synced: 14 days ago
JSON representation
[EXPERIMENTAL] A simple API on top of Satis.
- Host: GitHub
- URL: https://github.com/odolbeau/satis-api
- Owner: odolbeau
- License: mit
- Created: 2017-02-10T13:24:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T13:33:14.000Z (almost 8 years ago)
- Last Synced: 2024-11-22T01:42:07.865Z (3 months ago)
- Topics: api, composer, satis
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satis API
[![Build Status](https://travis-ci.org/odolbeau/satis-api.svg?branch=master)](https://travis-ci.org/odolbeau/satis-api)
This project goal is to provide a very simple API in top of Satis.
## Installation
Clone the project then run `composer install`.
Copy the `.env.dist` to `.env` and update configuration if needed.The app requires PHP 7.0+.
## Tests
To launch tests, simply run `vendor/bin/phpunit`.
## License
This project is released under the MIT License. See the bundled LICENSE file for details.