Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jansenfelipe/sdaps-php
Integration Sdaps with PHP - http://sdaps.org/
https://github.com/jansenfelipe/sdaps-php
Last synced: 3 days ago
JSON representation
Integration Sdaps with PHP - http://sdaps.org/
- Host: GitHub
- URL: https://github.com/jansenfelipe/sdaps-php
- Owner: jansenfelipe
- Created: 2014-10-16T22:15:07.000Z (about 10 years ago)
- Default Branch: 1.0
- Last Pushed: 2017-09-20T13:53:21.000Z (about 7 years ago)
- Last Synced: 2024-04-20T03:43:10.687Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 3.11 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDAPS for PHP
[![Latest Stable Version](https://poser.pugx.org/jansenfelipe/sdaps-php/v/stable.svg)](https://packagist.org/packages/jansenfelipe/sdaps-php) [![Total Downloads](https://poser.pugx.org/jansenfelipe/sdaps-php/downloads.svg)](https://packagist.org/packages/jansenfelipe/sdaps-php) [![Latest Unstable Version](https://poser.pugx.org/jansenfelipe/sdaps-php/v/unstable.svg)](https://packagist.org/packages/jansenfelipe/sdaps-php) [![License](https://poser.pugx.org/jansenfelipe/sdaps-php/license.svg)](https://packagist.org/packages/jansenfelipe/sdaps-php)Integration Sdaps for PHP
### Quick start
Install SDAPS
See http://sdaps.org/
In the require key of composer.json file add the following
"jansenfelipe/sdaps-php": "1.0.*@dev"
Execute
$ composer update
Add autoload.php
require_once 'vendor/autoload.php';
Call
```php